COIN-OR::LEMON - Graph Library

Changeset 461:08d495d48089 in lemon-1.2 for test


Ignore:
Timestamp:
01/12/09 13:26:01 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Remove lp_ prefix from the solver's header name

Location:
test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/lp_test.cc

    r460 r461  
    2727
    2828#ifdef HAVE_GLPK
    29 #include <lemon/lp_glpk.h>
     29#include <lemon/glpk.h>
    3030#endif
    3131
    3232#ifdef HAVE_CPLEX
    33 #include <lemon/lp_cplex.h>
     33#include <lemon/cplex.h>
    3434#endif
    3535
    3636#ifdef HAVE_SOPLEX
    37 #include <lemon/lp_soplex.h>
     37#include <lemon/soplex.h>
    3838#endif
    3939
    4040#ifdef HAVE_CLP
    41 #include <lemon/lp_clp.h>
     41#include <lemon/clp.h>
    4242#endif
    4343
  • test/mip_test.cc

    r459 r461  
    2525
    2626#ifdef HAVE_CPLEX
    27 #include <lemon/lp_cplex.h>
     27#include <lemon/cplex.h>
    2828#endif
    2929
    3030#ifdef HAVE_GLPK
    31 #include <lemon/lp_glpk.h>
     31#include <lemon/glpk.h>
    3232#endif
    3333
Note: See TracChangeset for help on using the changeset viewer.