MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / callLpKktCheck

Method callLpKktCheck

highs/lp_data/HighsInterface.cpp:2948–2951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2946}
2947
2948void 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
2953HighsStatus Highs::invertRequirementError(std::string method_name) const {
2954 assert(!ekk_instance_.status_.has_invert);

Callers 2

calledOptimizeModelMethod · 0.95
callRunPostsolveMethod · 0.95

Calls 1

lpKktCheckFunction · 0.85

Tested by

no test coverage detected