isl_constraint: drop constraint iteration
commitae9186a0e3559f21f4faf74180ede3e88ce91195
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 27 Jun 2011 08:25:52 +0000 (27 10:25 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 23 Jul 2011 13:19:01 +0000 (23 15:19 +0200)
tree58cbecff74b255e8a114f08b2ace12b722196841
parent041be9144775156136e92964d50fac5608274745
isl_constraint: drop constraint iteration

isl_constraint used to have two meanings, one as an iterator for
the constraints in a set or relation and one as an independent constraint.
We want to get rid of the first meaning because it allows the user
to change one object through another object.
In particular, we remove here the ability to iterate over the constraints
of a basic map through an isl_constraint object.

These function were never documented, but they were used by CLooG.
Now that CLooG has been updated not to use them, we can remove them.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/constraint.h
isl_constraint.c