isl_pw_qpolynomial{,_fold}_gist: use simple hull instead of convex hull
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 15 Jun 2010 10:30:41 +0000 (12:30 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 15 Jun 2010 10:30:41 +0000 (12:30 +0200)
commitd3d9705b2cf46d8e7800b8c489511528b07136d2
tree3c1fc0afe2b5162581f83e212795cd9459f10d9b
parenta9a934f64c9464c5883edd1766ff25a60a8a6fa9
isl_pw_qpolynomial{,_fold}_gist: use simple hull instead of convex hull

We need a basic set to gist the domain.  We used to take the convex hull
of the input set, but the convex hull operation can be very slow in isl.
Use the simple hull instead.
isl_pw_templ.c