summaryrefslogtreecommitdiff
path: root/test/regress/regress0/rels/rel_transpose_7.cvc.smt2
blob: 7debeaa87d67363672600d1ee3ef37e21ee764d9 (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: unsat
(set-option :incremental false)
(set-logic ALL)

(declare-fun x () (Set (Tuple Int Int)))
(declare-fun y () (Set (Tuple Int Int)))
(assert (= x y))
(assert (not (= (transpose x) (transpose y))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback