summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/wand-0526-sat.smt2
blob: 0c0ee72adf4a717ccf8f6b1eb5fbc5c7748ccfad (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(set-logic ALL_SUPPORTED)
(declare-fun x () Int)
(declare-fun y () Int)
(declare-fun u () Int)
(declare-fun v () Int)
(assert (wand (pto x u) (pto y v)))
(assert (emp 0))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback