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.3.tbz
sha256=4ac2b5d8ae6c54a11a0cc349ec76a153aa95727bf57ef9cb3309a706a7fb1bfa
sha512=68b952ec7940c9f5d8ec9750420a6fd9ccaf6ca149ce96f5c32bbd8ff3b07481940b8c2938815b8540df1369e06da02f1edcbaeda809e8386be186011b7dd962

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