COIN-OR::LEMON - Graph Library

Changeset 484:08d495d48089 in lemon for test/mip_test.cc


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/mip_test.cc

    r482 r484  
    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.