isl

Integer Set Library for polyhedral model computations

brewmacoslinux
Try with needOr install directly
Source

About

Integer Set Library for the polyhedral model

Commands

isl

Examples

Check ISL version and basic information$ isl-config --version
Use ISL in C/C++ projects by linking against the library$ gcc -I$(isl-config --includedir) -L$(isl-config --libdir) program.c -lisl -o program
Verify ISL installation by checking installed files$ brew list isl