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

Method hasInvert

highs/lp_data/Highs.cpp:2251–2251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2249}
2250
2251bool Highs::hasInvert() const { return ekk_instance_.status_.has_invert; }
2252
2253const HighsInt* Highs::getBasicVariablesArray() const {
2254 assert(ekk_instance_.status_.has_invert);

Callers 2

separateLpSolutionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected