Go to file
2024-07-17 17:18:16 +00:00
.gitignore
apron-csdp.patch
apron-flint.patch Version 0.9.15 2024-06-13 13:52:15 -06:00
apron-hasvar.patch
apron-japron-link.patch
apron-ocaml-bytecode.patch
apron-weak.patch
apron.spec Fix VCS tag 2024-07-16 11:30:39 -06:00
changelog Convert to %autorelease and %autochangelog 2024-06-13 07:56:10 -06:00
README.md
sources Version 0.9.15 2024-06-13 13:52:15 -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.