Python wrapper around the Integer Set Library (isl), providing operations on integer sets, relations, and affine constraints. Current version 2026.1, released on a rolling basis with no fixed cadence.
pip install islpyVerified import paths — ran on the pinned version, not inferred.
Basic usage showing creation of integer sets and intersection.
Upgrade to Python 3.10 or later.
Use islpy parsing helpers like isl.BasicSet.read_from_str or carefully double-check syntax.
Run: pip install islpy
Ensure the string follows isl syntax. For example: '{ [x] : x >= 0 }' or '[n] -> { [x] : x <= n }'.No dependency data recorded yet.