isl_set_convex_hull: optionally use Fourier-Motzkin based algorithm
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Jan 2011 13:17:25 +0000 (14:17 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Jan 2011 13:22:53 +0000 (14:22 +0100)
commit41b903e3afdc9ffdc1e0e1b34b02e42a9c225bc9
tree7645560a6d478f1179a55766353b07173c032086
parentedecc14fb2ee70ecae260210b0662970f9bca1a7
isl_set_convex_hull: optionally use Fourier-Motzkin based algorithm

The Fourier-Motzkin based algorithm used to be the default but was
disabled when the wrapping based algorithm was completed in 6371ed7
(isl_map_convex_hull: handle unbounded, but pointed, case using wrapping,
Mon Apr 13 23:11:19 2009 +0200).

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/options.h
isl_convex_hull.c
isl_options.c
isl_test.c