COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/lp_test.cc

    r622 r678  
    2222#include <lemon/tolerance.h>
    2323
    24 #ifdef HAVE_CONFIG_H
    2524#include <lemon/config.h>
    26 #endif
    27 
    28 #ifdef HAVE_GLPK
     25
     26#ifdef LEMON_HAVE_GLPK
    2927#include <lemon/glpk.h>
    3028#endif
    3129
    32 #ifdef HAVE_CPLEX
     30#ifdef LEMON_HAVE_CPLEX
    3331#include <lemon/cplex.h>
    3432#endif
    3533
    36 #ifdef HAVE_SOPLEX
     34#ifdef LEMON_HAVE_SOPLEX
    3735#include <lemon/soplex.h>
    3836#endif
    3937
    40 #ifdef HAVE_CLP
     38#ifdef LEMON_HAVE_CLP
    4139#include <lemon/clp.h>
    4240#endif
     
    380378  lpTest(lp_skel);
    381379
    382 #ifdef HAVE_GLPK
     380#ifdef LEMON_HAVE_GLPK
    383381  {
    384382    GlpkLp lp_glpk1,lp_glpk2;
     
    389387#endif
    390388
    391 #ifdef HAVE_CPLEX
     389#ifdef LEMON_HAVE_CPLEX
    392390  try {
    393391    CplexLp lp_cplex1,lp_cplex2;
     
    400398#endif
    401399
    402 #ifdef HAVE_SOPLEX
     400#ifdef LEMON_HAVE_SOPLEX
    403401  {
    404402    SoplexLp lp_soplex1,lp_soplex2;
     
    409407#endif
    410408
    411 #ifdef HAVE_CLP
     409#ifdef LEMON_HAVE_CLP
    412410  {
    413411    ClpLp lp_clp1,lp_clp2;
Note: See TracChangeset for help on using the changeset viewer.