test/mip_test.cc
changeset 2244 a28b4e0aa787
parent 2221 c7261e981330
child 2267 3575f17a6e7f
equal deleted inserted replaced
5:f0428194b080 6:a2daff4bfd39
     1 #include "test_tools.h"
     1 #include "test_tools.h"
     2 
     2 
     3 
       
     4 #include <lemon/mip_cplex.h>
       
     5 #include <lemon/mip_glpk.h>
       
     6 
     3 
     7 #ifdef HAVE_CONFIG_H
     4 #ifdef HAVE_CONFIG_H
     8 #include <config.h>
     5 #include <config.h>
     9 #endif
     6 #endif
    10 
     7 
       
     8 #ifdef HAVE_CPLEX
       
     9 #include <lemon/mip_cplex.h>
       
    10 #endif
       
    11 
       
    12 #ifdef HAVE_GLPK
       
    13 #include <lemon/mip_glpk.h>
       
    14 #endif
    11 
    15 
    12 
    16 
    13 using namespace lemon;
    17 using namespace lemon;
    14 
    18 
    15 void solveAndCheck(MipSolverBase& lp, MipSolverBase::SolutionStatus stat, 
    19 void solveAndCheck(MipSolverBase& lp, MipSolverBase::SolutionStatus stat,