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

Method getBasicVariablesArray

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

Source from the content-addressed store, hash-verified

2251bool Highs::hasInvert() const { return ekk_instance_.status_.has_invert; }
2252
2253const HighsInt* Highs::getBasicVariablesArray() const {
2254 assert(ekk_instance_.status_.has_invert);
2255 return ekk_instance_.basis_.basicIndex_.data();
2256}
2257
2258HighsStatus Highs::getBasicVariables(HighsInt* basic_variables) {
2259 if (basic_variables == NULL) {

Callers 3

separateLpSolutionMethod · 0.80
computeMethod · 0.80

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected