Skip to content

Commit 69abe16

Browse files
backjump to level of clause to ensure that new atoms created by projection are assigned as assumptions fix #2557
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 0f20175 commit 69abe16

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/qe/nlqsat.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,6 @@ namespace qe {
475475
else {
476476
SASSERT(clevel.max() + 2 <= level());
477477
num_scopes = level() - clevel.max();
478-
if ((num_scopes % 2) != 0) {
479-
--num_scopes;
480-
}
481478
SASSERT(num_scopes >= 2);
482479
}
483480

0 commit comments

Comments
 (0)