package colibrics

  1. Overview
  2. Docs
A CP solver proved in Why3

Install

Dune Dependency

Authors

Maintainers

Sources

colibri2-0.3.3.tbz
sha256=db4c79c00e02a9bd437844ca49b328938a4b774e7a7bd24a8d9e1eaba04f5abc
sha512=1fd0eca1aac1cda92828f8691765eca02a00e90c7758d33347436f4ae580776877121102d505ee72c4b68a55d1d6b591a29258616971ca80fba4d17e2c507d2e

Description

The core of Colibrics is formally proved using Why3.

Published: 20 Jun 2022

README

Colibrics and Colibri2

A prototype implementation of a CP solver for the smtlib. Reimplementation of COLIBRICS written in Eclipse Prolog by Bruno Marre

Installation

Using opam:

opam pin add https://git.frama-c.com/bobot/colibrics.git

Development

opam repo add coq-released https://coq.inria.fr/opam/released
git clone --recurse-submodules https://git.frama-c.com/bobot/colibrics.git
cd colibrics
opam install why3.1.4.0 why3 core jingoo yojson logs core coq-flocq.3.4.2 coq-coq2html pp_loc ounit2
opam install --deps-only .
make
make test

Dependencies (14)

  1. ocaml >= "4.12"
  2. yojson
  3. why3 >= "1.4.0"
  4. logs >= "0.7.0"
  5. jingoo >= "1.4.4"
  6. core >= "v0.14.1"
  7. ocaml >= "4.08" & < "5.0"
  8. cmdliner >= "1.1.1"
  9. zarith >= "1.12"
  10. dune >= "3.0" & < "3.11"
  11. dolmen_loop >= "0.7" & < "0.8"
  12. dolmen_type >= "0.7" & < "0.8"
  13. dolmen >= "0.7" & < "0.8"
  14. ppx_deriving_yojson >= "3.6.1"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None