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

Method getUpperBoundFromLayer

src/nlr/DeepPolyElement.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101double DeepPolyElement::getUpperBoundFromLayer( unsigned index ) const
102{
103 ASSERT( index < getSize() );
104 return _layer->getUb( index );
105}
106
107void DeepPolyElement::getConcreteBounds()
108{

Calls 1

getUbMethod · 0.80

Tested by

no test coverage detected