Skip to content

Latest commit

 

History

History

solver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

This project provides common interfaces over different SMT solvers. SMT solvers can be used to query satisfiability of expressions and to generate interpolants and unsat cores. There is a separate project for each concrete solver that wraps it to match the common interface. In order to be able to exchange solvers easily, the common interfaces should be preferred (except when instantiating the concrete solvers). See package-info.java in the root package for more information.