Changeset 540:9db62975c32b in lemon-1.2 for lemon/soplex.cc
- Timestamp:
- 02/26/09 08:39:16 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/soplex.cc
r539 r540 55 55 } 56 56 57 SoplexLp* SoplexLp:: _newSolver() const {57 SoplexLp* SoplexLp::newSolver() const { 58 58 SoplexLp* newlp = new SoplexLp(); 59 59 return newlp; 60 60 } 61 61 62 SoplexLp* SoplexLp:: _cloneSolver() const {62 SoplexLp* SoplexLp::cloneSolver() const { 63 63 SoplexLp* newlp = new SoplexLp(*this); 64 64 return newlp;
Note: See TracChangeset
for help on using the changeset viewer.