lemon/lp_glpk.h
changeset 2574 7058c9690e7d
parent 2553 bfced05fa852
child 2605 852361980706
equal deleted inserted replaced
17:db300fe91cc6 18:944be931ad85
   116     ///Turns on (\c b is \c true) or off (\c b is \c false) the presolver
   116     ///Turns on (\c b is \c true) or off (\c b is \c false) the presolver
   117     ///
   117     ///
   118     ///The presolver is off by default.
   118     ///The presolver is off by default.
   119     void presolver(bool b);
   119     void presolver(bool b);
   120 
   120 
       
   121     ///Pointer to the underlying GLPK data structure.
   121     LPX *lpx() {return lp;}
   122     LPX *lpx() {return lp;}
   122   };
   123   };
   123 } //END OF NAMESPACE LEMON
   124 } //END OF NAMESPACE LEMON
   124 
   125 
   125 #endif //LEMON_LP_GLPK_H
   126 #endif //LEMON_LP_GLPK_H