summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fmf/fc-unsat-tot-2.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/fmf/fc-unsat-tot-2.smt2')
-rwxr-xr-xtest/regress/regress0/fmf/fc-unsat-tot-2.smt214
1 files changed, 14 insertions, 0 deletions
diff --git a/test/regress/regress0/fmf/fc-unsat-tot-2.smt2 b/test/regress/regress0/fmf/fc-unsat-tot-2.smt2
new file mode 100755
index 000000000..d946974ed
--- /dev/null
+++ b/test/regress/regress0/fmf/fc-unsat-tot-2.smt2
@@ -0,0 +1,14 @@
+(set-logic UFC)
+(set-info :status unsat)
+
+(declare-sort U 0)
+
+(declare-fun a () U)
+(declare-fun b () U)
+(declare-fun c () U)
+
+(assert (not (fmf.card a 2)))
+
+(assert (forall ((x U)) (or (= x a) (= x b))))
+
+(check-sat) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback