summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/sep-simp-unc.smt2
blob: 88950d655fed5c3436107fd0d4cde00ae1fb08dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(set-logic QF_ALL_SUPPORTED)
(set-info :status sat)
(declare-sort U 0)
(declare-heap (U U))
(declare-fun x () U)
(declare-fun y () U)
(declare-fun a () U)
(declare-fun b () U)

(assert (not (sep (not (pto x a)) (pto y b))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback