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

Function highs_getObjectiveOffset

highspy/highs_bindings.cpp:742–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742std::tuple<HighsStatus, double> highs_getObjectiveOffset(Highs* h) {
743 double obj_offset;
744 HighsStatus status = h->getObjectiveOffset(obj_offset);
745 return std::make_tuple(status, obj_offset);
746}
747
748std::tuple<HighsStatus, double, double, double, HighsInt> highs_getCol(
749 Highs* h, HighsInt col) {

Callers

nothing calls this directly

Calls 1

getObjectiveOffsetMethod · 0.80

Tested by

no test coverage detected