lemon/lp_glpk.h
changeset 2261 c52b572c294f
parent 1956 a055123339d5
child 2312 07e46cbb7d85
equal deleted inserted replaced
6:48252e543fa3 7:abebd1ddd966
    33 
    33 
    34   /// \brief Interface for the GLPK LP solver
    34   /// \brief Interface for the GLPK LP solver
    35   /// 
    35   /// 
    36   /// This class implements an interface for the GLPK LP solver.
    36   /// This class implements an interface for the GLPK LP solver.
    37   ///\ingroup gen_opt_group
    37   ///\ingroup gen_opt_group
    38   class LpGlpk : public LpSolverBase {
    38   class LpGlpk : virtual public LpSolverBase {
    39   protected:
    39   protected:
    40     LPX* lp;
    40     LPX* lp;
    41     
    41     
    42   public:
    42   public:
    43     
    43