isl 0.24
Manipulating sets and relations of integer points bounded by linear constraints
isl is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, computing the lexicographic minimum using parametric integer programming, coalescing and parametric vertex enumeration. 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.
- Outputs:
out
,static
- Website: https://libisl.sourceforge.io/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/gcc.scm
- Builds: See build status
- Issues: See known issues
Installation
Install isl 0.24
as follows:
guix install isl@0.24
Or install the latest version:
guix install isl
The isl
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install isl:static
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.