3
0
Fork 0
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:
Nikolaj Bjorner 2022-01-27 17:42:33 -08:00
parent 0677eb1c05
commit 93541ccdf2

View file

@ -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()) {