diff -r 08d495d48089 -r 9b082b3fb33f test/mip_test.cc --- a/test/mip_test.cc Mon Jan 12 12:26:01 2009 +0000 +++ b/test/mip_test.cc Mon Jan 12 12:26:02 2009 +0000 @@ -112,14 +112,14 @@ #ifdef HAVE_GLPK { - MipGlpk mip1; + GlpkMip mip1; aTest(mip1); } #endif #ifdef HAVE_CPLEX try { - MipCplex mip2; + CplexMip mip2; aTest(mip2); } catch (CplexEnv::LicenseError& error) { #ifdef LEMON_FORCE_CPLEX_CHECK