COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/mip_test.cc

    r631 r575  
    1919#include "test_tools.h"
    2020
     21#ifdef HAVE_CONFIG_H
    2122#include <lemon/config.h>
     23#endif
    2224
    23 #ifdef LEMON_HAVE_CPLEX
     25#ifdef HAVE_CPLEX
    2426#include <lemon/cplex.h>
    2527#endif
    2628
    27 #ifdef LEMON_HAVE_GLPK
     29#ifdef HAVE_GLPK
    2830#include <lemon/glpk.h>
    2931#endif
    3032
    31 #ifdef LEMON_HAVE_CBC
     33#ifdef HAVE_CBC
    3234#include <lemon/cbc.h>
    3335#endif
     
    128130{
    129131
    130 #ifdef LEMON_HAVE_GLPK
     132#ifdef HAVE_GLPK
    131133  {
    132134    GlpkMip mip1;
     
    136138#endif
    137139
    138 #ifdef LEMON_HAVE_CPLEX
     140#ifdef HAVE_CPLEX
    139141  try {
    140142    CplexMip mip2;
     
    146148#endif
    147149
    148 #ifdef LEMON_HAVE_CBC
     150#ifdef HAVE_CBC
    149151  {
    150152    CbcMip mip1;
Note: See TracChangeset for help on using the changeset viewer.