Changeset 1381:998e8def9676 in lemon-0.x for src/lemon
- Timestamp:
- 04/22/05 19:47:01 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1834
- Location:
- src/lemon
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/Makefile.am
r1378 r1381 14 14 libemon_la_CXXFLAGS = $(GLPK_CFLAGS) 15 15 libemon_la_LDFLAGS = $(GLPK_LIBS) 16 endif 17 18 if HAVE_CPLEX 19 libemon_la_SOURCES += lp_cplex.cc 20 libemon_la_CXXFLAGS = $(CPLEX_CFLAGS) 21 libemon_la_LDFLAGS = $(CPLEX_LIBS) 16 22 endif 17 23 … … 33 39 list_graph.h \ 34 40 lp_base.h \ 41 lp_cplex.h \ 35 42 lp_glpk.h \ 36 43 lp_skeleton.h \ -
src/lemon/lp_base.h
r1379 r1381 465 465 ///Creates a new LP problem 466 466 LpSolverBase &newLp() {return _newLp();} 467 ///Make a copy of the LP problem467 ///Makes a copy of the LP problem 468 468 LpSolverBase ©Lp() {return _copyLp();} 469 469
Note: See TracChangeset
for help on using the changeset viewer.