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

Method setColumnName

src/openms/source/DATASTRUCTURES/LPWrapper.cpp:276–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 }
275
276 void LPWrapper::setColumnName(Int index, const String& name)
277 {
278#if COINOR_SOLVER == 1
279 model_->setColumnName(index, name.c_str());
280#else
281 glp_set_col_name(lp_problem_, index + 1, name.c_str());
282#endif
283 }
284
285 void LPWrapper::setRowName(Int index, const String& name)
286 {

Callers 3

addVariable_Method · 0.80
LPWrapper_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected