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

Method getDualObjectiveValue

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

Source from the content-addressed store, hash-verified

2242}
2243
2244HighsStatus Highs::getDualObjectiveValue(
2245 double& dual_objective_function_value) const {
2246 bool have_dual_objective_value = computeDualObjectiveValue(
2247 model_, solution_, dual_objective_function_value);
2248 return have_dual_objective_value ? HighsStatus::kOk : HighsStatus::kError;
2249}
2250
2251bool Highs::hasInvert() const { return ekk_instance_.status_.has_invert; }
2252

Callers 3

testDualObjectiveFunction · 0.80
TestLpSolvers.cppFile · 0.80
testPrimalDualObjectiveFunction · 0.80

Calls 1

Tested by 2

testDualObjectiveFunction · 0.64
testPrimalDualObjectiveFunction · 0.64