summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/nspatial-simp.smt2
blob: c807757d126cfd870c6a3a0387bed5798760da44 (plain)
1
2
3
4
5
6
7
8
9
10
11
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(set-logic QF_ALL_SUPPORTED)
(set-info :status sat)
(declare-fun x () Int)

(assert (sep (= x 0) (not (= x 5))))

(declare-fun y () Int)
(assert (pto y 0))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback