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

Function invalidArgument

check/TestThrow.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const bool dev_run = false;
9
10void invalidArgument() {
11 // Used in .lp file reader
12 throw std::invalid_argument("Exception: invalid_argument");
13}
14
15void logicError() {
16 // Used in IPX

Callers 1

TestThrow.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected