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

Method applySnCSplit

src/engine/Engine.cpp:134–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void Engine::applySnCSplit( PiecewiseLinearCaseSplit sncSplit, String queryId )
135{
136 _sncMode = true;
137 _sncSplit = sncSplit;
138 _queryId = queryId;
139 preContextPushHook();
140 _smtCore.pushContext();
141 applySplit( sncSplit );
142 _boundManager.propagateTightenings();
143}
144
145bool Engine::inSnCMode() const
146{

Callers 2

Calls 2

pushContextMethod · 0.80
propagateTighteningsMethod · 0.80

Tested by

no test coverage detected