Metadata-Version: 1.1
Name: islpy
Version: 2013.3.1
Summary: Wrapper around isl, an integer set library
Home-page: http://documen.tician.de/islpy
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: MIT for the wrapper/LGPL for isl
Description: islpy is a Python wrapper around Sven Verdoolaege's `isl
        <http://www.kotnet.org/~skimo/isl/>`_, 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.
        
        Islpy comes with comprehensive `documentation <http://documen.tician.de/islpy>`_.
        
        *Requirements:* Only the `GNU Multiprecision Library <http://gmplib.org/>`_
        and its Python wrapper `gmpy <https://code.google.com/p/gmpy/>`_ (Version 1.x)
        are required. A version of isl is shipped with islpy, but optionally
        a system-wide one may also be used.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Free for non-commercial use
Classifier: Natural Language :: English
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
