package alt-ergo-lib

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

alt-ergo-2.6.4.tbz
sha256=c35b5b49ec2816a24c9325b083eefe237839ebaceb83331aeef041bed720b137
sha512=ed1486c0a86eb4cc66fc7b77f0d25f64949d7d134a456a78f6cdd19aa455b0808ba430cb6621fa89e89e09f5b48b1ad07fe4d5e29d0088d7804e09b4a2f712ac

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