summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/fmf-nemp-2.smt2
blob: 35640586933fb8f0cd07466e03d4bfb936260d00 (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 U Int)) (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