COIN-OR::LEMON - Graph Library

Changeset 461:08d495d48089 in lemon-1.1 for lemon/Makefile.am


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
  • lemon/Makefile.am

    r459 r461  
    2929
    3030if HAVE_GLPK
    31 lemon_libemon_la_SOURCES += lemon/lp_glpk.cc
     31lemon_libemon_la_SOURCES += lemon/glpk.cc
    3232endif
    3333
    3434if HAVE_CPLEX
    35 lemon_libemon_la_SOURCES += lemon/lp_cplex.cc
     35lemon_libemon_la_SOURCES += lemon/cplex.cc
    3636endif
    3737
    3838if HAVE_SOPLEX
    39 lemon_libemon_la_SOURCES += lemon/lp_soplex.cc
     39lemon_libemon_la_SOURCES += lemon/soplex.cc
    4040endif
    4141
    4242if HAVE_CLP
    43 lemon_libemon_la_SOURCES += lemon/lp_clp.cc
     43lemon_libemon_la_SOURCES += lemon/clp.cc
    4444endif
    4545
     
    5151        lemon/bin_heap.h \
    5252        lemon/circulation.h \
     53        lemon/clp.h \
    5354        lemon/color.h \
    5455        lemon/concept_check.h \
    5556        lemon/counter.h \
    5657        lemon/core.h \
     58        lemon/cplex.h \
    5759        lemon/dfs.h \
    5860        lemon/dijkstra.h \
     
    6264        lemon/error.h \
    6365        lemon/full_graph.h \
     66        lemon/glpk.h \
    6467        lemon/graph_to_eps.h \
    6568        lemon/grid_graph.h \
     
    7275        lemon/lp.h \
    7376        lemon/lp_base.h \
    74         lemon/lp_clp.h \
    75         lemon/lp_cplex.h \
    76         lemon/lp_glpk.h \
    7777        lemon/lp_skeleton.h \
    78         lemon/lp_soplex.h \
    7978        lemon/list_graph.h \
    8079        lemon/maps.h \
     
    8786        lemon/random.h \
    8887        lemon/smart_graph.h \
     88        lemon/soplex.h \
    8989        lemon/suurballe.h \
    9090        lemon/time_measure.h \
Note: See TracChangeset for help on using the changeset viewer.