package encoding

  1. Overview
  2. Docs
Smt encoding library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.1.tar.gz
md5=dc32bbd40f0bfad2c8052d45a26d13f3
sha512=7946f81a6226378b493af9db129445bbe4f51e2924ed490692e485af1f16f09444cfc635e3c04064d5f9b64e64605f121e73e3c8feafa6bb03f8bd39ed99e671

doc/README.html

OCaml Constraint Abstraction Layer

Build badge" GPL-3.0" Platform"

The OCaml Constraint Abstraction Layer (OCAL) serves as an abstracted constraint-solving wrapper, currently utilising Z3 as its backend solver. However, future plans for OCAL include support for other solvers in its backend, such as Yices and CVC5.

Build from source

  • Install opam.
  • Bootstrap the OCaml compiler:
opam init
opam switch create 5.1.0 5.1.0
  • Then, install the library dependencies:
git clone https://github.com/wasp-platform/encoding.git
cd encoding
opam install . --deps-only
  • Build and test:
dune build
dune runtest
  • Install encoding on your path by running:
dune install

Use encoding in your project

  • To incorporate encoding into your project, you can pin to your project:
opam pin encoding git+https://github.com/wasp-platform/encoding
OCaml

Innovation. Community. Security.