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

Method getRowName

src/openms/source/DATASTRUCTURES/LPWrapper.cpp:425–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 }
424
425 String LPWrapper::getRowName(Int index)
426 {
427#if COINOR_SOLVER == 1
428 return model_->getRowName(index);
429#else
430 return String(glp_get_row_name(lp_problem_, index + 1));
431#endif
432 }
433
434 Int LPWrapper::getRowIndex(const String& name)
435 {

Callers 1

LPWrapper_test.cppFile · 0.80

Calls 1

StringClass · 0.50

Tested by

no test coverage detected