Changeset 1326:85f1c483279e in lemon-0.x for src/lemon/lp_glpk.h
- 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.h
r1321 r1326 23 23 #include "lp_base.h" 24 24 extern "C" { 25 #include "glpk.h"25 #include <glpk.h> 26 26 } 27 27 … … 77 77 ///Set the verbosity of the messages 78 78 79 ///Set the verbosity of the messages 80 /// 79 81 ///\param m is the level of the messages output by the solver routines. 80 82 ///The possible values are: … … 84 86 ///- 3 --- full output (includes informational messages) 85 87 void messageLevel(int m); 88 ///Turns on or off the presolver 89 90 ///Turns on (\c b is \c true) or off (\c b is \c false) the presolver 91 /// 92 ///The presolver is off by default. 93 void presolver(bool b); 86 94 87 95 };
Note: See TracChangeset
for help on using the changeset viewer.