Changeset 1326:85f1c483279e in lemon-0.x for src/lemon/lp_glpk.cc
- Timestamp:
- 04/08/05 16:40:37 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1765
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/lp_glpk.cc
r1321 r1326 314 314 } 315 315 316 void LpGlpk::presolver(bool b) 317 { 318 lpx_set_int_parm(lp, LPX_K_PRESOL, b); 319 } 320 316 321 317 322 } //END OF NAMESPACE LEMON
Note: See TracChangeset
for help on using the changeset viewer.