package alt-ergo-free

  1. Overview
  2. No Docs
Alt-Ergo, an SMT Solver for Software Verification

Install

Dune Dependency

Authors

Maintainers

Sources

alt-ergo-free-2.2.0.tar.gz
md5=f82f4711a1fb92d9f065a534bf121a47

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: 16 Jun 2020

Dependencies (8)

  1. conf-autoconf build
  2. menhir < "20211215"
  3. psmt2-frontend = "0.1"
  4. ocplib-simplex >= "0.4" & < "0.5"
  5. camlzip
  6. zarith >= "1.4"
  7. num
  8. ocaml >= "4.04.0" & < "5.0"

Dev Dependencies

None

Used by (1)

  1. frama-c >= "19.0"

Conflicts (5)

  1. fm-simplex-plugin < "2.0.0"
  2. profiler-plugin < "2.0.0"
  3. satML-plugin < "2.0.0"
  4. altgr-ergo < "2.0.0"
  5. alt-ergo < "2.0.0"