| 736 | } |
| 737 | |
| 738 | HighsStatus Highs::clearLinearObjectives() { |
| 739 | this->multi_linear_objective_.clear(); |
| 740 | return HighsStatus::kOk; |
| 741 | } |
| 742 | |
| 743 | HighsStatus Highs::passColName(const HighsInt col, const std::string& name) { |
| 744 | const HighsInt num_col = this->model_.lp_.num_col_; |
no test coverage detected