| 2946 | } |
| 2947 | |
| 2948 | void Highs::callLpKktCheck(const HighsLp& lp, const std::string& message) { |
| 2949 | lpKktCheck(this->model_status_, this->info_, lp, this->solution_, |
| 2950 | this->basis_, this->options_, message); |
| 2951 | } |
| 2952 | |
| 2953 | HighsStatus Highs::invertRequirementError(std::string method_name) const { |
| 2954 | assert(!ekk_instance_.status_.has_invert); |
no test coverage detected