move isl_basic_set_skew_to_positive_orthant to isl_sample.c
commit5d8aa723563a9276f33782d69e2d85c1c5281028
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 14 Jul 2009 13:34:00 +0000 (14 15:34 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 15 Jul 2009 10:08:09 +0000 (15 12:08 +0200)
tree305e104c892ec73a82ab20126bd28eb5183673fe
parent5e32f03ec3cdda5e8f595579eb7b4e31c711a0d2
move isl_basic_set_skew_to_positive_orthant to isl_sample.c

Also, replace independent_bounds in isl_sample.c by that
of isl_sample_piplib.c
The difference is that the latter returns affine bounds
rather than linear bounds and that it return the actual
bounds from the set rather than some linear combinations
of bounds.

It is usually better to use the original bounds as
the linearly transformed bounds may have bigger coefficients
and may therefore be more difficult to process.
isl_sample.c
isl_sample_piplib.c