Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ clearBounds
Method
clearBounds
src/engine/InputQuery.cpp:425–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
}
424
425
void InputQuery::clearBounds()
426
{
427
_lowerBounds.clear();
428
_upperBounds.clear();
429
}
430
431
void InputQuery::storeDebuggingSolution( unsigned variable, double value )
432
{
Callers
1
preprocess
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected