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/Sig_rel/index.html

Module AltErgoLib.Sig_rel

type 'a literal =
  1. | LTerm of Expr.t
  2. | LSem of 'a Xliteral.view
type instances = (Expr.t list * Expr.gformula * Explanation.t) list
type 'a input = 'a Xliteral.view * Expr.t option * Explanation.t * Th_util.lit_origin
type 'a facts = {
  1. equas : 'a fact Queue.t;
  2. diseqs : 'a fact Queue.t;
  3. ineqs : 'a fact Queue.t;
  4. mutable touched : 'a Util.MI.t;
}
type 'a result = {
  1. assume : 'a fact list;
  2. remove : Expr.t list;
}
module type RELATION = sig ... end
OCaml

Innovation. Community. Security.