summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/wand-simp-sat2.smt2
blob: c684d16ad52928ea7b319c89256f148f0f58db97 (plain)
1
2
3
4
5
6
7
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(set-logic QF_ALL_SUPPORTED)
(set-info :status sat)
(declare-fun x () Int)
(assert (wand (pto x 1) (pto x 3)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback