Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
double DeepPolyElement::getUpperBoundFromLayer( unsigned index ) const
102
{
103
ASSERT( index < getSize() );
104
return _layer->getUb( index );
105
}
106
107
void DeepPolyElement::getConcreteBounds()
108
{
Callers
1
concretizeSymbolicBoundForSourceLayer
Method · 0.80
Calls
1
getUb
Method · 0.80
Tested by
no test coverage detected