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

Method applyTrailEntry

src/engine/CDSmtCore.cpp:127–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void CDSmtCore::applyTrailEntry( TrailEntry &te, bool isDecision )
128{
129 if ( isDecision )
130 {
131 _context.push();
132 _decisions.push_back( te );
133 }
134
135 _trail.push_back( te );
136 _engine->applySplit( te.getPiecewiseLinearCaseSplit() );
137}
138
139void CDSmtCore::decide()
140{

Callers

nothing calls this directly

Calls 4

pushMethod · 0.45
push_backMethod · 0.45
applySplitMethod · 0.45

Tested by

no test coverage detected