Recent Changes - Search:

edit SideBar

isl

Description

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.

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "cc_r -q64" or "gcc -maix64".

Homepage: http://isl.gforge.inria.fr/

Version: 0.18-1

Downloads

RPM:

Source RPM:

Package dependencies:

  • gmp >= 6.1.2-1

All versions:

Edit - History - Print - Recent Changes - Search
Page last modified on November 08, 2017, at 11:03 PM