package alt-ergo-free
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=bb90bd62a971340c1854d24a8a650403722b4f71d2afcce797bc53e76417cd4b
md5=e390c96bcac7c54a5949ad36611412ef
Description
Alt-Ergo is an automatic prover of mathematical formulas used behind software verification tools such as Frama-C, SPARK, Why3, Atelier-B and Caveat.
Usage of the command-line:
alt-ergo [options] <file.why>
Usage of the GUI:
altgr-ergo [options] <file.why>
Usage of the satML plugin; an alternative SAT solver based on miniSAT:
alt-ergo -sat-plugin satML-plugin.cmxs [other-options] <file.why>
Usage of the FM-Simplex plugin, an alternative to Fourier-Motzkin algorithm for linear integer arithmetic
alt-ergo -inequalities-plugin fm-simplex-plugin.cmxs [other-options] <file.why>
Usage of the command-line with FPA reasoning:
alt-ergo -use-fpa -prelude fpa-theory-2017-01-04-16h00.why [other-options] <file.why>
Published: 15 Feb 2019
Dependencies (7)
-
conf-autoconf
build
-
menhir
< "20211215"
-
ocplib-simplex
>= "0.4" & < "0.5"
-
camlzip
< "1.08"
-
zarith
>= "1.4"
- num
-
ocaml
>= "4.04.0"
Dev Dependencies
None