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

Method getColName

highs/lp_data/Highs.cpp:3367–3369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3365}
3366
3367HighsStatus Highs::getColName(const HighsInt col, std::string& name) const {
3368 return getColOrRowName(this->model_.lp_, true, col, name);
3369}
3370
3371HighsStatus Highs::getColByName(const std::string& name, HighsInt& col) {
3372 HighsLp& lp = model_.lp_;

Callers 3

highs_getColNameFunction · 0.80
variableNameMethod · 0.80
TestNames.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected