ACEC/test.smt

6 lines
95 B
Plaintext
Raw Normal View History

2022-10-21 19:34:18 +08:00
(declare-fun a () Bool)
(declare-fun b () Bool)
(assert (= 1 (+ a b)))
(check-sat)
(get-model)