add support for union sets and relations
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 25 Jul 2010 11:55:05 +0000 (13:55 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 31 Jul 2010 10:42:40 +0000 (12:42 +0200)
commit892fb27ee14523cdd277639f82a7842e993b486d
treec3e12d3f73bfa216cfeeda6841d15e695c4eb6b4
parente3e4191727aed611d9330afececd0819d1d8ff8b
add support for union sets and relations

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
17 files changed:
Makefile.am
doc/user.pod
include/isl_obj.h
include/isl_polynomial.h
include/isl_union_map.h [new file with mode: 0644]
include/isl_union_set.h [new file with mode: 0644]
isl_bound.c
isl_fold.c
isl_input.c
isl_obj.c
isl_output.c
isl_polynomial.c
isl_pw_templ.c
isl_transitive_closure.c
isl_union_map.c [new file with mode: 0644]
isl_union_map_private.h [new file with mode: 0644]
isl_union_templ.c [new file with mode: 0644]