An open API service indexing awesome lists of open source software.

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

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
------------ | -------------
![Build Status (next)](https://github.com/OCamlPro/alt-ergo/actions/workflows/build.yml/badge.svg?branch=next) | ![Build Status (main)](https://github.com/OCamlPro/alt-ergo/actions/workflows/build.yml/badge.svg?branch=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/