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

Method getRowUpperBound

src/openms/source/DATASTRUCTURES/LPWrapper.cpp:704–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702 }
703
704 double LPWrapper::getRowUpperBound(Int index)
705 {
706#if COINOR_SOLVER == 1
707 return model_->getRowUpper(index);
708#else
709 return glp_get_row_ub(lp_problem_, index + 1);
710#endif
711 }
712
713 double LPWrapper::getRowLowerBound(Int index)
714 {

Callers 1

LPWrapper_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected