summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/VC22_a.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/sygus/VC22_a.sy')
-rw-r--r--test/regress/regress1/sygus/VC22_a.sy7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/regress/regress1/sygus/VC22_a.sy b/test/regress/regress1/sygus/VC22_a.sy
index ce437bc34..f60f661dd 100644
--- a/test/regress/regress1/sygus/VC22_a.sy
+++ b/test/regress/regress1/sygus/VC22_a.sy
@@ -1,9 +1,10 @@
; EXPECT: unsat
-; COMMAND-LINE: --sygus-out=status
-; COMMAND-LINE: --sygus-out=status --cegis-sample=use
+; COMMAND-LINE: --lang=sygus2 --sygus-out=status
+; COMMAND-LINE: --lang=sygus2 --sygus-out=status --cegis-sample=use
(set-logic LIA)
(synth-fun f ((x1 Int) (x2 Int)) Int
+ ((Start Int) (StartBool Bool))
((Start Int (0 1 x1 x2
(ite StartBool Start Start)))
(StartBool Bool ((= Start Start)))))
@@ -24,7 +25,6 @@
(define-fun InVorZero ((v Int)) Bool
(or (InV1 v) (Zero v)))
-
(define-fun UnsafeSame ((x1 Int) (x2 Int) (v1 Int) (v2 Int)) Bool
(or (and (>= x1 x2) (>= (+ x2 v2) (+ x1 v1)))
(and (>= x2 x1) (>= (+ x1 v1) (+ x2 v2)))))
@@ -58,4 +58,3 @@
(constraint (or (Bad x1 x2) (not (Zero (f x1 x2)))))
(check-synth)
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback