package alt-ergo

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.4.1.tar.gz
md5=35d6c6f3fa43bcd10fe7f524b1eb59ca
sha512=c3eee41d3c588ca89c2a1eebe9f10914ef647743b58fb562b682172cf6b6bdeb0920ebbba8a850820c0cb53bad0260f11b82fe71f00830ea9b33f5bb5d4fd048

doc/index_common.html

Alt_ergo_common

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.

OCaml

Innovation. Community. Security.