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

Method getColumnName

src/openms/source/DATASTRUCTURES/LPWrapper.cpp:416–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414 }
415
416 String LPWrapper::getColumnName(Int index)
417 {
418#if COINOR_SOLVER == 1
419 return model_->getColumnName(index);
420#else
421 return String(glp_get_col_name(lp_problem_, index + 1));
422#endif
423 }
424
425 String LPWrapper::getRowName(Int index)
426 {

Callers 4

optimizeMethod · 0.80
exportTableToJSON_Method · 0.80
LPWrapper_test.cppFile · 0.80

Calls 1

StringClass · 0.50

Tested by

no test coverage detected