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

Method clearDerivedModelProperties

highs/lp_data/Highs.cpp:3897–3901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3895}
3896
3897void Highs::clearDerivedModelProperties() {
3898 this->clearPresolve();
3899 this->clearStandardFormLp();
3900 this->clearRayRecords();
3901}
3902
3903void Highs::clearPresolve() {
3904 model_presolve_status_ = HighsPresolveStatus::kNotPresolved;

Callers

nothing calls this directly

Calls 3

clearPresolveMethod · 0.95
clearStandardFormLpMethod · 0.95
clearRayRecordsMethod · 0.95

Tested by

no test coverage detected