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