mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 08:35:31 +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() {
|
||||
#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();
|
||||
#endif
|
||||
if (current > last()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue