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

Function parsesectionkeyword

highs/io/filereaderlp/reader.cpp:329–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329static inline LpSectionKeyword parsesectionkeyword(const std::string& str) {
330 // look up lower case
331 auto it(sectionkeywordmap.find(str));
332 if (it != sectionkeywordmap.end()) return it->second;
333
334 return LpSectionKeyword::NONE;
335}
336
337Model Reader::read() {
338 // std::clog << "Reading input, tokenizing..." << std::endl;

Callers 1

processtokensMethod · 0.85

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected