UnitTestBot / ksmt

Kotlin/Java API for various SMT solvers
https://ksmt.io/
Apache License 2.0
30 stars 14 forks source link

Quantifier elimination for the theory of bit vectors #138

Open AnzhelaSukhanova opened 1 year ago

AnzhelaSukhanova commented 1 year ago

PR implements the quantifier elimination for BV formulas of a certain structure according to the paper. Supported structure: a conjunction of inequalities/equalities between a bound variable in a linear term and a term without that variable.