| 1069 | return ok; |
| 1070 | } |
| 1071 | HighsDebugStatus HEkk::debugNlaCheckInvert( |
| 1072 | const std::string message, const HighsInt alt_debug_level) const { |
| 1073 | assert(this->status_.has_nla); |
| 1074 | return this->simplex_nla_.debugCheckInvert(message, alt_debug_level); |
| 1075 | } |
| 1076 | |
| 1077 | HighsDebugStatus HEkk::debugOkForSolve(const SimplexAlgorithm algorithm, |
| 1078 | const HighsInt phase) const { |
no test coverage detected