MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getObjective

Method getObjective

src/openms/source/DATASTRUCTURES/LPWrapper.cpp:722–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720 }
721
722 double LPWrapper::getObjective(Int index)
723 {
724#if COINOR_SOLVER == 1
725 return model_->objective(index);
726#else
727 return glp_get_obj_coef(lp_problem_, index + 1);
728#endif
729 }
730
731 LPWrapper::Sense LPWrapper::getObjectiveSense()
732 {

Callers 1

LPWrapper_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected