Changeset 1381:998e8def9676 in lemon-0.x for src/lemon/lp_base.h
- Timestamp:
- 04/22/05 19:47:01 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1834
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.