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

Method clearStandardFormLp

highs/lp_data/Highs.cpp:3909–3915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3907}
3908
3909void Highs::clearStandardFormLp() {
3910 standard_form_valid_ = false;
3911 standard_form_offset_ = 0;
3912 standard_form_cost_.clear();
3913 standard_form_rhs_.clear();
3914 standard_form_matrix_.clear();
3915}
3916
3917void Highs::invalidateSolverData() {
3918 invalidateSolverDualData();

Callers 2

formStandardFormLpMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected