summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/sep-neg-nstrict2.smt2
blob: e71e6a51a73a1333b65edc78a253dd1f8e4a0d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(set-logic ALL_SUPPORTED)
(set-info :status sat)

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

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

(assert (not (= a b)))
(assert (not (sep true (pto x b))))
(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