Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ERGO-Code/HiGHS
/ badAlloc
Function
badAlloc
check/TestThrow.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void badAlloc() {
21
// Used in IPX
22
throw std::bad_alloc();
23
}
24
25
TEST_CASE(
"ThrowCatch"
,
"[highs_test_throw]"
) {
26
bool ok;
Callers
1
TestThrow.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected