package alt-ergo-lib

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

Install

Dune Dependency

Authors

Maintainers

Sources

alt-ergo-2.6.1.tbz
sha256=df56045a3af79fbcfbd1deeaf09012d5bc390b4c2223e1d9c25c11c301d9eeba
sha512=ff83e5ce7598bc30509be8ca2c14d791856b0269f852903f81216ae1cbc27737d90b6313176fa24768944433b875811ee19b51fc821948634ea678dbcca4befb

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

Module AltErgoLib.Sig_rel

type 'a literal = 'a Xliteral.view Literal.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.