islpy 2025.2.4__tar.gz → 2025.2.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (526) hide show
  1. {islpy-2025.2.4 → islpy-2025.2.5}/PKG-INFO +1 -1
  2. {islpy-2025.2.4 → islpy-2025.2.5}/islpy/_monkeypatch.py +28 -3
  3. {islpy-2025.2.4 → islpy-2025.2.5}/pyproject.toml +1 -1
  4. {islpy-2025.2.4 → islpy-2025.2.5}/.editorconfig +0 -0
  5. {islpy-2025.2.4 → islpy-2025.2.5}/.gitignore +0 -0
  6. {islpy-2025.2.4 → islpy-2025.2.5}/.gitlab-ci.yml +0 -0
  7. {islpy-2025.2.4 → islpy-2025.2.5}/.gitmodules +0 -0
  8. {islpy-2025.2.4 → islpy-2025.2.5}/CITATION.cff +0 -0
  9. {islpy-2025.2.4 → islpy-2025.2.5}/CMakeLists.txt +0 -0
  10. {islpy-2025.2.4 → islpy-2025.2.5}/README.rst +0 -0
  11. {islpy-2025.2.4 → islpy-2025.2.5}/build-with-barvinok.sh +0 -0
  12. {islpy-2025.2.4 → islpy-2025.2.5}/doc/.gitignore +0 -0
  13. {islpy-2025.2.4 → islpy-2025.2.5}/doc/Makefile +0 -0
  14. {islpy-2025.2.4 → islpy-2025.2.5}/doc/conf.py +0 -0
  15. {islpy-2025.2.4 → islpy-2025.2.5}/doc/images/after-union.png +0 -0
  16. {islpy-2025.2.4 → islpy-2025.2.5}/doc/images/before-union.png +0 -0
  17. {islpy-2025.2.4 → islpy-2025.2.5}/doc/index.rst +0 -0
  18. {islpy-2025.2.4 → islpy-2025.2.5}/doc/misc.rst +0 -0
  19. {islpy-2025.2.4 → islpy-2025.2.5}/doc/ref_ast.rst +0 -0
  20. {islpy-2025.2.4 → islpy-2025.2.5}/doc/ref_containers.rst +0 -0
  21. {islpy-2025.2.4 → islpy-2025.2.5}/doc/ref_expr.rst +0 -0
  22. {islpy-2025.2.4 → islpy-2025.2.5}/doc/ref_flow.rst +0 -0
  23. {islpy-2025.2.4 → islpy-2025.2.5}/doc/ref_fundamental.rst +0 -0
  24. {islpy-2025.2.4 → islpy-2025.2.5}/doc/ref_geo.rst +0 -0
  25. {islpy-2025.2.4 → islpy-2025.2.5}/doc/ref_schedule.rst +0 -0
  26. {islpy-2025.2.4 → islpy-2025.2.5}/doc/ref_set.rst +0 -0
  27. {islpy-2025.2.4 → islpy-2025.2.5}/doc/reference.rst +0 -0
  28. {islpy-2025.2.4 → islpy-2025.2.5}/doc/upload-docs.sh +0 -0
  29. {islpy-2025.2.4 → islpy-2025.2.5}/examples/.gitignore +0 -0
  30. {islpy-2025.2.4 → islpy-2025.2.5}/examples/demo.py +0 -0
  31. {islpy-2025.2.4 → islpy-2025.2.5}/gen_wrap.py +0 -0
  32. {islpy-2025.2.4 → islpy-2025.2.5}/isl/.gitignore +0 -0
  33. {islpy-2025.2.4 → islpy-2025.2.5}/isl/.gitmodules +0 -0
  34. {islpy-2025.2.4 → islpy-2025.2.5}/isl/AUTHORS +0 -0
  35. {islpy-2025.2.4 → islpy-2025.2.5}/isl/ChangeLog +0 -0
  36. {islpy-2025.2.4 → islpy-2025.2.5}/isl/LICENSE +0 -0
  37. {islpy-2025.2.4 → islpy-2025.2.5}/isl/Makefile.am +0 -0
  38. {islpy-2025.2.4 → islpy-2025.2.5}/isl/README +0 -0
  39. {islpy-2025.2.4 → islpy-2025.2.5}/isl/all.h +0 -0
  40. {islpy-2025.2.4 → islpy-2025.2.5}/isl/autogen.sh +0 -0
  41. {islpy-2025.2.4 → islpy-2025.2.5}/isl/basis_reduction_tab.c +0 -0
  42. {islpy-2025.2.4 → islpy-2025.2.5}/isl/basis_reduction_templ.c +0 -0
  43. {islpy-2025.2.4 → islpy-2025.2.5}/isl/bound.c +0 -0
  44. {islpy-2025.2.4 → islpy-2025.2.5}/isl/bound_test.sh.in +0 -0
  45. {islpy-2025.2.4 → islpy-2025.2.5}/isl/bset_from_bmap.c +0 -0
  46. {islpy-2025.2.4 → islpy-2025.2.5}/isl/bset_to_bmap.c +0 -0
  47. {islpy-2025.2.4 → islpy-2025.2.5}/isl/cat.c +0 -0
  48. {islpy-2025.2.4 → islpy-2025.2.5}/isl/check_parse_fail_test_templ.c +0 -0
  49. {islpy-2025.2.4 → islpy-2025.2.5}/isl/check_reparse_templ.c +0 -0
  50. {islpy-2025.2.4 → islpy-2025.2.5}/isl/check_reparse_test_templ.c +0 -0
  51. {islpy-2025.2.4 → islpy-2025.2.5}/isl/check_single_reference_templ.c +0 -0
  52. {islpy-2025.2.4 → islpy-2025.2.5}/isl/check_type_range_templ.c +0 -0
  53. {islpy-2025.2.4 → islpy-2025.2.5}/isl/closure.c +0 -0
  54. {islpy-2025.2.4 → islpy-2025.2.5}/isl/codegen.c +0 -0
  55. {islpy-2025.2.4 → islpy-2025.2.5}/isl/codegen_test.sh.in +0 -0
  56. {islpy-2025.2.4 → islpy-2025.2.5}/isl/configure.ac +0 -0
  57. {islpy-2025.2.4 → islpy-2025.2.5}/isl/cp_if_different.sh +0 -0
  58. {islpy-2025.2.4 → islpy-2025.2.5}/isl/cpp/cpp-checked-conversion.h.bot +0 -0
  59. {islpy-2025.2.4 → islpy-2025.2.5}/isl/cpp/cpp-checked-conversion.h.top +0 -0
  60. {islpy-2025.2.4 → islpy-2025.2.5}/isl/cpp/cpp-checked.h.bot +0 -0
  61. {islpy-2025.2.4 → islpy-2025.2.5}/isl/cpp/cpp-checked.h.top +0 -0
  62. {islpy-2025.2.4 → islpy-2025.2.5}/isl/cpp/cpp.h.bot +0 -0
  63. {islpy-2025.2.4 → islpy-2025.2.5}/isl/cpp/cpp.h.top +0 -0
  64. {islpy-2025.2.4 → islpy-2025.2.5}/isl/cpp/typed_cpp.h.bot +0 -0
  65. {islpy-2025.2.4 → islpy-2025.2.5}/isl/cpp/typed_cpp.h.top +0 -0
  66. {islpy-2025.2.4 → islpy-2025.2.5}/isl/dep.c +0 -0
  67. {islpy-2025.2.4 → islpy-2025.2.5}/isl/doc/CodingStyle +0 -0
  68. {islpy-2025.2.4 → islpy-2025.2.5}/isl/doc/Makefile.am +0 -0
  69. {islpy-2025.2.4 → islpy-2025.2.5}/isl/doc/SubmittingPatches +0 -0
  70. {islpy-2025.2.4 → islpy-2025.2.5}/isl/doc/implementation.tex +0 -0
  71. {islpy-2025.2.4 → islpy-2025.2.5}/isl/doc/interface +0 -0
  72. {islpy-2025.2.4 → islpy-2025.2.5}/isl/doc/isl.bib +0 -0
  73. {islpy-2025.2.4 → islpy-2025.2.5}/isl/doc/manual.tex +0 -0
  74. {islpy-2025.2.4 → islpy-2025.2.5}/isl/doc/mypod2latex +0 -0
  75. {islpy-2025.2.4 → islpy-2025.2.5}/isl/doc/reading.tex +0 -0
  76. {islpy-2025.2.4 → islpy-2025.2.5}/isl/doc/user.pod +0 -0
  77. {islpy-2025.2.4 → islpy-2025.2.5}/isl/extract_key.c +0 -0
  78. {islpy-2025.2.4 → islpy-2025.2.5}/isl/flow.c +0 -0
  79. {islpy-2025.2.4 → islpy-2025.2.5}/isl/flow_cmp.c +0 -0
  80. {islpy-2025.2.4 → islpy-2025.2.5}/isl/flow_test.sh.in +0 -0
  81. {islpy-2025.2.4 → islpy-2025.2.5}/isl/has_single_reference_templ.c +0 -0
  82. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/.dockerignore +0 -0
  83. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/.gitattributes +0 -0
  84. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/.travis.yml +0 -0
  85. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/ChangeLog +0 -0
  86. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/LICENSE +0 -0
  87. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/README.md +0 -0
  88. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/contrib/Makefile.msvc +0 -0
  89. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/contrib/README +0 -0
  90. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/doc.md +0 -0
  91. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/doc.md.in +0 -0
  92. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/examples/basecvt.c +0 -0
  93. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/examples/findprime.c +0 -0
  94. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/examples/imcalc.c +0 -0
  95. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/examples/input.c +0 -0
  96. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/examples/pi.c +0 -0
  97. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/examples/randprime.c +0 -0
  98. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/examples/rounding.c +0 -0
  99. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/examples/rsakey.c +0 -0
  100. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/gmp_compat.c +0 -0
  101. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/gmp_compat.h +0 -0
  102. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/imath.c +0 -0
  103. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/imath.h +0 -0
  104. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/imdrover.c +0 -0
  105. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/imdrover.h +0 -0
  106. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/imrat.c +0 -0
  107. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/imrat.h +0 -0
  108. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/imtest.c +0 -0
  109. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/imtimer.c +0 -0
  110. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/iprime.c +0 -0
  111. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/iprime.h +0 -0
  112. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/rsamath.c +0 -0
  113. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/rsamath.h +0 -0
  114. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/tools/findthreshold.py +0 -0
  115. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath/tools/mkdoc.py +0 -0
  116. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath_wrap/gmp_compat.c +0 -0
  117. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath_wrap/gmp_compat.h +0 -0
  118. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath_wrap/imath.c +0 -0
  119. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath_wrap/imath.h +0 -0
  120. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath_wrap/imrat.c +0 -0
  121. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath_wrap/imrat.h +0 -0
  122. {islpy-2025.2.4 → islpy-2025.2.5}/isl/imath_wrap/wrap.h +0 -0
  123. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/aff.h +0 -0
  124. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/aff_type.h +0 -0
  125. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/arg.h +0 -0
  126. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/ast.h +0 -0
  127. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/ast_build.h +0 -0
  128. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/ast_type.h +0 -0
  129. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/constraint.h +0 -0
  130. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/cpp-checked-conversion.h +0 -0
  131. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/ctx.h +0 -0
  132. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/fixed_box.h +0 -0
  133. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/flow.h +0 -0
  134. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/hash.h +0 -0
  135. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/hmap.h +0 -0
  136. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/hmap_templ.c +0 -0
  137. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/id.h +0 -0
  138. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/id_to_ast_expr.h +0 -0
  139. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/id_to_id.h +0 -0
  140. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/id_to_pw_aff.h +0 -0
  141. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/id_type.h +0 -0
  142. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/ilp.h +0 -0
  143. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/list.h +0 -0
  144. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/local_space.h +0 -0
  145. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/lp.h +0 -0
  146. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/map.h +0 -0
  147. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/map_to_basic_set.h +0 -0
  148. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/map_type.h +0 -0
  149. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/mat.h +0 -0
  150. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/maybe.h +0 -0
  151. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/maybe_ast_expr.h +0 -0
  152. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/maybe_basic_set.h +0 -0
  153. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/maybe_id.h +0 -0
  154. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/maybe_pw_aff.h +0 -0
  155. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/maybe_templ.h +0 -0
  156. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/multi.h +0 -0
  157. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/obj.h +0 -0
  158. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/options.h +0 -0
  159. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/point.h +0 -0
  160. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/polynomial.h +0 -0
  161. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/polynomial_type.h +0 -0
  162. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/printer.h +0 -0
  163. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/printer_type.h +0 -0
  164. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/schedule.h +0 -0
  165. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/schedule_node.h +0 -0
  166. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/schedule_type.h +0 -0
  167. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/set.h +0 -0
  168. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/set_type.h +0 -0
  169. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/space.h +0 -0
  170. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/space_type.h +0 -0
  171. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/stream.h +0 -0
  172. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/stride_info.h +0 -0
  173. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/union_map.h +0 -0
  174. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/union_map_type.h +0 -0
  175. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/union_set.h +0 -0
  176. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/union_set_type.h +0 -0
  177. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/val.h +0 -0
  178. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/val_gmp.h +0 -0
  179. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/val_type.h +0 -0
  180. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/vec.h +0 -0
  181. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/version.h +0 -0
  182. {islpy-2025.2.4 → islpy-2025.2.5}/isl/include/isl/vertices.h +0 -0
  183. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/Makefile.am +0 -0
  184. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/configure.ac +0 -0
  185. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/cpp.cc +0 -0
  186. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/cpp.h +0 -0
  187. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/cpp_conversion.cc +0 -0
  188. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/cpp_conversion.h +0 -0
  189. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/extract_interface.cc +0 -0
  190. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/extract_interface.h +0 -0
  191. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/generator.cc +0 -0
  192. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/generator.h +0 -0
  193. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/plain_cpp.cc +0 -0
  194. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/plain_cpp.h +0 -0
  195. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/python.cc +0 -0
  196. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/python.h +0 -0
  197. {islpy-2025.2.4 → islpy-2025.2.5}/isl/interface/set_lang_defaults_arg4.h +0 -0
  198. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_aff.c +0 -0
  199. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_aff_lex_templ.c +0 -0
  200. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_aff_map.c +0 -0
  201. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_aff_private.h +0 -0
  202. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_affine_hull.c +0 -0
  203. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_align_params_bin_templ.c +0 -0
  204. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_align_params_templ.c +0 -0
  205. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_arg.c +0 -0
  206. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ast.c +0 -0
  207. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ast_build.c +0 -0
  208. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ast_build_expr.c +0 -0
  209. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ast_build_expr.h +0 -0
  210. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ast_build_private.h +0 -0
  211. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ast_codegen.c +0 -0
  212. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ast_graft.c +0 -0
  213. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ast_graft_private.h +0 -0
  214. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ast_node_set_field_templ.c +0 -0
  215. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ast_private.h +0 -0
  216. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_basis_reduction.h +0 -0
  217. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_bernstein.c +0 -0
  218. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_bernstein.h +0 -0
  219. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_bind_domain_templ.c +0 -0
  220. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_blk.c +0 -0
  221. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_blk.h +0 -0
  222. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_bound.c +0 -0
  223. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_bound.h +0 -0
  224. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_box.c +0 -0
  225. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_check_named_params_templ.c +0 -0
  226. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_coalesce.c +0 -0
  227. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_config_post.h +0 -0
  228. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_constraint.c +0 -0
  229. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_constraint_private.h +0 -0
  230. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_convex_hull.c +0 -0
  231. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_copy_tuple_id_templ.c +0 -0
  232. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ctx.c +0 -0
  233. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ctx_private.h +0 -0
  234. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_deprecated.c +0 -0
  235. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_dim_map.c +0 -0
  236. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_dim_map.h +0 -0
  237. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_domain_factor_templ.c +0 -0
  238. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_drop_unused_params_templ.c +0 -0
  239. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_equalities.c +0 -0
  240. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_equalities.h +0 -0
  241. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_factorization.c +0 -0
  242. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_factorization.h +0 -0
  243. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_farkas.c +0 -0
  244. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ffs.c +0 -0
  245. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_flow.c +0 -0
  246. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_fold.c +0 -0
  247. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_from_range_templ.c +0 -0
  248. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_gmp.c +0 -0
  249. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_hash.c +0 -0
  250. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_hash_private.h +0 -0
  251. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_id.c +0 -0
  252. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_id_private.h +0 -0
  253. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_id_to_ast_expr.c +0 -0
  254. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_id_to_id.c +0 -0
  255. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_id_to_pw_aff.c +0 -0
  256. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ilp.c +0 -0
  257. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ilp_opt_fn_val_templ.c +0 -0
  258. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ilp_opt_multi_val_templ.c +0 -0
  259. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ilp_opt_val_templ.c +0 -0
  260. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_ilp_private.h +0 -0
  261. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_imath.c +0 -0
  262. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_imath.h +0 -0
  263. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_input.c +0 -0
  264. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_insert_domain_templ.c +0 -0
  265. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_int.h +0 -0
  266. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_int_gmp.h +0 -0
  267. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_int_imath.h +0 -0
  268. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_int_sioimath.c +0 -0
  269. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_int_sioimath.h +0 -0
  270. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_list_macro.h +0 -0
  271. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_list_private.h +0 -0
  272. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_list_read_templ.c +0 -0
  273. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_list_read_yaml_templ.c +0 -0
  274. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_list_templ.c +0 -0
  275. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_list_templ.h +0 -0
  276. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_local.c +0 -0
  277. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_local.h +0 -0
  278. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_local_private.h +0 -0
  279. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_local_space.c +0 -0
  280. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_local_space_private.h +0 -0
  281. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_lp.c +0 -0
  282. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_lp_private.h +0 -0
  283. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_map.c +0 -0
  284. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_map_bound_templ.c +0 -0
  285. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_map_lexopt_templ.c +0 -0
  286. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_map_list.c +0 -0
  287. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_map_private.h +0 -0
  288. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_map_simplify.c +0 -0
  289. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_map_subtract.c +0 -0
  290. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_map_to_basic_set.c +0 -0
  291. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_mat.c +0 -0
  292. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_mat_private.h +0 -0
  293. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_maybe_aff.h +0 -0
  294. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_maybe_ast_graft_list.h +0 -0
  295. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_maybe_map.h +0 -0
  296. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_morph.c +0 -0
  297. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_morph.h +0 -0
  298. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_add_constant_templ.c +0 -0
  299. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_align_set.c +0 -0
  300. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_align_union_set.c +0 -0
  301. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_apply_explicit_domain_templ.c +0 -0
  302. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_apply_no_explicit_domain_templ.c +0 -0
  303. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_apply_set_explicit_domain_templ.c +0 -0
  304. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_apply_set_no_explicit_domain_templ.c +0 -0
  305. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_apply_templ.c +0 -0
  306. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_apply_union_set_explicit_domain_templ.c +0 -0
  307. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_arith_templ.c +0 -0
  308. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_bin_val_templ.c +0 -0
  309. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_bind_domain_templ.c +0 -0
  310. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_bind_templ.c +0 -0
  311. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_check_domain_templ.c +0 -0
  312. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_cmp.c +0 -0
  313. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_coalesce.c +0 -0
  314. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_dim_id_templ.c +0 -0
  315. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_dims.c +0 -0
  316. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_domain_reverse_templ.c +0 -0
  317. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_domain_templ.c +0 -0
  318. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_explicit_domain.c +0 -0
  319. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_floor.c +0 -0
  320. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_from_base_templ.c +0 -0
  321. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_from_tuple_templ.c +0 -0
  322. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_gist.c +0 -0
  323. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_hash.c +0 -0
  324. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_identity_templ.c +0 -0
  325. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_insert_domain_templ.c +0 -0
  326. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_intersect.c +0 -0
  327. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_locals_templ.c +0 -0
  328. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_macro.h +0 -0
  329. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_min_max_templ.c +0 -0
  330. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_move_dims_templ.c +0 -0
  331. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_nan_templ.c +0 -0
  332. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_no_domain_templ.c +0 -0
  333. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_no_explicit_domain.c +0 -0
  334. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_param_templ.c +0 -0
  335. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_product_templ.c +0 -0
  336. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_pw_aff_explicit_domain.c +0 -0
  337. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_pw_aff_pullback_templ.c +0 -0
  338. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_read_no_explicit_domain_templ.c +0 -0
  339. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_splice_templ.c +0 -0
  340. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_templ.c +0 -0
  341. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_templ.h +0 -0
  342. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_tuple_id_templ.c +0 -0
  343. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_un_op_templ.c +0 -0
  344. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_unbind_params_templ.c +0 -0
  345. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_union_add_templ.c +0 -0
  346. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_union_pw_aff_explicit_domain.c +0 -0
  347. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_zero_space_templ.c +0 -0
  348. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_multi_zero_templ.c +0 -0
  349. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_obj.c +0 -0
  350. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_opt_mpa_templ.c +0 -0
  351. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_options.c +0 -0
  352. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_options_private.h +0 -0
  353. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_output.c +0 -0
  354. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_output_private.h +0 -0
  355. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_point.c +0 -0
  356. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_point_private.h +0 -0
  357. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_polynomial.c +0 -0
  358. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_polynomial_private.h +0 -0
  359. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_power_templ.c +0 -0
  360. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_printer.c +0 -0
  361. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_printer_private.h +0 -0
  362. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_project_out_all_params_templ.c +0 -0
  363. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_project_out_param_templ.c +0 -0
  364. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_add_constant_multi_val_templ.c +0 -0
  365. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_add_constant_templ.c +0 -0
  366. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_add_constant_val_templ.c +0 -0
  367. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_add_disjoint_templ.c +0 -0
  368. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_bind_domain_templ.c +0 -0
  369. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_domain_reverse_templ.c +0 -0
  370. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_eval.c +0 -0
  371. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_fix_templ.c +0 -0
  372. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_from_range_templ.c +0 -0
  373. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_hash.c +0 -0
  374. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_insert_dims_templ.c +0 -0
  375. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_insert_domain_templ.c +0 -0
  376. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_lift_templ.c +0 -0
  377. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_locals_templ.c +0 -0
  378. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_macro.h +0 -0
  379. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_morph_templ.c +0 -0
  380. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_move_dims_templ.c +0 -0
  381. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_neg_templ.c +0 -0
  382. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_opt_templ.c +0 -0
  383. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_print_templ.c +0 -0
  384. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_pullback_templ.c +0 -0
  385. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_range_tuple_id_templ.c +0 -0
  386. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_scale_templ.c +0 -0
  387. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_split_dims_templ.c +0 -0
  388. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_sub_templ.c +0 -0
  389. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_templ.c +0 -0
  390. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_templ.h +0 -0
  391. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_un_op_templ.c +0 -0
  392. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_pw_union_opt.c +0 -0
  393. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_range.c +0 -0
  394. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_range.h +0 -0
  395. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_read_from_str_templ.c +0 -0
  396. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_reordering.c +0 -0
  397. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_reordering.h +0 -0
  398. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_sample.c +0 -0
  399. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_sample.h +0 -0
  400. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_scan.c +0 -0
  401. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_scan.h +0 -0
  402. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_schedule.c +0 -0
  403. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_schedule_band.c +0 -0
  404. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_schedule_band.h +0 -0
  405. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_schedule_constraints.c +0 -0
  406. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_schedule_constraints.h +0 -0
  407. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_schedule_node.c +0 -0
  408. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_schedule_node_private.h +0 -0
  409. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_schedule_private.h +0 -0
  410. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_schedule_read.c +0 -0
  411. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_schedule_tree.c +0 -0
  412. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_schedule_tree.h +0 -0
  413. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_scheduler.c +0 -0
  414. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_scheduler.h +0 -0
  415. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_scheduler_clustering.c +0 -0
  416. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_scheduler_clustering.h +0 -0
  417. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_scheduler_scc.c +0 -0
  418. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_scheduler_scc.h +0 -0
  419. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_seq.c +0 -0
  420. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_seq.h +0 -0
  421. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_set_list.c +0 -0
  422. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_set_to_ast_graft_list.c +0 -0
  423. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_set_to_ast_graft_list.h +0 -0
  424. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_sort.c +0 -0
  425. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_sort.h +0 -0
  426. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_space.c +0 -0
  427. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_space_private.h +0 -0
  428. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_srcdir.c.in +0 -0
  429. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_stream.c +0 -0
  430. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_stream_private.h +0 -0
  431. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_stream_read_pw_with_params_templ.c +0 -0
  432. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_stream_read_with_params_templ.c +0 -0
  433. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_stride.c +0 -0
  434. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_tab.c +0 -0
  435. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_tab.h +0 -0
  436. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_tab_lexopt_templ.c +0 -0
  437. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_tab_pip.c +0 -0
  438. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_tarjan.c +0 -0
  439. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_tarjan.h +0 -0
  440. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test.c +0 -0
  441. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test2.cc +0 -0
  442. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_cpp-checked-conversion.cc +0 -0
  443. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_cpp-checked.cc +0 -0
  444. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_cpp-generic.cc +0 -0
  445. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_cpp.cc +0 -0
  446. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_cpp17-checked.cc +0 -0
  447. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_cpp17-generic.cc +0 -0
  448. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_cpp17.cc +0 -0
  449. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_cpp_failed.sh +0 -0
  450. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_imath.c +0 -0
  451. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_int.c +0 -0
  452. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_list_templ.c +0 -0
  453. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_plain_equal_templ.c +0 -0
  454. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_test_python.py +0 -0
  455. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_transitive_closure.c +0 -0
  456. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_type_check_equal_space_templ.c +0 -0
  457. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_type_check_match_range_multi_val.c +0 -0
  458. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_type_has_equal_space_bin_templ.c +0 -0
  459. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_type_has_equal_space_templ.c +0 -0
  460. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_type_has_space_templ.c +0 -0
  461. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_unbind_params_templ.c +0 -0
  462. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_domain_reverse_templ.c +0 -0
  463. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_eval.c +0 -0
  464. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_locals_templ.c +0 -0
  465. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_macro.h +0 -0
  466. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_map.c +0 -0
  467. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_map_lex_templ.c +0 -0
  468. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_map_private.h +0 -0
  469. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_multi.c +0 -0
  470. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_neg.c +0 -0
  471. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_print_templ.c +0 -0
  472. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_pw_templ.c +0 -0
  473. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_set_private.h +0 -0
  474. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_single.c +0 -0
  475. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_sub_templ.c +0 -0
  476. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_union_templ.c +0 -0
  477. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_val.c +0 -0
  478. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_val_gmp.c +0 -0
  479. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_val_imath.c +0 -0
  480. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_val_private.h +0 -0
  481. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_val_sioimath.c +0 -0
  482. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_vec.c +0 -0
  483. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_vec_private.h +0 -0
  484. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_version.c +0 -0
  485. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_vertices.c +0 -0
  486. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_vertices_private.h +0 -0
  487. {islpy-2025.2.4 → islpy-2025.2.5}/isl/isl_yaml.h +0 -0
  488. {islpy-2025.2.4 → islpy-2025.2.5}/isl/libisl-gdb.py +0 -0
  489. {islpy-2025.2.4 → islpy-2025.2.5}/isl/mp_get_memory_functions.c +0 -0
  490. {islpy-2025.2.4 → islpy-2025.2.5}/isl/opt_type.h +0 -0
  491. {islpy-2025.2.4 → islpy-2025.2.5}/isl/pip.c +0 -0
  492. {islpy-2025.2.4 → islpy-2025.2.5}/isl/pip_test.sh.in +0 -0
  493. {islpy-2025.2.4 → islpy-2025.2.5}/isl/polyhedron_detect_equalities.c +0 -0
  494. {islpy-2025.2.4 → islpy-2025.2.5}/isl/polyhedron_minimize.c +0 -0
  495. {islpy-2025.2.4 → islpy-2025.2.5}/isl/polyhedron_remove_redundant_equalities.c +0 -0
  496. {islpy-2025.2.4 → islpy-2025.2.5}/isl/polyhedron_sample.c +0 -0
  497. {islpy-2025.2.4 → islpy-2025.2.5}/isl/polytope_scan.c +0 -0
  498. {islpy-2025.2.4 → islpy-2025.2.5}/isl/print.c +0 -0
  499. {islpy-2025.2.4 → islpy-2025.2.5}/isl/print_templ.c +0 -0
  500. {islpy-2025.2.4 → islpy-2025.2.5}/isl/print_templ_yaml.c +0 -0
  501. {islpy-2025.2.4 → islpy-2025.2.5}/isl/print_yaml_field_templ.c +0 -0
  502. {islpy-2025.2.4 → islpy-2025.2.5}/isl/python/isl.py.top +0 -0
  503. {islpy-2025.2.4 → islpy-2025.2.5}/isl/read_in_string_templ.c +0 -0
  504. {islpy-2025.2.4 → islpy-2025.2.5}/isl/schedule.c +0 -0
  505. {islpy-2025.2.4 → islpy-2025.2.5}/isl/schedule_cmp.c +0 -0
  506. {islpy-2025.2.4 → islpy-2025.2.5}/isl/schedule_test.sh.in +0 -0
  507. {islpy-2025.2.4 → islpy-2025.2.5}/isl/set_from_map.c +0 -0
  508. {islpy-2025.2.4 → islpy-2025.2.5}/isl/set_list_from_map_list_inl.c +0 -0
  509. {islpy-2025.2.4 → islpy-2025.2.5}/isl/set_to_map.c +0 -0
  510. {islpy-2025.2.4 → islpy-2025.2.5}/isl/uset_from_umap.c +0 -0
  511. {islpy-2025.2.4 → islpy-2025.2.5}/isl/uset_to_umap.c +0 -0
  512. {islpy-2025.2.4 → islpy-2025.2.5}/isl-supplementary/gitversion.h +0 -0
  513. {islpy-2025.2.4 → islpy-2025.2.5}/isl-supplementary/isl/config.h +0 -0
  514. {islpy-2025.2.4 → islpy-2025.2.5}/isl-supplementary/isl/stdint.h +0 -0
  515. {islpy-2025.2.4 → islpy-2025.2.5}/isl-supplementary/isl_config.h +0 -0
  516. {islpy-2025.2.4 → islpy-2025.2.5}/islpy/__init__.py +0 -0
  517. {islpy-2025.2.4 → islpy-2025.2.5}/islpy/py.typed +0 -0
  518. {islpy-2025.2.4 → islpy-2025.2.5}/islpy/version.py +0 -0
  519. {islpy-2025.2.4 → islpy-2025.2.5}/src/wrapper/wrap_helpers.hpp +0 -0
  520. {islpy-2025.2.4 → islpy-2025.2.5}/src/wrapper/wrap_isl.cpp +0 -0
  521. {islpy-2025.2.4 → islpy-2025.2.5}/src/wrapper/wrap_isl.hpp +0 -0
  522. {islpy-2025.2.4 → islpy-2025.2.5}/src/wrapper/wrap_isl_part1.cpp +0 -0
  523. {islpy-2025.2.4 → islpy-2025.2.5}/src/wrapper/wrap_isl_part2.cpp +0 -0
  524. {islpy-2025.2.4 → islpy-2025.2.5}/src/wrapper/wrap_isl_part3.cpp +0 -0
  525. {islpy-2025.2.4 → islpy-2025.2.5}/stubgen/stubgen.py +0 -0
  526. {islpy-2025.2.4 → islpy-2025.2.5}/test/test_isl.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: islpy
3
- Version: 2025.2.4
3
+ Version: 2025.2.5
4
4
  Summary: Wrapper around isl, an integer set library
5
5
  Author-Email: Andreas Kloeckner <inform@tiker.net>
6
6
  License-Expression: MIT
@@ -616,10 +616,34 @@ def obj_get_var_ids(
616
616
 
617
617
 
618
618
  @_memoize_on_first_arg
619
- def obj_get_var_names(self: HasSpace, dimtype: _isl.dim_type) -> Sequence[str | None]:
620
- """Return a list of dim names (in order) for :class:`dim_type` *dimtype*."""
619
+ def obj_get_var_names_not_none(
620
+ self: HasSpace,
621
+ dimtype: _isl.dim_type,
622
+ ) -> Sequence[str]:
623
+ """Return a list of dim names (in order) for :class:`dim_type` *dimtype*.
624
+
625
+ Raise :exc:`ValueError` if any of the names is *None*.
626
+
627
+ .. versionadded:: 2025.2.5
628
+ """
629
+ ndim = self.dim(dimtype)
630
+ res = [n
631
+ for i in range(ndim)
632
+ if (n := self.get_dim_name(dimtype, i)) is not None]
633
+ if len(res) != ndim:
634
+ raise ValueError("None encountered in dim names")
635
+ return res
636
+
637
+
638
+ @_memoize_on_first_arg
639
+ def obj_get_var_names(
640
+ self: HasSpace,
641
+ dimtype: _isl.dim_type,
642
+ ) -> Sequence[str | None]:
643
+ """Return a list of dim names (in order) for :class:`dim_type` *dimtype*.
644
+ """
621
645
  return [self.get_dim_name(dimtype, i)
622
- for i in range(self.dim(dimtype))]
646
+ for i in range(self.dim(dimtype))]
623
647
 
624
648
 
625
649
  def pwaff_get_pieces(self: _isl.PwAff | _isl.Aff) -> list[tuple[_isl.Set, _isl.Aff]]:
@@ -1037,6 +1061,7 @@ for cls in ALL_CLASSES:
1037
1061
  cls.get_var_dict = obj_get_var_dict
1038
1062
  cls.get_var_ids = obj_get_var_ids
1039
1063
  cls.get_var_names = obj_get_var_names
1064
+ cls.get_var_names_not_none = obj_get_var_names_not_none
1040
1065
 
1041
1066
  # }}}
1042
1067
 
@@ -11,7 +11,7 @@ requires = [
11
11
 
12
12
  [project]
13
13
  name = "islpy"
14
- version = "2025.2.4"
14
+ version = "2025.2.5"
15
15
  description = "Wrapper around isl, an integer set library"
16
16
  readme = "README.rst"
17
17
  license = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes