diff -r 4473c872599a -r c7261e981330 test/mip_test.cc --- a/test/mip_test.cc Mon Sep 25 08:51:08 2006 +0000 +++ b/test/mip_test.cc Tue Sep 26 12:20:22 2006 +0000 @@ -3,7 +3,12 @@ #include #include -#include + +#ifdef HAVE_CONFIG_H +#include +#endif + + using namespace lemon; @@ -62,7 +67,7 @@ //Maximization of x1 - //over the triangle with vertices + //over the triangle with vertices (0,0),(4/5,2/5),(0,2) double expected_opt=4.0/5.0; solveAndCheck(mip, MipSolverBase::OPTIMAL, expected_opt); @@ -90,10 +95,7 @@ aTest(mip1); #endif - - #ifdef HAVE_CPLEX - //std::cout<