add convex hull computation
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 15 Aug 2008 19:56:30 +0000 (21:56 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 25 Aug 2008 08:15:08 +0000 (10:15 +0200)
commit6ee7c30d7fedfd81f6254fe15534a154ce7624a1
treeaa3add251079db8f50677b0f2b2be262712fc24e
parentfb6acf38cd8a8220b2282406613fe229aa96fa73
add convex hull computation
24 files changed:
Makefile.am
include/isl_int.h
include/isl_lp.h
include/isl_lp_piplib.h
include/isl_map.h
include/isl_set.h
isl_affine_hull.c
isl_convex_hull.c [new file with mode: 0644]
isl_lp.c
isl_lp_no_piplib.c
isl_lp_piplib.c
isl_map.c
isl_map_private.h
isl_mat.c
isl_mat.h
isl_test.c [new file with mode: 0644]
test_inputs/convex0.polylib [new file with mode: 0644]
test_inputs/convex1.polylib [new file with mode: 0644]
test_inputs/convex2.polylib [new file with mode: 0644]
test_inputs/convex3.polylib [new file with mode: 0644]
test_inputs/convex4.polylib [new file with mode: 0644]
test_inputs/convex5.polylib [new file with mode: 0644]
test_inputs/convex6.polylib [new file with mode: 0644]
test_inputs/convex7.polylib [new file with mode: 0644]