changeset 2552 | 5f711e4668f5 |
parent 2391 | 14a343be7a5a |
child 2553 | bfced05fa852 |
15:82781a159979 | 16:3406a7df9a7c |
---|---|
36 /// This class implements an interface for the GLPK LP solver. |
36 /// This class implements an interface for the GLPK LP solver. |
37 ///\ingroup lp_group |
37 ///\ingroup lp_group |
38 class LpGlpk : virtual public LpSolverBase { |
38 class LpGlpk : virtual public LpSolverBase { |
39 protected: |
39 protected: |
40 LPX* lp; |
40 LPX* lp; |
41 bool solved; |
|
41 |
42 |
42 public: |
43 public: |
43 |
44 |
44 typedef LpSolverBase Parent; |
45 typedef LpSolverBase Parent; |
45 |
46 |