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

Method getObjectiveOffset

highs/lp_data/Highs.cpp:3302–3305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3300}
3301
3302HighsStatus Highs::getObjectiveOffset(double& offset) const {
3303 offset = model_.lp_.offset_;
3304 return HighsStatus::kOk;
3305}
3306
3307HighsStatus Highs::getCols(const HighsInt from_col, const HighsInt to_col,
3308 HighsInt& num_col, double* costs, double* lower,

Callers 5

test_basics_builderMethod · 0.95
Highs_getObjectiveOffsetFunction · 0.80
highs_getObjectiveOffsetFunction · 0.80
test_basicsMethod · 0.80
TestQpSolver.cppFile · 0.80

Calls

no outgoing calls

Tested by 2

test_basics_builderMethod · 0.76
test_basicsMethod · 0.64