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

Method preContextPushHook

src/engine/Engine.cpp:2531–2541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2529}
2530
2531void Engine::preContextPushHook()
2532{
2533 struct timespec start = TimeUtils::sampleMicro();
2534 _boundManager.storeLocalBounds();
2535 if ( _produceUNSATProofs )
2536 _groundBoundManager.storeLocalBounds();
2537 struct timespec end = TimeUtils::sampleMicro();
2538
2539 _statistics.incLongAttribute( Statistics::TIME_CONTEXT_PUSH_HOOK,
2540 TimeUtils::timePassed( start, end ) );
2541}
2542
2543void Engine::postContextPopHook()
2544{

Callers 2

performSplitMethod · 0.80
popSplitMethod · 0.80

Calls 2

storeLocalBoundsMethod · 0.80
incLongAttributeMethod · 0.80

Tested by

no test coverage detected