src/lemon/lp_glpk.h
changeset 1399 d3ae1f06843d
parent 1379 96a34c0904dd
child 1405 3626c7f10f14
equal deleted inserted replaced
10:5625eda60dc2 11:3332ec08d63a
    27 }
    27 }
    28 
    28 
    29 namespace lemon {
    29 namespace lemon {
    30 
    30 
    31 
    31 
    32   /// \brief Wrapper for GLPK solver
    32   /// \brief Interface for the GLPK LP solver
    33   /// 
    33   /// 
    34   /// This class implements an interface for GLPK.
    34   /// This class implements an interface for the GLPK LP solver.
    35   ///\ingroup gen_opt_group
    35   ///\ingroup gen_opt_group
    36   class LpGlpk : public LpSolverBase {
    36   class LpGlpk : public LpSolverBase {
    37   protected:
    37   protected:
    38     LPX* lp;
    38     LPX* lp;
    39     
    39