Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 854 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 854 Bytes

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.

Contributors

Abderrahmane Feliachi, Paris Sud University and LRI

This work has been done while A. Feliachi was a PhD student at LRI.

Dependencies

There are no dependencies, but you will need Z3 to perform some action.

Z3

Z3 is available at https://github.com/Z3Prover/z3.

Usage

For examples of usage, see Z3SolverTest.java (code)

License

SMI-API code is released under the GPL v2.