Skip to content

formalsec/ocaml-cvc5

Repository files navigation

Build badge GPL-3.0 Platform

ocaml-cvc5

OCaml bindings for the cvc5 Satisfiability Modulo Theories (SMT) solver

Installation

Build from source


  • Clone the complete source tree:
git clone --recurse-submodules https://github.com/formalsec/ocaml-cvc5
  • Install the library dependencies:
cd ocaml-cvc5
opam install . --deps-only
  • Build and test:
dune build
dune runtest
  • Install cvc5's OCaml bindings on your path by running:
dune install

Examples

Run examples with:

dune exec -- examples/toy.exe  #replace toy with any other example

About

OCaml bindings for the cvc5 SMT solver

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published