https://github.com/ocamlpro/alt-ergo
OCamlPro public development repository for Alt-Ergo
https://github.com/ocamlpro/alt-ergo
satisfiability-modulo-theories
Last synced: 4 months ago
JSON representation
OCamlPro public development repository for Alt-Ergo
- Host: GitHub
- URL: https://github.com/ocamlpro/alt-ergo
- Owner: OCamlPro
- License: other
- Created: 2014-02-07T15:35:38.000Z (over 12 years ago)
- Default Branch: next
- Last Pushed: 2026-04-01T15:03:03.000Z (4 months ago)
- Last Synced: 2026-04-01T16:32:59.304Z (4 months ago)
- Topics: satisfiability-modulo-theories
- Language: OCaml
- Homepage: https://alt-ergo.ocamlpro.com/
- Size: 28.8 MB
- Stars: 141
- Watchers: 14
- Forks: 35
- Open Issues: 125
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Alt-Ergo
[Alt-Ergo] is an open-source automatic solver of mathematical formulas designed for program verification. It is based on [Satisfiability Modulo Theories] (SMT). Solvers of this family have made impressive advances and became very popular during the last decade. They are now used is various domains such as hardware design, software verification and formal testing. It was developed at [LRI], and is now improved and maintained at [OCamlPro], and friendly collaboration is maintained with the [Why3] development team.
You can [try Alt-Ergo] online.
Also see the [Alt-Ergo Users' Club].
## Build status
next | main
------------ | -------------
 | 
## Website
Alt-Ergo's website: [https://alt-ergo.ocamlpro.com].
## Documentation
See our [general documentation], the [API documentation] and the [developers documentation].
## Download
We provide sources tarball of the [latest] release of Alt-Ergo. You can also find it on the GitHub's [releases' page].
Alt-Ergo is available in the OCaml package manager [opam] with this command:
```
opam install alt-ergo
```
## Copyright
See the section [LICENSE].
## Build
See [installation instructions] section.
## Contributing
Please refer to our [contributing guidelines].
## Support
See [Alt-Ergo @ OCamlPro] or contact us at [alt-ergo@ocamlpro.com] for more details.
[Alt-Ergo]: https://alt-ergo.ocamlpro.com
[alt-ergo@ocamlpro.com]: mailto:alt-ergo@ocamlpro.com
[Alt-Ergo @ OCamlPro]: https://alt-ergo.ocamlpro.com/#services
[Alt-Ergo Users' Club]: https://alt-ergo.ocamlpro.com/#club
[API documentation]: https://ocamlpro.github.io/alt-ergo/latest/API/index.html
[contributing guidelines]: https://ocamlpro.github.io/alt-ergo/latest/Dev/contributing.html
[developers documentation]: https://ocamlpro.github.io/alt-ergo/latest/Dev/index.html
[general documentation]: https://ocamlpro.github.io/alt-ergo/
[installation instructions]: https://ocamlpro.github.io/alt-ergo/latest/Install/index.html
[https://alt-ergo.ocamlpro.com]: https://alt-ergo.ocamlpro.com
[latest]: https://alt-ergo.ocamlpro.com/http/alt-ergo-2.3.2/alt-ergo-2.3.2.tar.gz
[LRI]: https://www.lri.fr
[OCamlPro]: https://www.ocamlpro.com
[opam]: https://opam.ocaml.org
[LICENSE]: https://github.com/OCamlPro/alt-ergo/?tab=License-1-ov-file
[releases' page]: https://github.com/OCamlPro/alt-ergo/releases/
[Satisfiability Modulo Theories]: https://en.wikipedia.org/wiki/Satisfiability_modulo_theories
[try Alt-Ergo]: https://alt-ergo.ocamlpro.com/try.html
[Why3]: http://why3.lri.fr/