package alt-ergo

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

Install

Dune Dependency

Authors

Maintainers

Sources

alt-ergo-2.2.0.tar.gz
md5=739ff904d38bf2285e824157011770d8

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.

Since Alt-Ergo 2.0.0, this package provides the binaries (command-line and GUI), the plugins and the preludes of Alt-Ergo.

Since version 2.2.0, a Alt-Ergo's lib is also built and installed

(below, 'ext' is one of: ae, why, mlw, smt2, psmt2)

Usage of the command-line:

alt-ergo [options] <file.ext>

Usage of the GUI:

altgr-ergo [options] <file.ext>

Usage of the "old" Tableaux-like SAT solver:

alt-ergo -sat-solver Tableaux [other-options] <file.ext>

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.ext>

Usage of the command-line with FPA reasoning:

alt-ergo -use-fpa -prelude fpa-theory-2017-01-04-16h00.ext [other-options] <file.ext>

Usage of the library:

See https://github.com/OCamlPro/alt-ergo/blob/2.2.0/sources/examples/lib_usage.ml

Published: 27 Apr 2018

Dependencies (8)

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

Dev Dependencies

None

Used by (4)

  1. frama-c >= "13.1"
  2. lambdapi >= "2.0.0" & < "2.2.1"
  3. why >= "2.32" & < "2.35"
  4. why3 < "0.85"

Conflicts (5)

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