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

Method getColumnUpperBound

src/openms/source/DATASTRUCTURES/LPWrapper.cpp:686–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684 }
685
686 double LPWrapper::getColumnUpperBound(Int index)
687 {
688#if COINOR_SOLVER == 1
689 return model_->getColumnUpper(index);
690#else
691 return glp_get_col_ub(lp_problem_, index + 1);
692#endif
693 }
694
695 double LPWrapper::getColumnLowerBound(Int index)
696 {

Callers 1

LPWrapper_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected