package cvc5
OCaml bindings for the cvc5 SMT solver
Install
Dune Dependency
Authors
Maintainers
Sources
ocaml-cvc5-v1.2.0.tar.gz
md5=f3bef1351994740ad6a11f55f77b4fbf
sha512=2b526cf9cd9cb4b240466bd69d8608a2257e57930b07ebc99c57aa2633bde45d40f4e10797794cbcf6d9f7ca78dd91d4c3d54b516ac04f625518159b4189833a
doc/CHANGES.html
1.2.0
Added
- Stub-side reference counting to deal with GC collection order
- Refactor stubs to include
CAMLparam
,CAMLlocal
, andCAMLreturn
directives to safeguard GC interactions - Documentation for module interfaces
Changed
- Updated the version of cvc5 supported to v1.2.0
Fixed
- Changed number of Opam jobs used during compilation to avoid excessive memory use
1.1.3
Initial release.
Vendor submodules:
- cvc5 commit:27e8c50 (v1.1.3-unreleased)
- CaDiCaL commit:2df7b7f
- LibPoly commit:7a4dedc
- SymFPU commit:c3acaf6
Added
Stubs with support for the following cvc5 API classes:
- Solver
- TermManager
- Term
- Op
- Result
- Sort