smtlib-lowlevel 0.1.4

A low-level API for interacting with SMT solvers
Documentation
1
2
3
4
5
6
(declare-const x Int)
(declare-const y Int)
(assert (= x 12))
(assert (= y 13))
(check-sat)
(get-model)