summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/pto-01.smt2
blob: f980ac13f4884a308ebc7e7c26cb0e6490a96852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(set-logic QF_ALL_SUPPORTED)
(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