summaryrefslogtreecommitdiff
path: root/test/regress/regress2
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-22 20:27:32 -0500
committerGitHub <noreply@github.com>2018-05-22 20:27:32 -0500
commit2ac3d0bf2c00edbbd04033815f10ba0207010f77 (patch)
tree7a61979523714dfefa6ba8277b38b0b382706f28 /test/regress/regress2
parenteab7fae2c02ce635500dbe7c743a5c0d7f39137d (diff)
Repair constants using symbolic constructors (#1960)
Diffstat (limited to 'test/regress/regress2')
-rw-r--r--test/regress/regress2/sygus/ex23.sy4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/regress/regress2/sygus/ex23.sy b/test/regress/regress2/sygus/ex23.sy
index 61b08a838..c19b2ff42 100644
--- a/test/regress/regress2/sygus/ex23.sy
+++ b/test/regress/regress2/sygus/ex23.sy
@@ -1,5 +1,5 @@
; EXPECT: unsat
-; COMMAND-LINE: --sygus-out=status
+; COMMAND-LINE: --sygus-out=status --sygus-repair-const
(set-logic LIA)
(synth-inv inv-f ((y Int) (z Int) (c Int)))
@@ -20,4 +20,6 @@
(inv-constraint inv-f pre-f trans-f post-f)
+; needs --sygus-repair-const, since easy solution involves the constant 4608
+
(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback