An lightweight abstract interpreter implemented in Python.
- Boxes (Implementation from APRON)
- Octagon (Implementation from ELINA)
- Zones (Implementation from ELINA)
- Run
pip install requirements.txt
- Install and build:
- APRON (for
Boxesdomain) - ELINA (for
Octagondomain) - My fork of ELINA (ELINA does not expose
Zonesas python interface as of now, so I added them it in my fork of ELINA)
- APRON (for