| 2502 | } |
| 2503 | |
| 2504 | HighsStatus readSolutionFileErrorReturn(std::ifstream& in_file) { |
| 2505 | in_file.close(); |
| 2506 | return HighsStatus::kError; |
| 2507 | } |
| 2508 | |
| 2509 | HighsStatus readSolutionFileReturn(const HighsStatus status, |
| 2510 | HighsSolution& solution, HighsBasis& basis, |
no test coverage detected