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

Function readSolutionFileIgnoreLineOk

highs/lp_data/HighsLpUtils.cpp:2523–2527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2521}
2522
2523bool readSolutionFileIgnoreLineOk(std::ifstream& in_file) {
2524 if (in_file.eof()) return false;
2525 in_file.ignore(kMaxLineLength, '\n');
2526 return true;
2527}
2528
2529bool readSolutionFileKeywordLineOk(std::string& keyword,
2530 std::ifstream& in_file) {

Callers 1

readSolutionFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected