A modular library for CDCL(T) SMT solvers, with [wip] proof generation.
Find a file
2021-03-29 13:30:13 -04:00
.github/workflows chore: faster CI hopefully 2021-02-15 17:33:32 -05:00
doc rename dir 2018-05-26 10:34:12 -05:00
src feat: basic model production for th-data 2021-03-29 13:30:13 -04:00
tests test: add regression test for bad LRA preprocessing 2021-03-18 14:14:24 -04: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: add sidekick-arith library, depends on zarith 2020-10-10 17:18:20 -04:00
dune chore: avoid tests dir 2020-11-12 18:00:42 -05:00
dune-project fix warnings 2020-12-22 12:17:32 -05:00
LICENSE update of license 2014-10-29 13:42:53 +01:00
Makefile add uflra to makefile targets 2020-11-14 16:59:19 -05:00
README.md update readme 2020-08-04 11:06:13 -04:00
sidekick chore: rename main symlink 2018-08-18 13:22:28 -05:00
sidekick-arith.opam fix opam version 2021-02-24 14:37:51 -05:00
sidekick-bin.opam try to fix ci 2021-02-24 15:09:50 -05:00
sidekick.opam chore: indicate dep on mtime for sidekick 2021-02-16 16:03:01 -05:00

Sidekick Build (travis) Build (gh)

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.