summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/no-syntax-test-bool.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/sygus/no-syntax-test-bool.sy')
-rw-r--r--test/regress/regress0/sygus/no-syntax-test-bool.sy15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/regress/regress0/sygus/no-syntax-test-bool.sy b/test/regress/regress0/sygus/no-syntax-test-bool.sy
new file mode 100644
index 000000000..cc3855ad1
--- /dev/null
+++ b/test/regress/regress0/sygus/no-syntax-test-bool.sy
@@ -0,0 +1,15 @@
+; EXPECT: unsat
+; COMMAND-LINE: --cegqi-si
+
+(set-logic LIA)
+
+(synth-fun f ((x Int) (y Int)) Bool)
+
+(declare-var x Int)
+(declare-var y Int)
+
+(constraint (= (f x y) (>= (+ x y) 500)))
+
+
+(check-synth)
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback