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

Method clearPresolve

highs/lp_data/Highs.cpp:3903–3907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3901}
3902
3903void Highs::clearPresolve() {
3904 model_presolve_status_ = HighsPresolveStatus::kNotPresolved;
3905 presolved_model_.clear();
3906 presolve_.clear();
3907}
3908
3909void Highs::clearStandardFormLp() {
3910 standard_form_valid_ = false;

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected