package alt-ergo-lib

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.4.2.tar.gz
md5=c47327ae132c860890c820bfd5d49d51
sha512=61ae181ccd60a49f833ea79bbd5184a46f8eef24e7fe1169b15e905ed86584bdbe993ef86c203d5bfc3d79961024f96af0e4e623dc15479aa9538648291c9a75

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.