package alt-ergo-lib

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

Install

Dune Dependency

Authors

Maintainers

Sources

alt-ergo-2.5.4.tbz
sha256=02c1e89398badafa89e612bc5d1883f2133a250685bf774cc5901c5581229bac
sha512=9f565c3f0d17328465832b8b107f048d67225bee23b83c7b02e820796201ca96cdb99574ff50c619badaadd5274b5c128d8f30e7532d44a1ee061a7e2d5d318d

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 * Ty.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.