package ocaml-sat-solvers

  1. Overview
  2. Docs
An abstraction layer for integrating SAT Solvers into OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-sat-solvers-0.8.tbz
sha256=d5e5f3b98eabaeb8dd106fd79e425ee28f7301c52f7d35453b5f99233720a4e5
sha512=caa023cfd102edf0b36d36a9ac2e8a8154491ec68973cae00e8fb4ea19cb22b02634119a5c92110ce03cfea196771afe987f734f7efd7eb0bc21fd96855935fc

Description

An abstraction layer for integrating SAT Solvers into OCaml.

Published: 05 Aug 2025

README

ocaml-sat-solvers

Copyright (c) 2008-2025

This library contains an abstraction layer for integrating SAT Solvers into OCaml.

It is developed and maintained by:

  • (c) Oliver Friedmann, University of Munich (http://oliverfriedmann.de)
  • (c) Martin Lange, University of Kassel (http://carrick.fmv.informatik.uni-kassel.de/~mlange/)

We currently support the following SAT Solvers:

  • MiniSAT v1.4 (c) Niklas Eén, Niklas Sörensson (http://minisat.se)
  • Z3 v4.8.11 (c) Microsoft Corporation (https://github.com/Z3Prover/z3)

OPAM

You can install this package via OPAM under the name ocaml-sat-solvers.

Commands

Build

dune build

Release

  1. Change version in dune-project.
  2. Update CHANGES.md.
  3. Run dune build.
  4. Commit
  git status
  git add -A
  git commit -m "message"
  git tag v0.x [--force]
  git push origin master --tags [--force]
  1. Release
  dune-release tag
  dune-release distrib
  dune-release publish
  dune-release opam pkg
  dune-release opam submit

Dependencies (3)

  1. minisat >= "0.4"
  2. dune >= "3.10"
  3. ocaml >= "4.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. pgsolver >= "4.3"

Conflicts

None

OCaml

Innovation. Community. Security.