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

Method getLowerBoundFromLayer

src/nlr/DeepPolyElement.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95double DeepPolyElement::getLowerBoundFromLayer( unsigned index ) const
96{
97 ASSERT( index < getSize() );
98 return _layer->getLb( index );
99}
100
101double DeepPolyElement::getUpperBoundFromLayer( unsigned index ) const
102{

Calls 1

getLbMethod · 0.80

Tested by

no test coverage detected