equal
deleted
inserted
replaced
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, |