Go to file
Jerry James 174a748b1f Version 0.9.14
Other changes:
- Add patch to fix japron linkage
- Omit timestamps from generated documentation
2023-09-22 09:25:41 -06:00
.gitignore
apron-csdp.patch
apron-japron-link.patch Version 0.9.14 2023-09-22 09:25:41 -06:00
apron-ocaml-bytecode.patch Update the bytecode patch for pplite 2023-08-03 15:45:29 -06:00
apron-weak.patch
apron.spec Version 0.9.14 2023-09-22 09:25:41 -06:00
README.md
sources Version 0.9.14 2023-09-22 09:25:41 -06:00

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.