Go to file
2022-06-18 17:17:55 +01:00
.gitignore
apron-custom-operations.patch Add -custom-operations patch to silence warnings. 2022-04-27 11:25:28 -06:00
apron-mpfr4.patch
apron-weak.patch
apron.spec OCaml 4.14.0 rebuild 2022-06-18 17:17:55 +01:00
README.md
sources

apron

The APRON library is dedicated to the static analysis of the numerical variables of a program by Abstract Interpretation. The aim of such an analysis is to infer invariants about these variables, like 1≤x+y≤z, which holds during any execution of the program.

The APRON library is intended to be a common interface to various underlying libraries/abstract domains and to provide additional services that can be implemented independently from the underlying library/abstract domain.