This package browser is in early development. Mind the rough edges.

isl 0.11.1

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.

Installation

Install isl 0.11.1 as follows:

guix install isl@0.11.1

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.