package alt-ergo-lib

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

Install

Dune Dependency

Authors

Maintainers

Sources

alt-ergo-2.5.4.tbz
sha256=02c1e89398badafa89e612bc5d1883f2133a250685bf774cc5901c5581229bac
sha512=9f565c3f0d17328465832b8b107f048d67225bee23b83c7b02e820796201ca96cdb99574ff50c619badaadd5274b5c128d8f30e7532d44a1ee061a7e2d5d318d

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

Module AltErgoLib.Shostak

module Combine : Sig.X
module Polynome : Polynome.T with type r = Combine.r
module Arith : Sig.SHOSTAK with type r = Combine.r and type t = Polynome.t
module Records : Sig.SHOSTAK with type r = Combine.r and type t = Combine.r Records.abstract
module Bitv : Sig.SHOSTAK with type r = Combine.r and type t = Combine.r Bitv.abstract
module Arrays : Sig.SHOSTAK with type r = Combine.r and type t = Combine.r Arrays.abstract
module Enum : Sig.SHOSTAK with type r = Combine.r and type t = Combine.r Enum.abstract
module Adt : Sig.SHOSTAK with type r = Combine.r and type t = Combine.r Adt.abstract
module Ite : Sig.SHOSTAK with type r = Combine.r and type t = Combine.r Ite.abstract
module Ac : Ac.S with type r = Combine.r and type t = Combine.r Sig.ac
module MXH : Map.S with type key = Combine.r

map of semantic values using Combine.hash_cmp

module SXH : Set.S with type elt = Combine.r

set of semantic values using Combine.hash_cmp

module MXS : Map.S with type key = Combine.r

map of semantic values using structural compare Combine.str_cmp

module SXS : Set.S with type elt = Combine.r

set of semantic values using structural compare Combine.str_cmp

OCaml

Innovation. Community. Security.