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

Method resetSplitConditions

src/engine/SmtCore.cpp:383–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383void SmtCore::resetSplitConditions()
384{
385 _constraintToViolationCount.clear();
386 _numRejectedPhasePatternProposal = 0;
387 _needToSplit = false;
388}
389
390void SmtCore::recordImpliedValidSplit( PiecewiseLinearCaseSplit &validSplit )
391{

Callers 1

restoreStateMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected