ACEC/test.smt
2022-10-21 19:34:18 +08:00

6 lines
95 B
Plaintext

(declare-fun a () Bool)
(declare-fun b () Bool)
(assert (= 1 (+ a b)))
(check-sat)
(get-model)