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

Method copyBoundExplainerContent

src/engine/BoundManager.cpp:398–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void BoundManager::copyBoundExplainerContent( const BoundExplainer *boundsExplainer )
399{
400 *_boundExplainer = *boundsExplainer;
401}
402
403void BoundManager::updateBoundExplanation( const TableauRow &row, bool isUpper, unsigned var )
404{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected