summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/sep-neg-nstrict.smt2
blob: 1a69336a8cb739af6b95dc95b0534c6ffb667316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(set-logic ALL_SUPPORTED)
(set-info :status unsat)

(declare-const x Int)
(declare-const y Int)
(declare-const z Int)

(declare-const a Int)
(declare-const b Int)

(assert (not (sep true (pto x a))))
(assert (sep (pto x a) (pto z b)))


(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback