package aez

  1. Overview
  2. Docs
Alt-Ergo Zero is an OCaml library for an SMT solver.

Install

Dune Dependency

Authors

Maintainers

Sources

aez-0.3.tar.gz
md5=42260d8e110defa9c8c5b6cc1eafa29f

Description

This SMT solver is derived from Alt-Ergo. It uses an efficient SAT solver and supports the following quantifier free theories: - Equality and uninterpreted functions - Arithmetic (linear, non-linear, integer, real) - Enumerated data-types

This API makes heavy use of hash consing, in particular hash-consed strings.

Published: 21 Nov 2013

Dependencies (3)

  1. num
  2. ocamlfind
  3. ocaml >= "3.12" & < "5.0"

Dev Dependencies

None

Used by

None

Conflicts

None