summaryrefslogtreecommitdiff
path: root/test/regress/regress0
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-12-05 09:19:56 -0600
committerGitHub <noreply@github.com>2019-12-05 09:19:56 -0600
commitf17b72fcdb535a5c06620900d2c35d2709abe968 (patch)
tree408a48f718858c3623afbe1d8b99cab79cedaf35 /test/regress/regress0
parent97c2553d0b0535bd47517f755897c441e223568e (diff)
Refactor mode options for Unif+PI (#3531)
Diffstat (limited to 'test/regress/regress0')
-rw-r--r--test/regress/regress0/sygus/let-ringer.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/sygus/let-ringer.sy b/test/regress/regress0/sygus/let-ringer.sy
index c02d2b31f..1bb85bed9 100644
--- a/test/regress/regress0/sygus/let-ringer.sy
+++ b/test/regress/regress0/sygus/let-ringer.sy
@@ -1,6 +1,6 @@
; EXPECT: unsat
; COMMAND-LINE: --cegqi-si=all --sygus-out=status
-; COMMAND-LINE: --cegqi-si=all --sygus-unif --sygus-out=status
+; COMMAND-LINE: --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)))))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback