summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/fmf-nemp-2.smt2
blob: 71fe96d716e369b2c486d72628ac4fb7c40c2953 (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --finite-model-find --no-check-models
; EXPECT: sat
(set-logic ALL_SUPPORTED)
(declare-sort U 0)
(declare-fun u1 () U)
(declare-fun u2 () U)
(assert (not (= u1 u2)))
(assert (forall ((x U)) (=> (not (= x (as sep.nil U))) (sep (not (emp u1)) (pto x 0)))))
; satisfiable with heap of size 2, model of U of size 3
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback