# HG changeset patch # User athos # Date 1159273222 0 # Node ID c7261e981330b36ced6590fad0dc1a523f04227e # Parent 4473c872599acb2bb885c6a1931c7ac2027cd0a7 Minor changes. diff -r 4473c872599a -r c7261e981330 lemon/lp.h --- a/lemon/lp.h Mon Sep 25 08:51:08 2006 +0000 +++ b/lemon/lp.h Tue Sep 26 12:20:22 2006 +0000 @@ -81,4 +81,4 @@ } //namespace lemon -#endif //LEMON_LP_BASE_H +#endif //LEMON_LP_H 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<