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

Method updateBoundExplanation

src/engine/BoundManager.cpp:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403void BoundManager::updateBoundExplanation( const TableauRow &row, bool isUpper, unsigned var )
404{
405 _boundExplainer->updateBoundExplanation( row, isUpper, var );
406}
407
408void BoundManager::updateBoundExplanationSparse( const SparseUnsortedList &row,
409 bool isUpper,

Callers 3

tightenLowerBoundMethod · 0.45
tightenUpperBoundMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected