[Lemon-commits] alpar: r3439 - lemon/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Jan 21 16:35:57 CET 2008
Author: alpar
Date: Mon Jan 21 16:35:55 2008
New Revision: 3439
Modified:
lemon/trunk/lemon/lp_glpk.h
Log:
Reveal an existing functionality in the documentation
Modified: lemon/trunk/lemon/lp_glpk.h
==============================================================================
--- lemon/trunk/lemon/lp_glpk.h (original)
+++ lemon/trunk/lemon/lp_glpk.h Mon Jan 21 16:35:55 2008
@@ -118,6 +118,7 @@
///The presolver is off by default.
void presolver(bool b);
+ ///Pointer to the underlying GLPK data structure.
LPX *lpx() {return lp;}
};
} //END OF NAMESPACE LEMON
More information about the Lemon-commits
mailing list