Integer set library

isl (integer set library) is a portable C library for manipulating sets and relations of integer points bounded by linear constraints.[2]

isl
Developer(s)Sven Verdoolaege, INRIA and others
Stable release
0.26 / April 2, 2023; 13 months ago (2023-04-02)[1]
Available inC
TypeMathematical software
LicenseMIT
Websitelibisl.sourceforge.io

The following operations are supported:[3]

It also includes an ILP solver based on generalized basis reduction, transitive closures on maps (which may encode infinite graphs), dependence analysis and bounds on piecewise step-polynomials.

All computations are performed in exact integer arithmetic using GMP or imath.

Many program analysis techniques are based on integer set manipulations. The integers typically represent iterations of a loop nest or elements of an array.isl uses parametric integer programming to obtain an explicit representation in terms of integer divisions.

It is used as backend polyhedral library in the GCC Graphite framework[4] and in the LLVM Polly framework[5] for loop optimizations.

See also

References

External links