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

Method resetStatistics

src/engine/Engine.cpp:2567–2578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2565}
2566
2567void Engine::resetStatistics()
2568{
2569 Statistics statistics;
2570 _statistics = statistics;
2571 _smtCore.setStatistics( &_statistics );
2572 _tableau->setStatistics( &_statistics );
2573 _rowBoundTightener->setStatistics( &_statistics );
2574 _preprocessor.setStatistics( &_statistics );
2575 _activeEntryStrategy->setStatistics( &_statistics );
2576
2577 _statistics.stampStartingTime();
2578}
2579
2580void Engine::clearViolatedPLConstraints()
2581{

Callers

nothing calls this directly

Calls 2

stampStartingTimeMethod · 0.80
setStatisticsMethod · 0.45

Tested by

no test coverage detected