summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2012-04-19 16:09:42 +0200
committerSven Verdoolaege <skimo@kotnet.org>2012-09-17 17:15:48 +0200
commit67cc1d202468dfb9531878bb3930a48594780b7d (patch)
tree0da45668ff08fdafefd80544bc335d2c8c916ff5 /doc
parent1d15e0e31fa910d4f7e6a0090eb4910faf09b557 (diff)
downloadisl-67cc1d202468dfb9531878bb3930a48594780b7d.tar.gz
isl-67cc1d202468dfb9531878bb3930a48594780b7d.tar.bz2
isl-67cc1d202468dfb9531878bb3930a48594780b7d.zip
add isl_set_unshifted_simple_hull
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/user.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user.pod b/doc/user.pod
index cd1c510e..b5c98de6 100644
--- a/doc/user.pod
+++ b/doc/user.pod
@@ -2241,6 +2241,12 @@ variables, then the result of these operations is currently undefined.
=item * Simple hull
+ __isl_give isl_basic_set *
+ isl_set_unshifted_simple_hull(
+ __isl_take isl_set *set);
+ __isl_give isl_basic_map *
+ isl_map_unshifted_simple_hull(
+ __isl_take isl_map *map);
__isl_give isl_basic_set *isl_set_simple_hull(
__isl_take isl_set *set);
__isl_give isl_basic_map *isl_map_simple_hull(
@@ -2252,6 +2258,8 @@ These functions compute a single basic set or relation
that contains the whole input set or relation.
In particular, the output is described by translates
of the constraints describing the basic sets or relations in the input.
+In case of C<isl_set_unshifted_simple_hull>, only the original
+constraints are used, without any translation.
=begin latex