3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-01 07:40:41 +00:00

Simplify revert_decision; disable resolving over new items for now

This commit is contained in:
Jakob Rath 2021-09-13 16:21:14 +02:00
parent a4c3a8c640
commit 067902bf31
2 changed files with 8 additions and 14 deletions

View file

@ -124,7 +124,9 @@ namespace polysat {
}
bool next() {
#if 0 // If you want to resolve over constraints that have been added during conflict resolution, enable this.
try_push_block();
#endif
if (current > last()) {
--current;
return true;