MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / readSolutionFileErrorReturn

Function readSolutionFileErrorReturn

highs/lp_data/HighsLpUtils.cpp:2504–2507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

readSolutionFileFunction · 0.85

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected