add isl_basic_{set,map}_get_constraint_list
commitb43b4d67f4c0bd5605610652e9861c0700b9be71
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 27 May 2014 14:28:20 +0000 (27 16:28 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 5 Aug 2014 13:12:41 +0000 (5 15:12 +0200)
tree6da8b76bae006c7abc06033697facea50f8da9c1
parent3c1ae8c420bf3a9694bfb9d8a3387ed1b74ca005
add isl_basic_{set,map}_get_constraint_list

It is sometimes more convenient to manipulate a list of constraints
rather than to iterate over them individually, for example to sort
the constraints.  In fact, the AST generator already works this way
but uses a private implementation of isl_basic_set_get_constraint_list.

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