Skip to content

Commit

Permalink
backjump to level of clause to ensure that new atoms created by proje…
Browse files Browse the repository at this point in the history
…ction are assigned as assumptions fix #2557

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Sep 15, 2019
1 parent 0f20175 commit 69abe16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qe/nlqsat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,6 @@ namespace qe {
else {
SASSERT(clevel.max() + 2 <= level());
num_scopes = level() - clevel.max();
if ((num_scopes % 2) != 0) {
--num_scopes;
}
SASSERT(num_scopes >= 2);
}

Expand Down

0 comments on commit 69abe16

Please sign in to comment.