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

Method optionChangeAction

highs/lp_data/HighsInterface.cpp:3047–3051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3045}
3046
3047HighsStatus Highs::optionChangeAction() {
3048 if (this->iis_.valid_ && options_.iis_strategy != this->iis_.strategy_)
3049 this->iis_.clear();
3050 return HighsStatus::kOk;
3051}
3052
3053void Highs::restoreInfCost(HighsStatus& return_status) {
3054 HighsLp& lp = this->model_.lp_;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected