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

Method reset

highs/lp_data/HighsSolution.cpp:1399–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1397}
1398
1399void HighsError::reset() {
1400 this->absolute_value = 0;
1401 this->absolute_index = 0;
1402 this->relative_value = 0;
1403 this->relative_index = 0;
1404}
1405
1406void HighsError::invalidate() {
1407 this->absolute_value = kHighsIllegalErrorValue;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected