Releases: UnitTestBot/ksmt
Releases · UnitTestBot/ksmt
0.5.9
0.5.8
0.5.8-draft
Empty artifact for maven central
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
Changes
- Faster runner sync solver
- Fix array model conversion
- Yices: stop timer on solver close
- Z3: fix dec ref on close
- Specialized model function interpretations
- Resolve track vars in unsat cores
Breaking changes:
- Model function interpretations moved to
org.ksmt.solver.model
and also renamed fromKModel.KFuncInterp
toKFuncInterp
assertAndTrack
track variables are removed from the API. Unsat cores contains tracked assertions as is.