equal
deleted
inserted
replaced
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 |