OCaml-QBF

Library to deal with Quantified Boolean Formulas in OCaml.

Linux, MacOS, Windows

ci

Organization

Tested configurations

It works with any version of OCaml from 4.08.x to 4.10.x onwards.

  1. tested on linux (Ubuntu 16.04, x86_64),
  2. tested on MacOS,
  3. tested on Windows using Cygwin32 and Cygwin64 by cross-compilating to native win32 under using the mingw64-i686 (respectively mingw64-x86_64) cross-compiler.
  4. Should also work under WSL and WSL2 on Windows 10.

License

The library and its dependencies are licensed under the BSD license (and the MIT license for picosat), which is fairly permissive.

Installation

Using opam:

opam install qbf

From source:

    opam install . --working-dir --deps-only
dune build

Known issues