summaryrefslogtreecommitdiff
path: root/test/regress/regress0/distinct.smt
blob: 8c36a9acbd51a7448802230c74683292ceb4aeff (plain)
1
2
3
4
5
(benchmark distinct_test
  :logic QF_UF
  :status unsat
  :extrafuns ((x U) (y U) (z U))
  :formula (not (iff (distinct x y z) (and (not (= x y)) (not (= x z)) (not (= y z))))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback