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

Method auxVariableInUse

src/engine/ReluConstraint.cpp:1022–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022bool ReluConstraint::auxVariableInUse() const
1023{
1024 return _auxVarInUse;
1025}
1026
1027unsigned ReluConstraint::getAux() const
1028{

Calls

no outgoing calls