mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
add checkpoints to blocked clause elimination to handle timeouts, #2080
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
efaab6d8fd
commit
59b0b56b42
1 changed files with 2 additions and 0 deletions
|
@ -1527,6 +1527,7 @@ namespace sat {
|
|||
block_covered_binary(w, l, blocked, k);
|
||||
break;
|
||||
}
|
||||
s.checkpoint();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1552,6 +1553,7 @@ namespace sat {
|
|||
s.set_learned(c);
|
||||
break;
|
||||
}
|
||||
s.checkpoint();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue