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

Method clear

highs/lp_data/HighsSolution.cpp:2159–2165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2157}
2158
2159void HighsSolution::clear() {
2160 this->invalidate();
2161 this->col_value.clear();
2162 this->row_value.clear();
2163 this->col_dual.clear();
2164 this->row_dual.clear();
2165}
2166
2167void HighsSolution::print(const std::string& prefix,
2168 const std::string& message) const {

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.45

Tested by

no test coverage detected