summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/pbe-pred-contra.sy
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/sygus/pbe-pred-contra.sy')
-rw-r--r--test/regress/regress0/sygus/pbe-pred-contra.sy7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/regress/regress0/sygus/pbe-pred-contra.sy b/test/regress/regress0/sygus/pbe-pred-contra.sy
new file mode 100644
index 000000000..22fc12e60
--- /dev/null
+++ b/test/regress/regress0/sygus/pbe-pred-contra.sy
@@ -0,0 +1,7 @@
+; COMMAND_LINE: --cegqi-si=none --sygus-out=status
+; EXPECT: unknown
+(set-logic LIA)
+(synth-fun P ((x Int)) Bool)
+(constraint (P 54))
+(constraint (not (P 54)))
+(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback