package colibrilib-why3

  1. Overview
  2. Docs
A Why3 library of domains and propagators

Install

dune-project
 Dependency

Authors

Maintainers

Sources

colibri2-0.6.tbz
sha256=6974bb0397202647ede57771e3294b89d89971c3e0740e4adc8a8bd8264ab4a3
sha512=870532a98f2c0e8e732277d66baa6fd75c6d42344ed2ec54e1b489456641c13af4d70bae61b4b8b2da1f54781425eca514bac03f72526302e38c1c53fdd667bd

Description

Interval, and union of interval domains defined formally

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.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 (3)

  1. ocaml >= "4.12"
  2. why3find
  3. dune >= "3.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None