Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ERGO-Code/HiGHS
/ logicError
Function
logicError
check/TestThrow.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
void logicError() {
16
// Used in IPX
17
throw std::logic_error(
"Exception: logic_error"
);
18
}
19
20
void badAlloc() {
21
// Used in IPX
Callers
2
validate
Method · 0.85
TestThrow.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected