summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/chain-int.smt2
blob: ebe52fa4643817dcff60ed38cb32686f53d7735d (plain)
1
2
3
4
5
6
7
8
9
10
11
(set-logic QF_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