apron/README.md

12 lines
544 B
Markdown
Raw Permalink Normal View History

2021-12-30 21:54:43 +00:00
# apron
[The APRON library](https://antoinemine.github.io/Apron/doc/) 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.