summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fmf/fc-unsat-pent.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/fmf/fc-unsat-pent.smt2')
-rw-r--r--test/regress/regress0/fmf/fc-unsat-pent.smt238
1 files changed, 19 insertions, 19 deletions
diff --git a/test/regress/regress0/fmf/fc-unsat-pent.smt2 b/test/regress/regress0/fmf/fc-unsat-pent.smt2
index f1721cb04..2d4000e6e 100644
--- a/test/regress/regress0/fmf/fc-unsat-pent.smt2
+++ b/test/regress/regress0/fmf/fc-unsat-pent.smt2
@@ -1,20 +1,20 @@
-(set-logic QF_UFC)
-(set-info :status unsat)
-
-(declare-sort U 0)
-
-(declare-fun a () U)
-(declare-fun b () U)
-(declare-fun c () U)
-(declare-fun d () U)
-(declare-fun e () U)
-
-(assert (not (= a b)))
-(assert (not (= b c)))
-(assert (not (= c d)))
-(assert (not (= d e)))
-(assert (not (= e a)))
-
-(assert (fmf.card c 2))
-
+(set-logic QF_UFC)
+(set-info :status unsat)
+
+(declare-sort U 0)
+
+(declare-fun a () U)
+(declare-fun b () U)
+(declare-fun c () U)
+(declare-fun d () U)
+(declare-fun e () U)
+
+(assert (not (= a b)))
+(assert (not (= b c)))
+(assert (not (= c d)))
+(assert (not (= d e)))
+(assert (not (= e a)))
+
+(assert (fmf.card c 2))
+
(check-sat) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback