summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/finite-witness-sat.smt2
blob: fac9d6b9d08828609257133d9bc59f1179756327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; COMMAND-LINE: --finite-model-find --quant-epr --no-check-models
; EXPECT: sat
(set-logic ALL_SUPPORTED)
(declare-sort Loc 0)
(declare-const l Loc)
(declare-heap (Loc Loc))

(assert (not (_ emp Loc Loc)))
(assert (forall ((x Loc) (y Loc)) (not (pto x y))))


(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback