summaryrefslogtreecommitdiff
path: root/test/regress/regress0
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-02-03 10:19:44 -0600
committerGitHub <noreply@github.com>2020-02-03 10:19:44 -0600
commit5b010143cce0cace27e2556e26221f69ae43f688 (patch)
tree40c67ef477bd2b6fa48b57ad55890d8da088ac17 /test/regress/regress0
parent1cec37904f1d770d7756d5661ff9b86fbca6d7ac (diff)
Fix invariant template inference for trivially infeasible conjecture (#3693)
Diffstat (limited to 'test/regress/regress0')
-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