package alt-ergo-lib

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

Install

Dune Dependency

Authors

Maintainers

Sources

alt-ergo-2.4.3.tar.gz
md5=ba99f4c71bf6de3d2475272af2ee7df2
sha512=90c01175ec5e4c1818b1d370e300f30d6b433d34d3bae5d85394911a9bf145f1a66c41e997627d074206a8c57909c44c22dc86ed2df746f9ba1f1d7f21d7d60c

doc/alt-ergo-lib/AltErgoLib/Commands/index.html

Module AltErgoLib.Commands

type sat_decl_aux =
  1. | Assume of string * Expr.t * bool
  2. | PredDef of Expr.t * string
  3. | RwtDef of Expr.t Typed.rwt_rule list
  4. | Query of string * Expr.t * Typed.goal_sort
  5. | ThAssume of Expr.th_elt
  6. | Push of int
  7. | Pop of int
type sat_tdecl = {
  1. st_loc : Loc.t;
  2. st_decl : sat_decl_aux;
}
val print : Format.formatter -> sat_tdecl -> unit
OCaml

Innovation. Community. Security.