COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/mip_test.cc

    r622 r678  
    1919#include "test_tools.h"
    2020
    21 #ifdef HAVE_CONFIG_H
    2221#include <lemon/config.h>
    23 #endif
    2422
    25 #ifdef HAVE_CPLEX
     23#ifdef LEMON_HAVE_CPLEX
    2624#include <lemon/cplex.h>
    2725#endif
    2826
    29 #ifdef HAVE_GLPK
     27#ifdef LEMON_HAVE_GLPK
    3028#include <lemon/glpk.h>
    3129#endif
    3230
    33 #ifdef HAVE_CBC
     31#ifdef LEMON_HAVE_CBC
    3432#include <lemon/cbc.h>
    3533#endif
     
    130128{
    131129
    132 #ifdef HAVE_GLPK
     130#ifdef LEMON_HAVE_GLPK
    133131  {
    134132    GlpkMip mip1;
     
    138136#endif
    139137
    140 #ifdef HAVE_CPLEX
     138#ifdef LEMON_HAVE_CPLEX
    141139  try {
    142140    CplexMip mip2;
     
    148146#endif
    149147
    150 #ifdef HAVE_CBC
     148#ifdef LEMON_HAVE_CBC
    151149  {
    152150    CbcMip mip1;
Note: See TracChangeset for help on using the changeset viewer.