SMT-API (API for Satisfiability Modulo Theories) is a Java API to interact with SMT solvers using the SMT-LIB format. For the time being, it is focused on interacting with Z3.
Abderrahmane Feliachi, Paris Sud University and LRI
This work has been done while A. Feliachi was a PhD student at LRI.
There are no dependencies, but you will need Z3 to perform some action.
Z3 is available at https://github.com/Z3Prover/z3.
For examples of usage, see Z3SolverTest.java
(code)
SMI-API code is released under the GPL v2.