summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/chain-int.smt2
blob: d3245e33fa5a7c18947e9a3f4e498c703cc3fb3b (plain)
1
2
3
4
5
6
7
8
9
10
11
(set-logic ALL_SUPPORTED)
(set-info :status unsat)

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

(assert (sep (pto x y) (pto y z)))
(assert (and (> x 3) (< x 5)))
(assert (and (> y 3) (< y 5)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback