summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/General_plus10.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/sygus/General_plus10.sy')
-rwxr-xr-xtest/regress/regress0/sygus/General_plus10.sy11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regress/regress0/sygus/General_plus10.sy b/test/regress/regress0/sygus/General_plus10.sy
new file mode 100755
index 000000000..ee26fac79
--- /dev/null
+++ b/test/regress/regress0/sygus/General_plus10.sy
@@ -0,0 +1,11 @@
+; EXPECT: unsat
+; COMMAND-LINE: --cegqi-si=all --no-dump-synth
+(set-logic LIA)
+
+(synth-fun fb () Int ((Start Int ((Constant Int)))))
+(synth-fun fc () Int ((Start Int ((Constant Int)))))
+
+(constraint (= fc (+ fb 10)))
+
+(check-synth)
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback