1 isl is a thread-safe C library for manipulating sets and relations
2 of integer points bounded by affine constraints. The descriptions of
3 the sets and relations may involve both parameters and existentially
4 quantified variables. All computations are performed in exact integer
7 isl is released under the MIT license, but depends on the LGPL GMP
10 Minimal compilation instructions:
16 If you are taking the source from the git repository, then you first
19 git clone git://repo.or.cz/isl.git
22 For more information, see doc/user.pod or the generated documentation.
24 New releases are announced on http://freecode.com/projects/isl
26 If you use isl, you can let me know by stacking
27 https://www.ohloh.net/p/isl on ohloh.
29 For bug reports, feature requests and questions,
30 contact http://groups.google.com/group/isl-development
32 Whenever you report a bug, please mention the exact version of isl
33 that you are using (output of "./isl_cat --version"). If you are unable
34 to compile isl, then report the git version (output of "git describe")
35 or the version included in the name of the tarball.
37 If you use isl for your research, you are invited do cite
38 the following paper and/or the paper(s) describing the specific
41 @incollection{Verdoolaege2010isl,
42 author = {Verdoolaege, Sven},
43 title = {isl: An Integer Set Library for the Polyhedral Model},
44 booktitle = {Mathematical Software - ICMS 2010},
45 series = {Lecture Notes in Computer Science},
46 editor = {Fukuda, Komei and Hoeven, Joris and Joswig, Michael and
48 publisher = {Springer},
49 isbn = {978-3-642-15581-9},