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