| 5089 | } |
| 5090 | |
| 5091 | HighsStatus Highs::openLogFile(const std::string& log_file) { |
| 5092 | highsOpenLogFile(options_.log_options, options_.records, log_file); |
| 5093 | return HighsStatus::kOk; |
| 5094 | } |
| 5095 | |
| 5096 | HighsStatus Highs::closeLogFile() { |
| 5097 | // Work with a copy of the pointer for brevity |
no test coverage detected