MCPcopy 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
91Set<unsigned> BerkeleyParser::getOutputVariables() const
92{
93 return _berkeleyNeuralNetwork.getOutputVariables();
94}
95
96void BerkeleyParser::addAuxiliaryEquations( List<Equation> &auxiliaryEquations )
97{

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected