COIN-OR::LEMON - Graph Library

Changeset 1381:998e8def9676 in lemon-0.x for src/lemon/Makefile.am


Ignore:
Timestamp:
04/22/05 19:47:01 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1834
Message:
  • lp_cplex.h, lp_cplex.cc added
  • lp_demo.cc and lp_maxflow_demo.cc uses GLPK is it is found CPLEX otherwise
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/Makefile.am

    r1378 r1381  
    1414libemon_la_CXXFLAGS = $(GLPK_CFLAGS)
    1515libemon_la_LDFLAGS = $(GLPK_LIBS)
     16endif
     17
     18if HAVE_CPLEX
     19libemon_la_SOURCES += lp_cplex.cc
     20libemon_la_CXXFLAGS = $(CPLEX_CFLAGS)
     21libemon_la_LDFLAGS = $(CPLEX_LIBS)
    1622endif
    1723
     
    3339        list_graph.h \
    3440        lp_base.h \
     41        lp_cplex.h \
    3542        lp_glpk.h \
    3643        lp_skeleton.h \
Note: See TracChangeset for help on using the changeset viewer.