alt-ergo-freeversion
Alt-Ergo, an SMT Solver for Software Verification
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>
Author | Alt-Ergo developers |
---|---|
License | Apache-2.0 |
Published | |
Homepage | http://alt-ergo.ocamlpro.com/ |
Issue Tracker | https://github.com/OCamlPro/alt-ergo/issues |
Maintainer | alt-ergo@ocamlpro.com |
Dependencies |
|
Optional dependencies | |
Conflicts |
|
Source [http] | https://alt-ergo.ocamlpro.com/http/alt-ergo-free-2.2.0/alt-ergo-free-2.2.0.tar.gz sha256=3f806dc7af513153dec62a901b41d1ecf65f13ffb018c8a25be26ab960220b49 md5=f82f4711a1fb92d9f065a534bf121a47 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/alt-ergo-free/alt-ergo-free.2.2.0/opam |
Required by
- frama-c>=19.0