# HG changeset patch
# User alpar
# Date 1200929755 0
# Node ID 673cb4d1060b62b991e57dbc89dd92d1636b78b2
# Parent  74c2c81055e182bb2c2381fcaa0bf50db75128cd
Reveal an existing functionality in the documentation

diff -r 74c2c81055e1 -r 673cb4d1060b lemon/lp_glpk.h
--- a/lemon/lp_glpk.h	Sun Jan 13 10:32:14 2008 +0000
+++ b/lemon/lp_glpk.h	Mon Jan 21 15:35:55 2008 +0000
@@ -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