equal
deleted
inserted
replaced
958 SolutionStatus dualStatus() { |
958 SolutionStatus dualStatus() { |
959 return _getDualStatus(); |
959 return _getDualStatus(); |
960 } |
960 } |
961 |
961 |
962 ///The type of the original LP problem |
962 ///The type of the original LP problem |
963 Problemtypes problemType() { |
963 ProblemTypes problemType() { |
964 return _getProblemType(); |
964 return _getProblemType(); |
965 } |
965 } |
966 |
966 |
967 ///\e |
967 ///\e |
968 Value primal(Col c) { return _getPrimal(cols.floatingId(c.id)); } |
968 Value primal(Col c) { return _getPrimal(cols.floatingId(c.id)); } |