MCPcopy 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
425void InputQuery::clearBounds()
426{
427 _lowerBounds.clear();
428 _upperBounds.clear();
429}
430
431void InputQuery::storeDebuggingSolution( unsigned variable, double value )
432{

Callers 1

preprocessMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected