package alt-ergo-lib

  1. Overview
  2. Docs
type answer = (Explanation.t * AltErgoLib.Expr.Set.t list) option
type theory =
  1. | Th_arith
  2. | Th_sum
  3. | Th_adt
  4. | Th_arrays
  5. | Th_UF
type lit_origin =
  1. | Subst
  2. | CS of theory * Numbers.Q.t
  3. | NCS of theory * Numbers.Q.t
  4. | Other