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

Method invalidate

highs/lp_data/HighsSolution.cpp:1406–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404}
1405
1406void HighsError::invalidate() {
1407 this->absolute_value = kHighsIllegalErrorValue;
1408 this->absolute_index = kHighsIllegalErrorIndex;
1409 this->relative_value = kHighsIllegalErrorValue;
1410 this->relative_index = kHighsIllegalErrorIndex;
1411}
1412
1413double computeObjectiveValue(const HighsLp& lp, const HighsSolution& solution) {
1414 double objective_value = 0;

Callers 2

clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected