package colibrics
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A CP solver proved in Why3
Install
dune-project
Dependency
Authors
Maintainers
Sources
colibri2-0.6.tbz
sha256=6974bb0397202647ede57771e3294b89d89971c3e0740e4adc8a8bd8264ab4a3
sha512=870532a98f2c0e8e732277d66baa6fd75c6d42344ed2ec54e1b489456641c13af4d70bae61b4b8b2da1f54781425eca514bac03f72526302e38c1c53fdd667bd
Description
The core of Colibrics is formally proved using Why3.
Added to opam-repository:
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.gitDevelopment
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 (12)
-
zarith
>= "1.12" - yojson
-
why3
>= "1.4.0" -
ppx_deriving_yojson
>= "3.6.1" -
logs
>= "0.7.0" -
jingoo
>= "1.4.4" -
dune
>= "3.7" & >= "3.7" -
dolmen_type
= "0.10" -
dolmen_loop
= "0.10" -
dolmen
= "0.10" -
cmdliner
>= "2.0.0" -
ocaml
>= "4.12"
Dev Dependencies (1)
-
odoc
with-doc
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page