# HG changeset patch # User deba # Date 1159790972 0 # Node ID 809b180505203ac41a434334733b7c43283bd038 # Parent 0411ac8a2d877a40ecac1d12c8057ac9792437d8 include just the existing solvers diff -r 0411ac8a2d87 -r 809b18050520 test/mip_test.cc --- a/test/mip_test.cc Mon Oct 02 11:18:30 2006 +0000 +++ b/test/mip_test.cc Mon Oct 02 12:09:32 2006 +0000 @@ -1,13 +1,17 @@ #include "test_tools.h" -#include -#include - #ifdef HAVE_CONFIG_H #include #endif +#ifdef HAVE_CPLEX +#include +#endif + +#ifdef HAVE_GLPK +#include +#endif using namespace lemon;