| 874 | } |
| 875 | |
| 876 | HighsStatus Highs::writePresolvedModel(const std::string& filename) { |
| 877 | return writeLocalModel(presolved_model_, filename); |
| 878 | } |
| 879 | |
| 880 | HighsStatus Highs::writeIisModel(const std::string& filename) { |
| 881 | HighsStatus return_status = this->getIisInterface(); |
no outgoing calls
no test coverage detected