COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/mip_test.cc

    r674 r622  
    2323#endif
    2424
    25 #ifdef LEMON_HAVE_CPLEX
     25#ifdef HAVE_CPLEX
    2626#include <lemon/cplex.h>
    2727#endif
    2828
    29 #ifdef LEMON_HAVE_GLPK
     29#ifdef HAVE_GLPK
    3030#include <lemon/glpk.h>
    3131#endif
    3232
    33 #ifdef LEMON_HAVE_CBC
     33#ifdef HAVE_CBC
    3434#include <lemon/cbc.h>
    3535#endif
     
    130130{
    131131
    132 #ifdef LEMON_HAVE_GLPK
     132#ifdef HAVE_GLPK
    133133  {
    134134    GlpkMip mip1;
     
    138138#endif
    139139
    140 #ifdef LEMON_HAVE_CPLEX
     140#ifdef HAVE_CPLEX
    141141  try {
    142142    CplexMip mip2;
     
    148148#endif
    149149
    150 #ifdef LEMON_HAVE_CBC
     150#ifdef HAVE_CBC
    151151  {
    152152    CbcMip mip1;
Note: See TracChangeset for help on using the changeset viewer.