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

Function readSolutionFileKeywordLineOk

highs/lp_data/HighsLpUtils.cpp:2529–2534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2527}
2528
2529bool readSolutionFileKeywordLineOk(std::string& keyword,
2530 std::ifstream& in_file) {
2531 if (in_file.eof()) return false;
2532 in_file >> keyword;
2533 return true;
2534}
2535
2536bool readSolutionFileHashKeywordIntLineOk(std::string& hash,
2537 std::string& keyword,

Callers 1

readSolutionFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected