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

Method getNetworkLevelReasoner

src/engine/InputQuery.cpp:728–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728NLR::NetworkLevelReasoner *InputQuery::getNetworkLevelReasoner() const
729{
730 return _networkLevelReasoner;
731}
732
733bool InputQuery::constructNetworkLevelReasoner( List<Equation> &unhandledEquations,
734 Set<unsigned> &varsInUnhandledConstraints )

Calls

no outgoing calls