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

Method reset

src/engine/Engine.cpp:2557–2565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2555}
2556
2557void Engine::reset()
2558{
2559 resetStatistics();
2560 _sncMode = false;
2561 clearViolatedPLConstraints();
2562 resetSmtCore();
2563 resetBoundTighteners();
2564 resetExitCode();
2565}
2566
2567void Engine::resetStatistics()
2568{

Calls

no outgoing calls

Tested by

no test coverage detected