package alt-ergo-lib

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

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

Module AltErgoLib.Commands

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

Innovation. Community. Security.