A modular library for CDCL(T) SMT solvers, with [wip] proof generation.
Find a file
2019-12-28 05:17:47 -06:00
.github/workflows chore: try github actions (#3) 2019-11-21 13:35:52 -06:00
doc rename dir 2018-05-26 10:34:12 -05:00
src wip: theory of datatypes 2019-12-28 05:17:47 -06:00
tests add more tests 2019-12-13 17:55:10 -06:00
.gitignore chore: add tools, update gitignore 2019-02-16 14:50:34 -06:00
.header copyright header in .header; authors in opam file 2014-11-04 17:59:58 +01:00
.ocp-indent ocpindent config 2017-12-28 18:55:01 +01:00
.travis.yml chore: update travis 2019-11-07 10:37:00 -06:00
dune-project wip: functorize everything 2019-05-26 23:20:47 -05:00
LICENSE update of license 2014-10-29 13:42:53 +01:00
Makefile rename logitest to benchpress 2019-12-13 16:38:01 -06:00
README.md chore: migrate to dune 2019-01-18 18:37:26 -06:00
sidekick chore: rename main symlink 2018-08-18 13:22:28 -05:00
sidekick-bin.opam feat(bin): use stmlib-utils 0.1, with versionned API and new statements 2019-11-07 10:35:59 -06:00
sidekick.opam test: add some unit tests for mini-cc 2019-10-30 15:00:34 -05:00

Sidekick Build Status

Sidekick is an OCaml library with a functor to create SMT solvers following the CDCL(T) approach (so called "lazy SMT").

It derives from Alt-Ergo Zero and its fork mSAT.

Documentation

See https://c-cube.github.io/sidekick/

Installation

Via opam

Once the package is on opam, just opam install sidekick. For the development version, use:

opam pin https://github.com/c-cube/sidekick.git

Manual installation

You will need dune . The command is:

make install

This program is distributed under the Apache Software License version 2.0. See the enclosed file LICENSE.