mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
enable try-push-block
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0677eb1c05
commit
93541ccdf2
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ namespace polysat {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool next() {
|
bool next() {
|
||||||
#if 0 // If you want to resolve over constraints that have been added during conflict resolution, enable this.
|
#if 1 // If you want to resolve over constraints that have been added during conflict resolution, enable this.
|
||||||
try_push_block();
|
try_push_block();
|
||||||
#endif
|
#endif
|
||||||
if (current > last()) {
|
if (current > last()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue