isl_affine_hull.c: only construct affine hull in bounded directions
commit9865fa3e0f6330102012579648efc723bf051594
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 6 Aug 2009 10:20:46 +0000 (6 12:20 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 7 Aug 2009 10:46:48 +0000 (7 12:46 +0200)
tree270c8e6b19b3624506b56326f6b3ba3617696bf5
parent1fc6c100aa269b09a0ca4119ab9bb3951e2a756e
isl_affine_hull.c: only construct affine hull in bounded directions

The affine hull of a set necessarily contains the directions
of the recession cone of the set.
Before we exploited this fact by adding these directions to
our initial approximation of the affine hull.
The set for which the affine hull was computed was not changed, however.
Now, we project out the recession cone and only construct an
affine hull in the remaining part.
isl_affine_hull.c