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

Function readinstance

highs/io/filereaderlp/reader.cpp:308–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306};
307
308Model readinstance(std::string filename) {
309 Reader reader(filename);
310 return reader.read();
311}
312
313// convert string to lower-case, modifies string
314static inline void tolower(std::string& s) {

Callers 2

readModelFromFileMethod · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected