COIN-OR::LEMON - Graph Library

Changeset 2227:809b18050520 in lemon-0.x


Ignore:
Timestamp:
10/02/06 14:09:32 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2967
Message:

include just the existing solvers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/mip_test.cc

    r2221 r2227  
    11#include "test_tools.h"
    22
    3 
    4 #include <lemon/mip_cplex.h>
    5 #include <lemon/mip_glpk.h>
    63
    74#ifdef HAVE_CONFIG_H
     
    96#endif
    107
     8#ifdef HAVE_CPLEX
     9#include <lemon/mip_cplex.h>
     10#endif
     11
     12#ifdef HAVE_GLPK
     13#include <lemon/mip_glpk.h>
     14#endif
    1115
    1216
Note: See TracChangeset for help on using the changeset viewer.