equal
deleted
inserted
replaced
45 |
45 |
46 |
46 |
47 |
47 |
48 protected: |
48 protected: |
49 |
49 |
50 virtual ColTypes _colType(int col); |
50 virtual ColTypes _colType(int col) const; |
51 virtual void _colType(int col, ColTypes col_type); |
51 virtual void _colType(int col, ColTypes col_type); |
52 |
52 |
53 virtual LpCplex::SolveExitStatus _solve(); |
53 virtual LpCplex::SolveExitStatus _solve(); |
54 virtual LpCplex::SolutionStatus _getMipStatus(); |
54 virtual LpCplex::SolutionStatus _getMipStatus() const; |
55 virtual ParentLp::Value _getPrimal(int i); |
55 virtual ParentLp::Value _getPrimal(int i) const; |
56 virtual ParentLp::Value _getPrimalValue(); |
56 virtual ParentLp::Value _getPrimalValue() const; |
57 }; |
57 }; |
58 |
58 |
59 } //END OF NAMESPACE LEMON |
59 } //END OF NAMESPACE LEMON |
60 |
60 |
61 #endif // END OF LEMON_MIP_CPLEX_H |
61 #endif // END OF LEMON_MIP_CPLEX_H |