lemon/lp_cplex.h
changeset 2261 c52b572c294f
parent 1956 a055123339d5
child 2312 07e46cbb7d85
equal deleted inserted replaced
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