package alt-ergo-lib

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

Install

Dune Dependency

Authors

Maintainers

Sources

alt-ergo-2.5.3.tbz
sha256=b6658b6412df7667d894242afb37149de7ae783004e8025e64ccbc91f3420b4e
sha512=05e32ef0087b904a422f172ff7eb156e1d79d20f91cd873bd78066ae4a78e1438254148f787570e97d2856c6aa4058a6c7e8e1c08065704b5b3e2cfeafa28b88

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.