COIN-OR::LEMON - Graph Library

Changeset 2218:50f1a780a5ff in lemon-0.x for lemon/Makefile.am


Ignore:
Timestamp:
09/21/06 16:46:28 (18 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2952
Message:

Interface to the cplex MIP solver: it is little, a bit sour but it is ours.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r2211 r2218  
    2626if HAVE_CPLEX
    2727lemon_libemon_la_SOURCES += lemon/lp_cplex.cc
     28lemon_libemon_la_SOURCES += lemon/mip_cplex.cc
    2829endif
    2930
     
    7980        lemon/min_cut.h \
    8081        lemon/mip_glpk.h \
     82        lemon/mip_cplex.h \
    8183        lemon/path.h \
    8284        lemon/polynomial.h \
Note: See TracChangeset for help on using the changeset viewer.