summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/parity-AIG-d0.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/sygus/parity-AIG-d0.sy')
-rw-r--r--test/regress/regress0/sygus/parity-AIG-d0.sy4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress0/sygus/parity-AIG-d0.sy b/test/regress/regress0/sygus/parity-AIG-d0.sy
index 03d180634..3cc577bd8 100644
--- a/test/regress/regress0/sygus/parity-AIG-d0.sy
+++ b/test/regress/regress0/sygus/parity-AIG-d0.sy
@@ -1,5 +1,5 @@
; EXPECT: unsat
-; COMMAND-LINE: --cegqi-si --no-dump-synth
+; COMMAND-LINE: --cegqi-si=all --no-dump-synth
(set-logic BV)
(define-fun parity ((a Bool) (b Bool) (c Bool) (d Bool)) Bool
@@ -27,4 +27,4 @@
;(not
; (and
; (and (not (and (not a) b)) (not (and d (not c))))
-; (and (not (and (not b) a)) (not (and (not d) c)))))) \ No newline at end of file
+; (and (not (and (not b) a)) (not (and (not d) c))))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback