witan-org / witan

An ocaml implementation of conflict-driven reasoning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

witan Build Status

A prototype implementation of McSat solver

Installation

Using opam:

opam pin add dolmen https://github.com/Gbury/dolmen.git#1cabe6b20b3b5f32c4dd9704fdb105cd941cd572
opam pin add witan https://github.com/witan-org/witan.git

Development

git clone https://github.com/witan-org/witan.git
opam pin add dolmen https://github.com/Gbury/dolmen.git#1cabe6b20b3b5f32c4dd9704fdb105cd941cd572
opam pin add --no-action witan .
opam install --deps-only witan
opam install ounit
make build-dev
make test-dev

About

An ocaml implementation of conflict-driven reasoning

License:GNU Lesser General Public License v2.1


Languages

Language:OCaml 95.3%Language:OpenEdge ABL 3.6%Language:Makefile 0.5%Language:SMT 0.5%Language:Shell 0.1%Language:Standard ML 0.0%