summaryrefslogtreecommitdiff
path: root/src/smt/process_assertions.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-08-12 00:08:32 -0500
committerGitHub <noreply@github.com>2020-08-11 22:08:32 -0700
commit66836c5fd879c92bddbca52d4b1802213f227a44 (patch)
treeb0434cc3be08802a0028193ca91bda2c0e802af6 /src/smt/process_assertions.cpp
parentb5b2858807d48136807aba29bb53a1e91cfacc6e (diff)
Split SmtEngineState from SmtEngine (#4855)
This splits a utility for tracking the "basic" state of the SmtEngine. This class tracks its high-level state, including the "SMT mode", last/expected status and manages the contexts. It is not responsible more detailed state information (e.g. the assertions).
Diffstat (limited to 'src/smt/process_assertions.cpp')
-rw-r--r--src/smt/process_assertions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/smt/process_assertions.cpp b/src/smt/process_assertions.cpp
index d2bf3ba46..492f3e105 100644
--- a/src/smt/process_assertions.cpp
+++ b/src/smt/process_assertions.cpp
@@ -462,7 +462,6 @@ bool ProcessAssertions::apply(Assertions& as)
bool ProcessAssertions::simplifyAssertions(AssertionPipeline& assertions)
{
spendResource(ResourceManager::Resource::PreprocessStep);
- Assert(d_smt.d_pendingPops == 0);
try
{
ScopeCounter depth(d_simplifyAssertionsDepth);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback