package qbf

  1. Overview
  2. Docs
QBF solving in OCaml, including bindings to solvers

Install

Dune Dependency

Authors

Maintainers

Sources

qbf-0.3.tbz
sha256=2f6c085db501511cf34a76d763409b58cb05ea88bf77cc75fd486ddb83f51f0a
sha512=89fe7271671ea9c72ae87505a54d101f0b95c3374161305ac26177146559fcb7f61ad2f6d8ae9944f92185d5b85b19673cb4f8bfed43dbc2c772f9962717f73e

CHANGELOG.md.html

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

0.3 - 2021-01-11

Added

  • Moved to Dune which has become the de-facto OCaml build tool. We were previously using Oasis, which was using Ocamlbuild under the hood and made the builds slightly slower.

Removed

  • depqbf support has been temporarily removed due to the move to Dune. A PR to re-introduce depqbf in Dune would be welcome!

Changed

  • OCaml 4.08.x is now the minimum version required to run this library.

Fixed

  • Fixed the x86_64 build on Windows + Cygwin64 + the mingw64 toolchain.

  • Fixed building ocaml-qbf using opam 2. Opam 2 is sandboxing builds and do not accept messing with /tmp.

0.2 - 2016-06-09

Added

Changed

  • Updated picosat to version 960

  • Updated quantor to version 3.2

Fixed

  • The library can now be cross-compiled on Cygwin64 and Cygwin32 using the x86_64-w64-mingw32 toolchain.

  • The macOS build was also fixed.