summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uf/euf_simp04.smt
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/uf/euf_simp04.smt')
-rw-r--r--test/regress/regress0/uf/euf_simp04.smt25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/regress/regress0/uf/euf_simp04.smt b/test/regress/regress0/uf/euf_simp04.smt
deleted file mode 100644
index 7b15ad309..000000000
--- a/test/regress/regress0/uf/euf_simp04.smt
+++ /dev/null
@@ -1,25 +0,0 @@
-
-(benchmark euf_simp4.smt
-:status unsat
-:logic QF_UF
-:category { crafted }
-
-:extrafuns ((x U))
-:extrafuns ((y U))
-:extrafuns ((z U))
-:extrafuns ((f U U))
-:extrafuns ((g U U))
-:extrafuns ((H U U U))
-:extrafuns ((J U U U))
-
-
-
-:formula
-(and
- (= (H x y) (H y x))
- (or (= x (J z y)) (= y (J z y)))
- (= (J z y) (f x))
- (or (= x (f x)) (not (= y (f x))) )
- (or (not (= x (f x))) (not (= (H x (f x)) (H (f x) x) )) )
- )
-) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback