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

Method hasUndefined

highs/lp_data/HighsSolution.cpp:2148–2152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2146}
2147
2148bool HighsSolution::hasUndefined() const {
2149 for (double value : this->col_value)
2150 if (value == kHighsUndefined) return true;
2151 return false;
2152}
2153
2154void HighsSolution::invalidate() {
2155 this->value_valid = false;

Calls

no outgoing calls

Tested by

no test coverage detected