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

Method setRowName

src/openms/source/DATASTRUCTURES/LPWrapper.cpp:285–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 }
284
285 void LPWrapper::setRowName(Int index, const String& name)
286 {
287#if COINOR_SOLVER == 1
288 model_->setRowName(index, name.c_str());
289#else
290 glp_set_row_name(lp_problem_, index + 1, name.c_str());
291#endif
292 }
293
294 void LPWrapper::setColumnBounds(Int index, double lower_bound, double upper_bound, Type type)
295 {

Callers 1

LPWrapper_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected