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

Method initializeBoundExplainer

src/engine/BoundManager.cpp:485–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485void BoundManager::initializeBoundExplainer( unsigned numberOfVariables, unsigned numberOfRows )
486{
487 if ( _engine->shouldProduceProofs() )
488 _boundExplainer = new BoundExplainer( numberOfVariables, numberOfRows, _context );
489}
490
491unsigned BoundManager::getInconsistentVariable() const
492{

Callers 1

processInputQueryMethod · 0.45

Calls 1

shouldProduceProofsMethod · 0.45

Tested by

no test coverage detected