COIN-OR::LEMON - Graph Library

Changeset 1263:a490938ad0aa in lemon-0.x for src/work/athos/lp/Makefile


Ignore:
Timestamp:
03/25/05 17:19:03 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1690
Message:
  • LpGlpk? added to the makefile
  • missing const_cast<>() added
  • prop for two new functions (solve() and solution())
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/athos/lp/Makefile

    r1256 r1263  
    99lp_solver_skeleton.o: lp_solver_skeleton.cc lp_solver_skeleton.h lp_base.h \
    1010                lin_expr.h
     11lp_glpk.o: lp_glpk.cc lp_glpk.h lp_base.h \
     12                lin_expr.h
    1113lp_test.o: lp_test.cc lp_base.h lin_expr.h lp_solver_skeleton.h lp_base.h \
    1214                lin_expr.h
    1315
    14 lp_test: lp_test.o lp_base.o lp_solver_skeleton.o
    15         g++ -o $@ $^
     16lp_test: lp_test.o lp_base.o lp_solver_skeleton.o lp_glpk.o
     17        g++ -o $@ $^ -lglpk
Note: See TracChangeset for help on using the changeset viewer.