summaryrefslogtreecommitdiff
path: root/test/regress/regress0/symmetric.smt
blob: a6fecba441261b35c8bddfb3f5423052e371b34a (plain)
1
2
3
4
5
6
7
8
9
(benchmark symmetric
:status unsat
:logic QF_UF
:extrapreds ((p U U))
:extrafuns ((x U) (y U))
:assumption (implies (p x y) (p y x))
:assumption (p x y)
:formula (not (p y x))
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback