package alt-ergo
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=1269311af25278a466892ba878cc888ba59f177f53dd03f12a2c623b03fcf37e
sha512=8a841e1f295e889fa9cb95aa4021bbb481d73279e99512c2afb3510e1f6c9d367113ee6bd3a90bc51111fa3e766a302633e9d5d18fde7660b139cd19a271eb23
Description
Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro.
See more details on https://alt-ergo.ocamlpro.com/
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.
Dependencies (7)
-
cmdliner
>= "1.1.0"
- dune-site
- menhir
-
alt-ergo-parsers
= version
-
alt-ergo-lib
= version
-
dune
>= "3.14"
-
ocaml
>= "4.08.1"
Dev Dependencies (1)
-
odoc
with-doc
Used by (5)
-
alt-ergo-plugin-ab-why3
>= "2.6.0"
-
frama-c
>= "13.1"
-
lambdapi
>= "2.1.0" & < "2.2.1"
-
why
>= "2.32" & < "2.35"
-
why3
< "0.85"
Conflicts
None