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

(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