summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/quant_wand.smt2
blob: 8a69c10c47c72c8fb0c0ed903f25116373ebd96f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; COMMAND-LINE: --full-saturate-quant
; EXPECT: unsat
(set-logic ALL_SUPPORTED)
(set-info :status unsat)

(declare-const u Int)

(assert (emp 0 0))

(assert 
(forall ((y Int)) 
(not (wand (pto u 5) (and (= y 42) (pto u 5))))
))

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