summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/pto-01.smt2
blob: 380e95f7cc05ab2dbf8097ea642a3c2cd985ce9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(set-logic QF_ALL)
(set-info :status unsat)
(declare-heap (Int Int))

(declare-const x Int)

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

(assert (and (pto x a) (pto x b)))

(assert (not (= a b)))

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