summaryrefslogtreecommitdiffstats
path: root/libraries/isl/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-11-29 08:43:40 +0100
committer Matteo Bernardini2020-11-29 08:43:40 +0100
commit574f508c2c02d6ed8c03d06996765c868d73b472 (patch)
tree166b9f6e035368e686b3fc9a18fdbc41587aaf29 /libraries/isl/README
parent08a6482554287f94acc3ad6009351a8ce0f7f9ab (diff)
downloadslackbuilds-574f508c2c02d6ed8c03d06996765c868d73b472.tar.gz
20201129.1 global branch merge.current-20201129.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/isl/README')
-rw-r--r--libraries/isl/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/libraries/isl/README b/libraries/isl/README
deleted file mode 100644
index 342213d403..0000000000
--- a/libraries/isl/README
+++ /dev/null
@@ -1,8 +0,0 @@
-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, computings 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.