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

Method getStackDepth

src/engine/SmtCore.cpp:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228unsigned SmtCore::getStackDepth() const
229{
230 ASSERT(
231 ( _engine->inSnCMode() || _stack.size() == static_cast<unsigned>( _context.getLevel() ) ) );
232 return _stack.size();
233}
234
235void SmtCore::popContext()
236{

Callers 4

pickSplitPLConstraintMethod · 0.80
restoreSmtStateMethod · 0.80
test_perform_splitMethod · 0.80

Calls 3

inSnCModeMethod · 0.45
sizeMethod · 0.45
getLevelMethod · 0.45

Tested by 1

test_perform_splitMethod · 0.64