package alt-ergo

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

Install

Dune Dependency

Authors

Maintainers

Sources

alt-ergo-2.4.3.tar.gz
md5=ba99f4c71bf6de3d2475272af2ee7df2
sha512=90c01175ec5e4c1818b1d370e300f30d6b433d34d3bae5d85394911a9bf145f1a66c41e997627d074206a8c57909c44c22dc86ed2df746f9ba1f1d7f21d7d60c

CHANGES.md.html

v2.4.3 (2023-04-14)

Build

  • Restrict the requirement version of Ocplib-simplex (PR #573)

  • Dune 3.0 or above required, see https://github.com/ocaml/dune/issues/5563 (PR #575)

  • Zarith 1.4 or above required

  • Cairo2 0.6.4 or above required

  • psmt2-frontend 0.4 or above required

  • Using js_of_ocaml with a version between 4.0.1 and 5.0.1 required (PR #575)

Bug fixes

  • Fix soundness issues in the arithmetic reasoner #476, #477, #479 (PR #573)

Regression fixes

  • Remove flattening, see issues #505, #567 (PR #573)

  • Using a weak table for the Shostak.combine cache to prevent some regressions (PR #573)