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