Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
228
unsigned SmtCore::getStackDepth() const
229
{
230
ASSERT(
231
( _engine->inSnCMode() || _stack.size() == static_cast<unsigned>( _context.getLevel() ) ) );
232
return _stack.size();
233
}
234
235
void SmtCore::popContext()
236
{
Callers
4
pickSplitPLConstraint
Method · 0.80
restoreSmtState
Method · 0.80
certifyUNSATCertificate
Method · 0.80
test_perform_split
Method · 0.80
Calls
3
inSnCMode
Method · 0.45
size
Method · 0.45
getLevel
Method · 0.45
Tested by
1
test_perform_split
Method · 0.64