add isl_{set,map}_drop_constraints_involving_dims
commit75d6d8b22819004537a8e0d5b7ce12777cf09463
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 20 Aug 2012 12:51:55 +0000 (20 14:51 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 17 Sep 2012 15:15:48 +0000 (17 17:15 +0200)
tree94aa7215e74412eb0417484be433566901c97c92
parent67cc1d202468dfb9531878bb3930a48594780b7d
add isl_{set,map}_drop_constraints_involving_dims

We implement these functions on top of the existing
isl_basic_set_drop_constraints_involving which handles dimensions
in terms of absolute positions.  We may want to convert the users
of this old function over to the new functions at some point.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/map.h
include/isl/set.h
isl_affine_hull.c