summaryrefslogtreecommitdiff
path: root/isl_transitive_closure.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-17isl_map_transitive_closure: move acyclicity test up to where path is constructedSven Verdoolaege1-36/+41
2010-02-15isl_map_transitive_closure: construct general pathsSven Verdoolaege1-6/+151
2010-02-15isl_map_transitive_closure: prepare for the construction of general pathsSven Verdoolaege1-67/+52
2010-02-15isl_map_transitive_closure: construct paths that can be composedSven Verdoolaege1-26/+79
2010-02-15isl_transitive_closure: extract out construction of path from map_powerSven Verdoolaege1-14/+44
2010-02-15isl_map_transitive_closure: use more generic acyclicity testSven Verdoolaege1-45/+18
2010-02-08isl_map_transitive_closure: improve test for exactnessSven Verdoolaege1-90/+135
2010-02-08isl_map_power: coalesce domain and rangeSven Verdoolaege1-0/+2
2010-02-04isl_transitive_closure.c: fix typo in commentSven Verdoolaege1-1/+1
2010-02-04isl_map_transitive_closure: use more relaxed exactness check on acyclic graphsSven Verdoolaege1-7/+115
2010-02-03add isl_map_power and isl_map_transitive_closureSven Verdoolaege1-0/+304