summaryrefslogtreecommitdiff
path: root/test/regress
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-18 15:02:18 -0500
committerGitHub <noreply@github.com>2018-05-18 15:02:18 -0500
commite2c0e3e939479e87e5e8ad32aebbdb4f1f6aa77f (patch)
treeae62d79c4e88a44a039cd88ba9d6c828e23a52c7 /test/regress
parent6a94704db9d3e66ed7f54f75a37096e543552866 (diff)
Cegis unif defaults to cegis when no unif (#1942)
Diffstat (limited to 'test/regress')
-rw-r--r--test/regress/regress0/sygus/let-ringer.sy1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regress/regress0/sygus/let-ringer.sy b/test/regress/regress0/sygus/let-ringer.sy
index d26edffd2..0fe8dd05e 100644
--- a/test/regress/regress0/sygus/let-ringer.sy
+++ b/test/regress/regress0/sygus/let-ringer.sy
@@ -1,5 +1,6 @@
; EXPECT: unsat
; COMMAND-LINE: --cegqi-si=all --sygus-out=status
+; COMMAND-LINE: --cegqi-si=all --sygus-unif --sygus-out=status
(set-logic LIA)
(define-fun g ((x Int)) Int (ite (= x 1) 15 19))
(synth-fun f ((x Int)) Int
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback