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

isl

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 the latest version of isl as follows:

guix install isl

Or install a particular version:

guix install isl@0.11.1

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.

Badge code

You can use the following badge to inform users of isl about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/isl'><img src='https://packages.guix.gnu.org/packages/isl/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/isl/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/isl)

Example Org:

[[https://packages.guix.gnu.org/packages/isl][https://packages.guix.gnu.org/packages/isl/badges/latest-version.svg]]