test/lp_test.cc
changeset 1475 21aa0195aab9
parent 1473 876c7b7f4dae
child 1484 a3484f00a5f0
equal deleted inserted replaced
3:290c795a240e 4:06197f5f59b9
   228   lpTest(lp_glpk);
   228   lpTest(lp_glpk);
   229   aTest(lp_glpk);
   229   aTest(lp_glpk);
   230 #endif
   230 #endif
   231 
   231 
   232 #ifdef HAVE_CPLEX
   232 #ifdef HAVE_CPLEX
   233   LpCplex lp_cplex;
   233 //  LpCplex lp_cplex;
   234   lpTest(lp_cplex);
   234 //  lpTest(lp_cplex);
   235 #endif
   235 #endif
   236 
   236 
   237   return 0;
   237   return 0;
   238 }
   238 }