merge isl_basic_set/isl_basic_map and isl_set/isl_map
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 26 Jan 2011 18:23:39 +0000 (19:23 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 27 Jan 2011 16:39:39 +0000 (17:39 +0100)
commit05f3f66572b9aa548e03a39deaa3000f9cef563a
treeff6e11318c2db1e65b0486e659fbfc6ad734addc
parentbd78185134837265fd09df78f9c0c9f12ab0ea82
merge isl_basic_set/isl_basic_map and isl_set/isl_map

Internally, these are essentially the same.
We do keep the distinction in the external interface.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
33 files changed:
basis_reduction_tab.c
basis_reduction_templ.c
include/isl/map.h
isl_affine_hull.c
isl_bernstein.c
isl_bound.c
isl_constraint.c
isl_convex_hull.c
isl_div.c
isl_factorization.c
isl_fold.c
isl_ilp.c
isl_input.c
isl_lp.c
isl_map.c
isl_map_piplib.c
isl_map_private.h
isl_map_simplify.c
isl_map_subtract.c
isl_morph.c
isl_output.c
isl_point.c
isl_polynomial.c
isl_range.c
isl_sample.c
isl_scan.c
isl_test.c
isl_transitive_closure.c
isl_union_map.c
isl_vertices.c
pip.c
polyhedron_sample.c
polytope_scan.c