make isl_space_has_equal_tuples public
commit3fef898ccab1d0a03d09c66614107096b1c35d46
authorMichael Kruse <isl@meinersbur.de>
Tue, 30 Aug 2016 16:00:44 +0000 (30 18:00 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 31 Aug 2016 08:18:47 +0000 (31 10:18 +0200)
tree9a310e0118149d0007aed6118b75668d192e213c
parente363699d632175eeb33ac648777f51d8434b0a3a
make isl_space_has_equal_tuples public

isl_space_has_equal_tuples is useful for library users to verify that functions
such as isl_set_union or isl_map_intersect can be executed before actually
calling them.

Signed-off-by: Michael Kruse <isl@meinersbur.de>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/space.h
isl_space.c