package alt-ergo

  1. Overview
  2. Docs
The Alt-Ergo SMT prover

Install

Dune Dependency

Authors

Maintainers

Sources

alt-ergo-2.6.2.tbz
sha256=39e2c9128a7d1e89f332e31a2716f359f3b9e1a925fe81f11fa4a749b5d24d82
sha512=ca953fe5a4964287de7e328ec4e3724a9baaa908c22862b075da5870bbf3707c7f78bd9fe0af98ee6c6382b5de0a4ddfcc93e09dc8b5b8e7d6ab6b1196a0656d

doc/index_common.html

Alt_ergo_common

See also the list of modules.

Main Solving

The solving loop is done in the Alt_ergo_common.Solving_loop module. This module uses the registered input method (parser and typechecker) to compute the input file (see Input Frontend). It relies on initialised options (see Command line parsing).

Command line parsing

The command line parsing is done with cmdliner in the module Alt_ergo_common.Parse_command. This module initialises options of the Alt-Ergo-Lib library.

Input Frontend

The Alt_ergo_common.Input_frontend module register an input method capable of parsing and typechecking the input files

The legacy frontend is used to parse and typecheck file with the native Alt-Ergo syntaxe and also the smtlib2 and psmt2 syntaxe.

Signals and profiling

The Alt_ergo_common.Signals_profiling module initialise handlers for system signals and profiling informations and timers.

See Alt_ergo_common.MyDynlink

OCaml

Innovation. Community. Security.