Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 707 Bytes

README.mkd

File metadata and controls

30 lines (21 loc) · 707 Bytes

Chibisat

About

Chibisat is a small CDCL (Conflict-Driven Clause Learning) based SAT solver written in OCaml. This software is the result of Special Exercise in Information Science II (情報特別演習II).

How to Build

Install OPAM into your system, and run the following commands.

  opam switch 4.01.0 # require 4.01.0 or later
  opam install ounit omake
  opam install menhir # optional
  omake

Usage

  ./chibiml [options] input.cnf

Reference

License

Chibisat is released under the MIT LICENSE