author | alpar |
Mon, 21 Jan 2008 15:35:55 +0000 | |
changeset 2557 | 673cb4d1060b |
parent 2556 | 74c2c81055e1 |
child 2558 | e70b52a8cd57 |
lemon/lp_glpk.h | file | annotate | diff | comparison | revisions |
1.1 --- a/lemon/lp_glpk.h Sun Jan 13 10:32:14 2008 +0000 1.2 +++ b/lemon/lp_glpk.h Mon Jan 21 15:35:55 2008 +0000 1.3 @@ -118,6 +118,7 @@ 1.4 ///The presolver is off by default. 1.5 void presolver(bool b); 1.6 1.7 + ///Pointer to the underlying GLPK data structure. 1.8 LPX *lpx() {return lp;} 1.9 }; 1.10 } //END OF NAMESPACE LEMON