Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
const bool dev_run = false;
9
10
void invalidArgument() {
11
// Used in .lp file reader
12
throw std::invalid_argument(
"Exception: invalid_argument"
);
13
}
14
15
void logicError() {
16
// Used in IPX
Callers
1
TestThrow.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected