Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ getOutputVariables
Method
getOutputVariables
src/input_parsers/BerkeleyParser.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
Set<unsigned> BerkeleyParser::getOutputVariables() const
92
{
93
return _berkeleyNeuralNetwork.getOutputVariables();
94
}
95
96
void BerkeleyParser::addAuxiliaryEquations( List<Equation> &auxiliaryEquations )
97
{
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected