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