package minisat

  1. Overview
  2. Docs
Bindings to Minisat-C-1.14.1, with the solver included

Install

Dune Dependency

Authors

Maintainers

Sources

v0.5.tar.gz
md5=ae4a6feb34787f8814671af796e8cf5b
sha512=41c6c4ba2149a1afed90c7e55122dfe7239fba7221d649152549f42285b887d0cd62ac434d76eac58527b635afa4adc9d1c183cbd921eb6f927baa76371559eb

doc/CHANGELOG.html

0.5

  • format C and OCaml code
  • add pp_value and string_of_value

0.4

  • move to github actions for CI
  • perf: release runtime lock in solve
  • perf: fast path for add_clause
  • perf: annotate some C functions as noalloc

0.3

  • fixes:

    • return code of caml_minisat_value
    • fallthrough comment
    • pointer cast
  • update travis file to add 4.09
  • only ask for dune 1.0

0.2

  • migrate to dune for build
  • upgrades to the CI

0.1

  • Edits for continous integration:
  • removed symlinks of src/solver.h, src/solver.c, src/vec.c and replaced them by the actual files; I did that because in cygwin, ocamlc wouldn't find solver.h in #include "solver.h". I might be mistaken but it's the only thing I found to avoid the problem...
  • modified the uint64 typedef that was causing issues in cygwin+ocamlc. In fact, the #ifdef _WIN32 wasn't proper for cygwin builds; plus, the uint64 isn't standard, changed to uint64_t. See the SO topic here: http://stackoverflow.com/questions/126279
  • initial release
OCaml

Innovation. Community. Security.