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