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

Method optimizeHighs

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

Source from the content-addressed store, hash-verified

1135}
1136
1137HighsStatus Highs::optimizeHighs() {
1138 // Level 1 of Highs::run()
1139 //
1140 // Move the "mods" to here
1141 return this->multi_linear_objective_.size() ? this->multiobjectiveSolve()
1142 : this->optimizeModel();
1143}
1144
1145HighsStatus Highs::optimizeLp() {
1146 // Solve what's in the HighsLp instance Highs::model_.lp_

Callers

nothing calls this directly

Calls 3

multiobjectiveSolveMethod · 0.95
optimizeModelMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected