MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / getGroundBound

Method getGroundBound

src/engine/Engine.cpp:3329–3334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3327}
3328
3329double Engine::getGroundBound( unsigned var, bool isUpper ) const
3330{
3331 ASSERT( var < _tableau->getN() && _produceUNSATProofs );
3332 return isUpper ? _groundBoundManager.getUpperBound( var )
3333 : _groundBoundManager.getLowerBound( var );
3334}
3335
3336bool Engine::shouldProduceProofs() const
3337{

Callers 1

restorePrecisionMethod · 0.45

Calls 3

getNMethod · 0.45
getUpperBoundMethod · 0.45
getLowerBoundMethod · 0.45

Tested by

no test coverage detected