Changes to relaxIVdriver.cpp to compile using the Github based RelaxIV (#288)

I've edited this code for the Github based RelaxIV (https://github.com/frangio68/Min-Cost-Flow-Class/tree/master/MCFClass)to compile properly.
LT1AB
Bryan Marfito 2021-07-21 14:00:41 +08:00 committed by GitHub
parent b99aa5975f
commit 3928c3bdb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
#include <sstream>
#include <RelaxIV.h>
#include <relaxIVdriver.h>
#include <MCFClass.h>
using namespace MCFClass_di_unipi_it;
template<class T>
inline T ABS( const T x )