MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / getRowName

Method getRowName

highs/lp_data/Highs.cpp:3455–3457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3453}
3454
3455HighsStatus Highs::getRowName(const HighsInt row, std::string& name) const {
3456 return getColOrRowName(this->model_.lp_, false, row, name);
3457}
3458
3459HighsStatus Highs::getRowByName(const std::string& name, HighsInt& row) {
3460 HighsLp& lp = model_.lp_;

Callers 3

highs_getRowNameFunction · 0.80
nameMethod · 0.80
TestNames.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected