OCaml bindings for the cvc5 Satisfiability Modulo Theories (SMT) solver
opam init
opam switch create 5.2.0 5.2.0opam install cvc5:warning: Installation via Opam is only available for Linux systems.
git clone --recurse-submodules https://github.com/formalsec/ocaml-cvc5cd ocaml-cvc5
opam install . --deps-onlydune build
dune runtestdune installRun examples with:
dune exec -- examples/toy.exe #replace toy with any other example