changeset 2299 | 227ea098a6b6 |
parent 1956 | a055123339d5 |
child 2312 | 07e46cbb7d85 |
6:8e50afca5e41 | 7:70f4ee12eabb |
---|---|
32 |
32 |
33 |
33 |
34 /// \brief Interface for the CPLEX solver |
34 /// \brief Interface for the CPLEX solver |
35 /// |
35 /// |
36 /// This class implements an interface for the CPLEX LP solver. |
36 /// This class implements an interface for the CPLEX LP solver. |
37 class LpCplex : public LpSolverBase { |
37 class LpCplex :virtual public LpSolverBase { |
38 |
38 |
39 public: |
39 public: |
40 |
40 |
41 typedef LpSolverBase Parent; |
41 typedef LpSolverBase Parent; |
42 |
42 |