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

Function Highs_getObjectiveValue

highs/interfaces/highs_c_api.cpp:616–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616double Highs_getObjectiveValue(const void* highs) {
617 return ((Highs*)highs)->getObjectiveValue();
618}
619
620HighsInt Highs_getBasicVariables(const void* highs, HighsInt* basic_variables) {
621 return (HighsInt)((Highs*)highs)->getBasicVariables(basic_variables);

Callers 2

fullApiQpFunction · 0.85
testPassHessianFunction · 0.85

Calls 1

getObjectiveValueMethod · 0.45

Tested by 2

fullApiQpFunction · 0.68
testPassHessianFunction · 0.68