Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md and CHANGES.md #230

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Added

- Add `Alt-Ergo` mappings
- Use `Dolmen` to parse smt2 benchmarks
- Add `Binder` expression to model: `Forall`, `Exists`, and `Let_in`
- Provide hashconsed sets of expressions in `Expr.Set`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Smt.ml is a Multi Back-end Front-end for SMT Solvers in OCaml. The primary
objective of Smt.ml is to facilitate the effortless transition between
different SMT solvers during program analysis, as certain SMT solvers may prove
more efficient at handling specific logics and formulas. Presently, Smt.ml
offers support for [Z3], [Colibri2], and [Bitwuzla], and ongoing efforts are directed
towards incorporating support for [cvc5] and [Alt-Ergo].
offers support for [Z3], [Colibri2], [Bitwuzla], and [Alt-Ergo], and ongoing
efforts are directed towards incorporating support for [cvc5].

## Installation

Expand Down