summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/let-ringer.sy
diff options
context:
space:
mode:
authorAbdalrhman Mohamed <32971963+abdoo8080@users.noreply.github.com>2020-03-21 22:33:15 -0500
committerGitHub <noreply@github.com>2020-03-21 22:33:15 -0500
commit37107284adaad3d24da0ad15cac8c88af444aeef (patch)
treed98c5a6bf3608a50e828b129d8d8c45b2c49fc58 /test/regress/regress0/sygus/let-ringer.sy
parenta507aa5f1904055782e1ba01083faf1fd0fb86f7 (diff)
Convert V1 Sygus files to V2. (#4136)
Diffstat (limited to 'test/regress/regress0/sygus/let-ringer.sy')
-rw-r--r--test/regress/regress0/sygus/let-ringer.sy5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/regress/regress0/sygus/let-ringer.sy b/test/regress/regress0/sygus/let-ringer.sy
index 1bb85bed9..9f9eea2a8 100644
--- a/test/regress/regress0/sygus/let-ringer.sy
+++ b/test/regress/regress0/sygus/let-ringer.sy
@@ -1,11 +1,12 @@
; EXPECT: unsat
-; COMMAND-LINE: --cegqi-si=all --sygus-out=status
-; COMMAND-LINE: --cegqi-si=all --sygus-unif-pi=complete --sygus-out=status
+; COMMAND-LINE: --lang=sygus2 --cegqi-si=all --sygus-out=status
+; COMMAND-LINE: --lang=sygus2 --cegqi-si=all --sygus-unif-pi=complete --sygus-out=status
(set-logic LIA)
(define-fun g ((x Int)) Int (ite (= x 1) 15 19))
(define-fun letf ((z Int) (w Int) (s Int) (x Int)) Int (+ z (+ x (+ x (+ s (+ 1 (+ (g w) z)))))))
(synth-fun f ((x Int)) Int
+ ((Start Int))
((Start Int (x
0
1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback