Skip to content

sgomber/PyAbsInt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAbsInt

An lightweight abstract interpreter implemented in Python.

Supported Abstract Domains

  1. Boxes (Implementation from APRON)
  2. Octagon (Implementation from ELINA)
  3. Zones (Implementation from ELINA)

Installation

  1. Run
pip install requirements.txt
  1. Install and build:
    • APRON (for Boxes domain)
    • ELINA (for Octagon domain)
    • My fork of ELINA (ELINA does not expose Zones as python interface as of now, so I added them it in my fork of ELINA)

About

An abstract interpreter in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages