summaryrefslogtreecommitdiff
path: root/test/regress/regress1/bags/fuzzy3.smt2
blob: a457bf9ae87ea8ea8502a8eeba48ff699ab1aeeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(set-logic ALL)
(set-info :status sat)
(set-option :produce-models true)
(declare-fun A () (Bag (Tuple Int Int)))
(declare-fun B () (Bag (Tuple Int Int)))
(declare-fun c () Int)
(declare-fun d () (Tuple Int Int))
(assert
  (not
    (=
      (= A (bag.difference_remove (bag d c) A))
      (= A (bag (tuple c c) c)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback