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:
parent
a4c3a8c640
commit
067902bf31
2 changed files with 8 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue