islpy 2025.2.2__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 (1478) hide show
  1. {islpy-2025.2.2 → islpy-2025.2.5}/PKG-INFO +1 -1
  2. {islpy-2025.2.2 → islpy-2025.2.5}/doc/reference.rst +6 -0
  3. islpy-2025.2.5/isl-supplementary/isl/config.h +1 -0
  4. islpy-2025.2.5/isl-supplementary/isl/stdint.h +1 -0
  5. islpy-2025.2.5/isl-supplementary/isl_config.h +9 -0
  6. {islpy-2025.2.2 → islpy-2025.2.5}/islpy/__init__.py +17 -6
  7. {islpy-2025.2.2 → islpy-2025.2.5}/islpy/_monkeypatch.py +197 -71
  8. {islpy-2025.2.2 → islpy-2025.2.5}/pyproject.toml +13 -1
  9. islpy-2025.2.2/.basedpyright/baseline.json +0 -214
  10. islpy-2025.2.2/isl/imath/tests/add.tc +0 -848
  11. islpy-2025.2.2/isl/imath/tests/bigmul.tc +0 -10
  12. islpy-2025.2.2/isl/imath/tests/bigsqr.tc +0 -11
  13. islpy-2025.2.2/isl/imath/tests/bintest.c +0 -104
  14. islpy-2025.2.2/isl/imath/tests/bug-swap.c +0 -22
  15. islpy-2025.2.2/isl/imath/tests/compare.tc +0 -31
  16. islpy-2025.2.2/isl/imath/tests/conv.tc +0 -228
  17. islpy-2025.2.2/isl/imath/tests/div.tc +0 -963
  18. islpy-2025.2.2/isl/imath/tests/egcd.tc +0 -752
  19. islpy-2025.2.2/isl/imath/tests/emod.tc +0 -756
  20. islpy-2025.2.2/isl/imath/tests/emodv.tc +0 -305
  21. islpy-2025.2.2/isl/imath/tests/expt.tc +0 -154
  22. islpy-2025.2.2/isl/imath/tests/gcd.tc +0 -761
  23. islpy-2025.2.2/isl/imath/tests/imath-test.scm +0 -172
  24. islpy-2025.2.2/isl/imath/tests/init.tc +0 -12
  25. islpy-2025.2.2/isl/imath/tests/invmod.tc +0 -452
  26. islpy-2025.2.2/isl/imath/tests/isprime.tc +0 -33
  27. islpy-2025.2.2/isl/imath/tests/lcm.tc +0 -780
  28. islpy-2025.2.2/isl/imath/tests/linux/Dockerfile +0 -14
  29. islpy-2025.2.2/isl/imath/tests/mod.tc +0 -754
  30. islpy-2025.2.2/isl/imath/tests/mul.tc +0 -864
  31. islpy-2025.2.2/isl/imath/tests/neg.tc +0 -9
  32. islpy-2025.2.2/isl/imath/tests/pi1024.txt +0 -1
  33. islpy-2025.2.2/isl/imath/tests/pi1500-10.txt +0 -1
  34. islpy-2025.2.2/isl/imath/tests/pi1698-16.txt +0 -1
  35. islpy-2025.2.2/isl/imath/tests/qadd.tc +0 -803
  36. islpy-2025.2.2/isl/imath/tests/qaddz.tc +0 -800
  37. islpy-2025.2.2/isl/imath/tests/qdiv.tc +0 -803
  38. islpy-2025.2.2/isl/imath/tests/qdivz.tc +0 -800
  39. islpy-2025.2.2/isl/imath/tests/qmisc.tc +0 -49
  40. islpy-2025.2.2/isl/imath/tests/qmul.tc +0 -803
  41. islpy-2025.2.2/isl/imath/tests/qmulz.tc +0 -800
  42. islpy-2025.2.2/isl/imath/tests/qsub.tc +0 -803
  43. islpy-2025.2.2/isl/imath/tests/qsubz.tc +0 -800
  44. islpy-2025.2.2/isl/imath/tests/qtodec.tc +0 -1303
  45. islpy-2025.2.2/isl/imath/tests/root.tc +0 -44
  46. islpy-2025.2.2/isl/imath/tests/rtest.c +0 -120
  47. islpy-2025.2.2/isl/imath/tests/set.tc +0 -12
  48. islpy-2025.2.2/isl/imath/tests/sqr.tc +0 -755
  49. islpy-2025.2.2/isl/imath/tests/sub.tc +0 -849
  50. islpy-2025.2.2/isl/imath/tests/test.bc +0 -155
  51. islpy-2025.2.2/isl/imath/tests/test.sh +0 -85
  52. islpy-2025.2.2/isl/include/isl/cpp-checked.h +0 -21192
  53. islpy-2025.2.2/isl/include/isl/cpp.h +0 -30864
  54. islpy-2025.2.2/isl/include/isl/typed_cpp.h +0 -52760
  55. islpy-2025.2.2/isl/interface/isl.py.core +0 -19097
  56. islpy-2025.2.2/isl/m4/ax_c___attribute__.m4 +0 -66
  57. islpy-2025.2.2/isl/m4/ax_cc_maxopt.m4 +0 -206
  58. islpy-2025.2.2/isl/m4/ax_cflags_warn_all.m4 +0 -158
  59. islpy-2025.2.2/isl/m4/ax_check_compile_flag.m4 +0 -53
  60. islpy-2025.2.2/isl/m4/ax_compiler_vendor.m4 +0 -120
  61. islpy-2025.2.2/isl/m4/ax_create_pkgconfig_info.m4 +0 -351
  62. islpy-2025.2.2/isl/m4/ax_create_stdint_h.m4 +0 -716
  63. islpy-2025.2.2/isl/m4/ax_cxx_compile_stdcxx.m4 +0 -962
  64. islpy-2025.2.2/isl/m4/ax_cxx_compile_stdcxx_11.m4 +0 -39
  65. islpy-2025.2.2/isl/m4/ax_cxx_compile_stdcxx_11_no_override.m4 +0 -37
  66. islpy-2025.2.2/isl/m4/ax_cxx_compile_stdcxx_17.m4 +0 -35
  67. islpy-2025.2.2/isl/m4/ax_detect_clang.m4 +0 -297
  68. islpy-2025.2.2/isl/m4/ax_detect_git_head.m4 +0 -34
  69. islpy-2025.2.2/isl/m4/ax_detect_gmp.m4 +0 -47
  70. islpy-2025.2.2/isl/m4/ax_detect_imath.m4 +0 -16
  71. islpy-2025.2.2/isl/m4/ax_gcc_archflag.m4 +0 -267
  72. islpy-2025.2.2/isl/m4/ax_gcc_warn_unused_result.m4 +0 -37
  73. islpy-2025.2.2/isl/m4/ax_gcc_x86_cpuid.m4 +0 -89
  74. islpy-2025.2.2/isl/m4/ax_prog_cc_for_build.m4 +0 -187
  75. islpy-2025.2.2/isl/m4/ax_prog_cxx_for_build.m4 +0 -110
  76. islpy-2025.2.2/isl/m4/ax_set_warning_flags.m4 +0 -17
  77. islpy-2025.2.2/isl/m4/ax_submodule.m4 +0 -71
  78. islpy-2025.2.2/isl/m4/isl_detect_diff_options.m4 +0 -13
  79. islpy-2025.2.2/isl/test_inputs/affine.polylib +0 -9
  80. islpy-2025.2.2/isl/test_inputs/affine2.polylib +0 -9
  81. islpy-2025.2.2/isl/test_inputs/affine3.polylib +0 -7
  82. islpy-2025.2.2/isl/test_inputs/application.omega +0 -3
  83. islpy-2025.2.2/isl/test_inputs/application2.omega +0 -3
  84. islpy-2025.2.2/isl/test_inputs/basicLinear.pwqp +0 -1
  85. islpy-2025.2.2/isl/test_inputs/basicLinear2.pwqp +0 -1
  86. islpy-2025.2.2/isl/test_inputs/basicTest.pwqp +0 -1
  87. islpy-2025.2.2/isl/test_inputs/basicTestParameterPosNeg.pwqp +0 -1
  88. islpy-2025.2.2/isl/test_inputs/boulet.pip +0 -13
  89. islpy-2025.2.2/isl/test_inputs/brisebarre.pip +0 -34
  90. islpy-2025.2.2/isl/test_inputs/cg1.pip +0 -15
  91. islpy-2025.2.2/isl/test_inputs/codegen/atomic.c +0 -6
  92. islpy-2025.2.2/isl/test_inputs/codegen/atomic.in +0 -3
  93. islpy-2025.2.2/isl/test_inputs/codegen/atomic.st +0 -8
  94. islpy-2025.2.2/isl/test_inputs/codegen/atomic2.c +0 -2
  95. islpy-2025.2.2/isl/test_inputs/codegen/atomic2.in +0 -4
  96. islpy-2025.2.2/isl/test_inputs/codegen/atomic3.c +0 -9
  97. islpy-2025.2.2/isl/test_inputs/codegen/atomic3.in +0 -5
  98. islpy-2025.2.2/isl/test_inputs/codegen/atomic4.c +0 -2
  99. islpy-2025.2.2/isl/test_inputs/codegen/atomic4.in +0 -4
  100. islpy-2025.2.2/isl/test_inputs/codegen/bilinear.c +0 -9
  101. islpy-2025.2.2/isl/test_inputs/codegen/bilinear.st +0 -9
  102. islpy-2025.2.2/isl/test_inputs/codegen/cholesky.c +0 -4
  103. islpy-2025.2.2/isl/test_inputs/codegen/cholesky.st +0 -9
  104. islpy-2025.2.2/isl/test_inputs/codegen/cloog/0D-1.c +0 -1
  105. islpy-2025.2.2/isl/test_inputs/codegen/cloog/0D-1.st +0 -3
  106. islpy-2025.2.2/isl/test_inputs/codegen/cloog/0D-2.c +0 -2
  107. islpy-2025.2.2/isl/test_inputs/codegen/cloog/0D-2.st +0 -3
  108. islpy-2025.2.2/isl/test_inputs/codegen/cloog/0D-3.c +0 -1
  109. islpy-2025.2.2/isl/test_inputs/codegen/cloog/0D-3.st +0 -3
  110. islpy-2025.2.2/isl/test_inputs/codegen/cloog/1point-1.c +0 -1
  111. islpy-2025.2.2/isl/test_inputs/codegen/cloog/1point-1.st +0 -6
  112. islpy-2025.2.2/isl/test_inputs/codegen/cloog/1point-2.c +0 -1
  113. islpy-2025.2.2/isl/test_inputs/codegen/cloog/1point-2.st +0 -6
  114. islpy-2025.2.2/isl/test_inputs/codegen/cloog/4-param.c +0 -12
  115. islpy-2025.2.2/isl/test_inputs/codegen/cloog/4-param.st +0 -10
  116. islpy-2025.2.2/isl/test_inputs/codegen/cloog/README +0 -2
  117. islpy-2025.2.2/isl/test_inputs/codegen/cloog/backtrack.c +0 -1
  118. islpy-2025.2.2/isl/test_inputs/codegen/cloog/backtrack.st +0 -6
  119. islpy-2025.2.2/isl/test_inputs/codegen/cloog/basic-bounds-1.c +0 -2
  120. islpy-2025.2.2/isl/test_inputs/codegen/cloog/basic-bounds-1.st +0 -6
  121. islpy-2025.2.2/isl/test_inputs/codegen/cloog/basic-bounds-2.c +0 -1
  122. islpy-2025.2.2/isl/test_inputs/codegen/cloog/basic-bounds-2.st +0 -6
  123. islpy-2025.2.2/isl/test_inputs/codegen/cloog/basic-bounds-3.c +0 -2
  124. islpy-2025.2.2/isl/test_inputs/codegen/cloog/basic-bounds-3.st +0 -6
  125. islpy-2025.2.2/isl/test_inputs/codegen/cloog/basic-bounds-4.c +0 -2
  126. islpy-2025.2.2/isl/test_inputs/codegen/cloog/basic-bounds-4.st +0 -6
  127. islpy-2025.2.2/isl/test_inputs/codegen/cloog/basic-bounds-5.c +0 -1
  128. islpy-2025.2.2/isl/test_inputs/codegen/cloog/basic-bounds-5.st +0 -6
  129. islpy-2025.2.2/isl/test_inputs/codegen/cloog/basic-bounds-6.c +0 -1
  130. islpy-2025.2.2/isl/test_inputs/codegen/cloog/basic-bounds-6.st +0 -6
  131. islpy-2025.2.2/isl/test_inputs/codegen/cloog/block.c +0 -4
  132. islpy-2025.2.2/isl/test_inputs/codegen/cloog/block.st +0 -10
  133. islpy-2025.2.2/isl/test_inputs/codegen/cloog/block2.c +0 -5
  134. islpy-2025.2.2/isl/test_inputs/codegen/cloog/block2.st +0 -11
  135. islpy-2025.2.2/isl/test_inputs/codegen/cloog/block3.c +0 -4
  136. islpy-2025.2.2/isl/test_inputs/codegen/cloog/block3.st +0 -6
  137. islpy-2025.2.2/isl/test_inputs/codegen/cloog/byu98-1-2-3.c +0 -16
  138. islpy-2025.2.2/isl/test_inputs/codegen/cloog/byu98-1-2-3.st +0 -10
  139. islpy-2025.2.2/isl/test_inputs/codegen/cloog/cholesky.c +0 -12
  140. islpy-2025.2.2/isl/test_inputs/codegen/cloog/cholesky.st +0 -26
  141. islpy-2025.2.2/isl/test_inputs/codegen/cloog/cholesky2.c +0 -15
  142. islpy-2025.2.2/isl/test_inputs/codegen/cloog/cholesky2.st +0 -6
  143. islpy-2025.2.2/isl/test_inputs/codegen/cloog/christian.c +0 -6
  144. islpy-2025.2.2/isl/test_inputs/codegen/cloog/christian.st +0 -6
  145. islpy-2025.2.2/isl/test_inputs/codegen/cloog/classen.c +0 -63
  146. islpy-2025.2.2/isl/test_inputs/codegen/cloog/classen.st +0 -24
  147. islpy-2025.2.2/isl/test_inputs/codegen/cloog/classen2.c +0 -4
  148. islpy-2025.2.2/isl/test_inputs/codegen/cloog/classen2.st +0 -6
  149. islpy-2025.2.2/isl/test_inputs/codegen/cloog/constant.c +0 -16
  150. islpy-2025.2.2/isl/test_inputs/codegen/cloog/constant.st +0 -11
  151. islpy-2025.2.2/isl/test_inputs/codegen/cloog/constbound.c +0 -8
  152. islpy-2025.2.2/isl/test_inputs/codegen/cloog/constbound.st +0 -16
  153. islpy-2025.2.2/isl/test_inputs/codegen/cloog/darte.c +0 -14
  154. islpy-2025.2.2/isl/test_inputs/codegen/cloog/darte.st +0 -6
  155. islpy-2025.2.2/isl/test_inputs/codegen/cloog/dealII.c +0 -16
  156. islpy-2025.2.2/isl/test_inputs/codegen/cloog/dealII.st +0 -10
  157. islpy-2025.2.2/isl/test_inputs/codegen/cloog/donotsimp.c +0 -6
  158. islpy-2025.2.2/isl/test_inputs/codegen/cloog/donotsimp.st +0 -9
  159. islpy-2025.2.2/isl/test_inputs/codegen/cloog/dot.c +0 -5
  160. islpy-2025.2.2/isl/test_inputs/codegen/cloog/dot.st +0 -10
  161. islpy-2025.2.2/isl/test_inputs/codegen/cloog/dot2.c +0 -10
  162. islpy-2025.2.2/isl/test_inputs/codegen/cloog/dot2.st +0 -10
  163. islpy-2025.2.2/isl/test_inputs/codegen/cloog/durbin_e_s.c +0 -21
  164. islpy-2025.2.2/isl/test_inputs/codegen/cloog/durbin_e_s.st +0 -16
  165. islpy-2025.2.2/isl/test_inputs/codegen/cloog/emploi.c +0 -5
  166. islpy-2025.2.2/isl/test_inputs/codegen/cloog/emploi.st +0 -10
  167. islpy-2025.2.2/isl/test_inputs/codegen/cloog/equality.c +0 -7
  168. islpy-2025.2.2/isl/test_inputs/codegen/cloog/equality.st +0 -10
  169. islpy-2025.2.2/isl/test_inputs/codegen/cloog/equality2.c +0 -8
  170. islpy-2025.2.2/isl/test_inputs/codegen/cloog/equality2.st +0 -10
  171. islpy-2025.2.2/isl/test_inputs/codegen/cloog/esced.c +0 -5
  172. islpy-2025.2.2/isl/test_inputs/codegen/cloog/esced.st +0 -10
  173. islpy-2025.2.2/isl/test_inputs/codegen/cloog/ex1.c +0 -13
  174. islpy-2025.2.2/isl/test_inputs/codegen/cloog/ex1.st +0 -10
  175. islpy-2025.2.2/isl/test_inputs/codegen/cloog/faber.c +0 -147
  176. islpy-2025.2.2/isl/test_inputs/codegen/cloog/faber.st +0 -18
  177. islpy-2025.2.2/isl/test_inputs/codegen/cloog/forwardsub-1-1-2.c +0 -7
  178. islpy-2025.2.2/isl/test_inputs/codegen/cloog/forwardsub-1-1-2.st +0 -12
  179. islpy-2025.2.2/isl/test_inputs/codegen/cloog/forwardsub-2-1-2-3.c +0 -8
  180. islpy-2025.2.2/isl/test_inputs/codegen/cloog/forwardsub-2-1-2-3.st +0 -12
  181. islpy-2025.2.2/isl/test_inputs/codegen/cloog/forwardsub-3-1-2.c +0 -15
  182. islpy-2025.2.2/isl/test_inputs/codegen/cloog/forwardsub-3-1-2.st +0 -12
  183. islpy-2025.2.2/isl/test_inputs/codegen/cloog/gauss.c +0 -7
  184. islpy-2025.2.2/isl/test_inputs/codegen/cloog/gauss.st +0 -6
  185. islpy-2025.2.2/isl/test_inputs/codegen/cloog/gesced.c +0 -14
  186. islpy-2025.2.2/isl/test_inputs/codegen/cloog/gesced.st +0 -6
  187. islpy-2025.2.2/isl/test_inputs/codegen/cloog/gesced2.c +0 -18
  188. islpy-2025.2.2/isl/test_inputs/codegen/cloog/gesced2.st +0 -6
  189. islpy-2025.2.2/isl/test_inputs/codegen/cloog/gesced3.c +0 -8
  190. islpy-2025.2.2/isl/test_inputs/codegen/cloog/gesced3.st +0 -6
  191. islpy-2025.2.2/isl/test_inputs/codegen/cloog/guide.c +0 -4
  192. islpy-2025.2.2/isl/test_inputs/codegen/cloog/guide.st +0 -10
  193. islpy-2025.2.2/isl/test_inputs/codegen/cloog/iftest.c +0 -2
  194. islpy-2025.2.2/isl/test_inputs/codegen/cloog/iftest.st +0 -6
  195. islpy-2025.2.2/isl/test_inputs/codegen/cloog/iftest2.c +0 -3
  196. islpy-2025.2.2/isl/test_inputs/codegen/cloog/iftest2.st +0 -6
  197. islpy-2025.2.2/isl/test_inputs/codegen/cloog/infinite2.c +0 -7
  198. islpy-2025.2.2/isl/test_inputs/codegen/cloog/infinite2.st +0 -10
  199. islpy-2025.2.2/isl/test_inputs/codegen/cloog/jacobi-shared.c +0 -3
  200. islpy-2025.2.2/isl/test_inputs/codegen/cloog/jacobi-shared.st +0 -6
  201. islpy-2025.2.2/isl/test_inputs/codegen/cloog/largeur.c +0 -3
  202. islpy-2025.2.2/isl/test_inputs/codegen/cloog/largeur.st +0 -6
  203. islpy-2025.2.2/isl/test_inputs/codegen/cloog/levenshtein-1-2-3.c +0 -30
  204. islpy-2025.2.2/isl/test_inputs/codegen/cloog/levenshtein-1-2-3.st +0 -16
  205. islpy-2025.2.2/isl/test_inputs/codegen/cloog/lex.c +0 -4
  206. islpy-2025.2.2/isl/test_inputs/codegen/cloog/lex.st +0 -10
  207. islpy-2025.2.2/isl/test_inputs/codegen/cloog/lineality-1-2.c +0 -8
  208. islpy-2025.2.2/isl/test_inputs/codegen/cloog/lineality-1-2.st +0 -10
  209. islpy-2025.2.2/isl/test_inputs/codegen/cloog/lineality-2-1-2.c +0 -12
  210. islpy-2025.2.2/isl/test_inputs/codegen/cloog/lineality-2-1-2.st +0 -10
  211. islpy-2025.2.2/isl/test_inputs/codegen/cloog/logo.c +0 -15
  212. islpy-2025.2.2/isl/test_inputs/codegen/cloog/logo.st +0 -10
  213. islpy-2025.2.2/isl/test_inputs/codegen/cloog/logopar.c +0 -15
  214. islpy-2025.2.2/isl/test_inputs/codegen/cloog/logopar.st +0 -10
  215. islpy-2025.2.2/isl/test_inputs/codegen/cloog/lu.c +0 -7
  216. islpy-2025.2.2/isl/test_inputs/codegen/cloog/lu.st +0 -6
  217. islpy-2025.2.2/isl/test_inputs/codegen/cloog/lu2.c +0 -7
  218. islpy-2025.2.2/isl/test_inputs/codegen/cloog/lu2.st +0 -10
  219. islpy-2025.2.2/isl/test_inputs/codegen/cloog/lux.c +0 -7
  220. islpy-2025.2.2/isl/test_inputs/codegen/cloog/lux.st +0 -10
  221. islpy-2025.2.2/isl/test_inputs/codegen/cloog/merge.c +0 -6
  222. islpy-2025.2.2/isl/test_inputs/codegen/cloog/merge.st +0 -11
  223. islpy-2025.2.2/isl/test_inputs/codegen/cloog/min-1-1.c +0 -3
  224. islpy-2025.2.2/isl/test_inputs/codegen/cloog/min-1-1.st +0 -6
  225. islpy-2025.2.2/isl/test_inputs/codegen/cloog/min-2-1.c +0 -4
  226. islpy-2025.2.2/isl/test_inputs/codegen/cloog/min-2-1.st +0 -6
  227. islpy-2025.2.2/isl/test_inputs/codegen/cloog/min-3-1.c +0 -3
  228. islpy-2025.2.2/isl/test_inputs/codegen/cloog/min-3-1.st +0 -6
  229. islpy-2025.2.2/isl/test_inputs/codegen/cloog/min-4-1.c +0 -2
  230. islpy-2025.2.2/isl/test_inputs/codegen/cloog/min-4-1.st +0 -6
  231. islpy-2025.2.2/isl/test_inputs/codegen/cloog/mod.c +0 -3
  232. islpy-2025.2.2/isl/test_inputs/codegen/cloog/mod.st +0 -6
  233. islpy-2025.2.2/isl/test_inputs/codegen/cloog/mod2.c +0 -3
  234. islpy-2025.2.2/isl/test_inputs/codegen/cloog/mod2.st +0 -6
  235. islpy-2025.2.2/isl/test_inputs/codegen/cloog/mod3.c +0 -4
  236. islpy-2025.2.2/isl/test_inputs/codegen/cloog/mod3.st +0 -6
  237. islpy-2025.2.2/isl/test_inputs/codegen/cloog/mod4.c +0 -5
  238. islpy-2025.2.2/isl/test_inputs/codegen/cloog/mod4.st +0 -11
  239. islpy-2025.2.2/isl/test_inputs/codegen/cloog/mode.c +0 -10
  240. islpy-2025.2.2/isl/test_inputs/codegen/cloog/mode.st +0 -10
  241. islpy-2025.2.2/isl/test_inputs/codegen/cloog/multi-mm-1.c +0 -8
  242. islpy-2025.2.2/isl/test_inputs/codegen/cloog/multi-mm-1.st +0 -10
  243. islpy-2025.2.2/isl/test_inputs/codegen/cloog/multi-stride.st +0 -6
  244. islpy-2025.2.2/isl/test_inputs/codegen/cloog/multi-stride2.c +0 -2
  245. islpy-2025.2.2/isl/test_inputs/codegen/cloog/multi-stride2.st +0 -6
  246. islpy-2025.2.2/isl/test_inputs/codegen/cloog/mxm-shared.c +0 -3
  247. islpy-2025.2.2/isl/test_inputs/codegen/cloog/mxm-shared.st +0 -6
  248. islpy-2025.2.2/isl/test_inputs/codegen/cloog/no_lindep.c +0 -1
  249. islpy-2025.2.2/isl/test_inputs/codegen/cloog/no_lindep.st +0 -6
  250. islpy-2025.2.2/isl/test_inputs/codegen/cloog/nul_basic1.c +0 -2
  251. islpy-2025.2.2/isl/test_inputs/codegen/cloog/nul_basic1.st +0 -6
  252. islpy-2025.2.2/isl/test_inputs/codegen/cloog/nul_basic2.c +0 -5
  253. islpy-2025.2.2/isl/test_inputs/codegen/cloog/nul_basic2.st +0 -10
  254. islpy-2025.2.2/isl/test_inputs/codegen/cloog/nul_complex1.c +0 -3
  255. islpy-2025.2.2/isl/test_inputs/codegen/cloog/nul_complex1.st +0 -6
  256. islpy-2025.2.2/isl/test_inputs/codegen/cloog/nul_lcpc.c +0 -11
  257. islpy-2025.2.2/isl/test_inputs/codegen/cloog/nul_lcpc.st +0 -10
  258. islpy-2025.2.2/isl/test_inputs/codegen/cloog/orc.c +0 -14
  259. islpy-2025.2.2/isl/test_inputs/codegen/cloog/orc.st +0 -13
  260. islpy-2025.2.2/isl/test_inputs/codegen/cloog/otl.c +0 -7
  261. islpy-2025.2.2/isl/test_inputs/codegen/cloog/otl.st +0 -6
  262. islpy-2025.2.2/isl/test_inputs/codegen/cloog/param-split.c +0 -6
  263. islpy-2025.2.2/isl/test_inputs/codegen/cloog/param-split.st +0 -10
  264. islpy-2025.2.2/isl/test_inputs/codegen/cloog/pouchet.c +0 -12
  265. islpy-2025.2.2/isl/test_inputs/codegen/cloog/pouchet.st +0 -6
  266. islpy-2025.2.2/isl/test_inputs/codegen/cloog/rectangle.c +0 -3
  267. islpy-2025.2.2/isl/test_inputs/codegen/cloog/rectangle.st +0 -6
  268. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-QR.c +0 -54
  269. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-QR.st +0 -36
  270. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-bastoul3.c +0 -3
  271. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-bastoul3.st +0 -6
  272. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-cholesky2.c +0 -9
  273. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-cholesky2.st +0 -20
  274. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-fusion1.c +0 -6
  275. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-fusion1.st +0 -17
  276. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-fusion2.c +0 -12
  277. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-fusion2.st +0 -16
  278. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-jacobi2.c +0 -3
  279. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-jacobi2.st +0 -9
  280. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-jacobi3.c +0 -8
  281. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-jacobi3.st +0 -22
  282. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-lim-lam1.c +0 -10
  283. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-lim-lam1.st +0 -13
  284. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-lim-lam2.c +0 -8
  285. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-lim-lam2.st +0 -23
  286. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-lim-lam3.c +0 -11
  287. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-lim-lam3.st +0 -23
  288. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.c +0 -10
  289. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.st +0 -19
  290. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-lim-lam5.c +0 -9
  291. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-lim-lam5.st +0 -26
  292. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-lim-lam6.c +0 -6
  293. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-lim-lam6.st +0 -19
  294. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-liu-zhuge1.c +0 -19
  295. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-liu-zhuge1.st +0 -16
  296. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-loechner3.c +0 -4
  297. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-loechner3.st +0 -12
  298. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-loechner4.c +0 -5
  299. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-loechner4.st +0 -15
  300. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-loechner5.c +0 -5
  301. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-loechner5.st +0 -15
  302. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-long.c +0 -14
  303. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-long.st +0 -36
  304. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-mg-interp.c +0 -83
  305. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-mg-interp.st +0 -115
  306. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-mg-interp2.c +0 -16
  307. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-mg-interp2.st +0 -45
  308. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-mg-psinv.c +0 -9
  309. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-mg-psinv.st +0 -23
  310. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-mg-resid.c +0 -9
  311. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-mg-resid.st +0 -23
  312. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-mg-rprj3.c +0 -35
  313. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-mg-rprj3.st +0 -28
  314. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-pingali1.c +0 -7
  315. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-pingali1.st +0 -16
  316. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-pingali2.c +0 -6
  317. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-pingali2.st +0 -19
  318. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-pingali3.c +0 -7
  319. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-pingali3.st +0 -22
  320. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-pingali4.c +0 -6
  321. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-pingali4.st +0 -19
  322. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-pingali5.c +0 -10
  323. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-pingali5.st +0 -26
  324. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-pingali6.c +0 -8
  325. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-pingali6.st +0 -22
  326. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-stride.c +0 -2
  327. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-stride.st +0 -6
  328. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-stride2.c +0 -2
  329. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-stride2.st +0 -6
  330. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-tang-xue1.c +0 -5
  331. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-tang-xue1.st +0 -15
  332. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-two.c +0 -1
  333. islpy-2025.2.2/isl/test_inputs/codegen/cloog/reservoir-two.st +0 -6
  334. islpy-2025.2.2/isl/test_inputs/codegen/cloog/singleton.c +0 -2
  335. islpy-2025.2.2/isl/test_inputs/codegen/cloog/singleton.st +0 -7
  336. islpy-2025.2.2/isl/test_inputs/codegen/cloog/sor1d.c +0 -13
  337. islpy-2025.2.2/isl/test_inputs/codegen/cloog/sor1d.st +0 -24
  338. islpy-2025.2.2/isl/test_inputs/codegen/cloog/square+triangle-1-1-2-3.c +0 -9
  339. islpy-2025.2.2/isl/test_inputs/codegen/cloog/square+triangle-1-1-2-3.st +0 -10
  340. islpy-2025.2.2/isl/test_inputs/codegen/cloog/stride.c +0 -5
  341. islpy-2025.2.2/isl/test_inputs/codegen/cloog/stride.st +0 -6
  342. islpy-2025.2.2/isl/test_inputs/codegen/cloog/stride2.c +0 -6
  343. islpy-2025.2.2/isl/test_inputs/codegen/cloog/stride2.st +0 -6
  344. islpy-2025.2.2/isl/test_inputs/codegen/cloog/stride3.c +0 -2
  345. islpy-2025.2.2/isl/test_inputs/codegen/cloog/stride3.st +0 -6
  346. islpy-2025.2.2/isl/test_inputs/codegen/cloog/stride4.c +0 -3
  347. islpy-2025.2.2/isl/test_inputs/codegen/cloog/stride4.st +0 -6
  348. islpy-2025.2.2/isl/test_inputs/codegen/cloog/swim.c +0 -159
  349. islpy-2025.2.2/isl/test_inputs/codegen/cloog/swim.st +0 -223
  350. islpy-2025.2.2/isl/test_inputs/codegen/cloog/test.c +0 -15
  351. islpy-2025.2.2/isl/test_inputs/codegen/cloog/test.st +0 -10
  352. islpy-2025.2.2/isl/test_inputs/codegen/cloog/thomasset.c +0 -7
  353. islpy-2025.2.2/isl/test_inputs/codegen/cloog/thomasset.st +0 -6
  354. islpy-2025.2.2/isl/test_inputs/codegen/cloog/tiling.c +0 -3
  355. islpy-2025.2.2/isl/test_inputs/codegen/cloog/tiling.st +0 -6
  356. islpy-2025.2.2/isl/test_inputs/codegen/cloog/uday_scalars.c +0 -4
  357. islpy-2025.2.2/isl/test_inputs/codegen/cloog/uday_scalars.st +0 -13
  358. islpy-2025.2.2/isl/test_inputs/codegen/cloog/union.c +0 -7
  359. islpy-2025.2.2/isl/test_inputs/codegen/cloog/union.st +0 -6
  360. islpy-2025.2.2/isl/test_inputs/codegen/cloog/unroll.c +0 -11
  361. islpy-2025.2.2/isl/test_inputs/codegen/cloog/unroll.st +0 -6
  362. islpy-2025.2.2/isl/test_inputs/codegen/cloog/unroll2.c +0 -5
  363. islpy-2025.2.2/isl/test_inputs/codegen/cloog/unroll2.st +0 -6
  364. islpy-2025.2.2/isl/test_inputs/codegen/cloog/usvd_e_t.c +0 -346
  365. islpy-2025.2.2/isl/test_inputs/codegen/cloog/usvd_e_t.st +0 -34
  366. islpy-2025.2.2/isl/test_inputs/codegen/cloog/vasilache.c +0 -22
  367. islpy-2025.2.2/isl/test_inputs/codegen/cloog/vasilache.st +0 -37
  368. islpy-2025.2.2/isl/test_inputs/codegen/cloog/vivien.c +0 -85
  369. islpy-2025.2.2/isl/test_inputs/codegen/cloog/vivien.st +0 -6
  370. islpy-2025.2.2/isl/test_inputs/codegen/cloog/vivien2.c +0 -76
  371. islpy-2025.2.2/isl/test_inputs/codegen/cloog/vivien2.st +0 -6
  372. islpy-2025.2.2/isl/test_inputs/codegen/cloog/walters.c +0 -14
  373. islpy-2025.2.2/isl/test_inputs/codegen/cloog/walters.st +0 -12
  374. islpy-2025.2.2/isl/test_inputs/codegen/cloog/walters2.c +0 -10
  375. islpy-2025.2.2/isl/test_inputs/codegen/cloog/walters2.st +0 -10
  376. islpy-2025.2.2/isl/test_inputs/codegen/cloog/walters3.c +0 -5
  377. islpy-2025.2.2/isl/test_inputs/codegen/cloog/walters3.st +0 -10
  378. islpy-2025.2.2/isl/test_inputs/codegen/cloog/wavefront.c +0 -3
  379. islpy-2025.2.2/isl/test_inputs/codegen/cloog/wavefront.st +0 -6
  380. islpy-2025.2.2/isl/test_inputs/codegen/cloog/yosr.c +0 -10
  381. islpy-2025.2.2/isl/test_inputs/codegen/cloog/yosr.st +0 -6
  382. islpy-2025.2.2/isl/test_inputs/codegen/cloog/yosr2.c +0 -11
  383. islpy-2025.2.2/isl/test_inputs/codegen/cloog/yosr2.st +0 -6
  384. islpy-2025.2.2/isl/test_inputs/codegen/cloog/youcef.c +0 -6
  385. islpy-2025.2.2/isl/test_inputs/codegen/cloog/youcef.st +0 -11
  386. islpy-2025.2.2/isl/test_inputs/codegen/cloog/youcefn.c +0 -8
  387. islpy-2025.2.2/isl/test_inputs/codegen/cloog/youcefn.st +0 -11
  388. islpy-2025.2.2/isl/test_inputs/codegen/component0.c +0 -3
  389. islpy-2025.2.2/isl/test_inputs/codegen/component0.st +0 -3
  390. islpy-2025.2.2/isl/test_inputs/codegen/component1.c +0 -3
  391. islpy-2025.2.2/isl/test_inputs/codegen/component1.st +0 -7
  392. islpy-2025.2.2/isl/test_inputs/codegen/component2.c +0 -5
  393. islpy-2025.2.2/isl/test_inputs/codegen/component2.st +0 -7
  394. islpy-2025.2.2/isl/test_inputs/codegen/component3.c +0 -3
  395. islpy-2025.2.2/isl/test_inputs/codegen/component3.st +0 -7
  396. islpy-2025.2.2/isl/test_inputs/codegen/component4.c +0 -5
  397. islpy-2025.2.2/isl/test_inputs/codegen/component4.st +0 -7
  398. islpy-2025.2.2/isl/test_inputs/codegen/component5.c +0 -6
  399. islpy-2025.2.2/isl/test_inputs/codegen/component5.st +0 -9
  400. islpy-2025.2.2/isl/test_inputs/codegen/component6.c +0 -3
  401. islpy-2025.2.2/isl/test_inputs/codegen/component6.st +0 -10
  402. islpy-2025.2.2/isl/test_inputs/codegen/component7.c +0 -4
  403. islpy-2025.2.2/isl/test_inputs/codegen/component7.st +0 -11
  404. islpy-2025.2.2/isl/test_inputs/codegen/correlation.c +0 -55
  405. islpy-2025.2.2/isl/test_inputs/codegen/correlation.st +0 -18
  406. islpy-2025.2.2/isl/test_inputs/codegen/disjuncts.c +0 -10
  407. islpy-2025.2.2/isl/test_inputs/codegen/disjuncts.in +0 -7
  408. islpy-2025.2.2/isl/test_inputs/codegen/disjuncts2.c +0 -3
  409. islpy-2025.2.2/isl/test_inputs/codegen/disjuncts2.st +0 -4
  410. islpy-2025.2.2/isl/test_inputs/codegen/dwt.c +0 -2
  411. islpy-2025.2.2/isl/test_inputs/codegen/dwt.in +0 -3
  412. islpy-2025.2.2/isl/test_inputs/codegen/empty.c +0 -6
  413. islpy-2025.2.2/isl/test_inputs/codegen/empty.in +0 -5
  414. islpy-2025.2.2/isl/test_inputs/codegen/expansion.c +0 -7
  415. islpy-2025.2.2/isl/test_inputs/codegen/expansion.st +0 -9
  416. islpy-2025.2.2/isl/test_inputs/codegen/filter.c +0 -9
  417. islpy-2025.2.2/isl/test_inputs/codegen/filter.st +0 -18
  418. islpy-2025.2.2/isl/test_inputs/codegen/gemm.c +0 -6
  419. islpy-2025.2.2/isl/test_inputs/codegen/gemm.st +0 -12
  420. islpy-2025.2.2/isl/test_inputs/codegen/group.c +0 -5
  421. islpy-2025.2.2/isl/test_inputs/codegen/group.st +0 -2
  422. islpy-2025.2.2/isl/test_inputs/codegen/hoist.c +0 -45
  423. islpy-2025.2.2/isl/test_inputs/codegen/hoist.in +0 -10
  424. islpy-2025.2.2/isl/test_inputs/codegen/hoist2.c +0 -5
  425. islpy-2025.2.2/isl/test_inputs/codegen/hoist2.in +0 -5
  426. islpy-2025.2.2/isl/test_inputs/codegen/isolate1.c +0 -6
  427. islpy-2025.2.2/isl/test_inputs/codegen/isolate1.st +0 -5
  428. islpy-2025.2.2/isl/test_inputs/codegen/isolate2.c +0 -9
  429. islpy-2025.2.2/isl/test_inputs/codegen/isolate2.st +0 -7
  430. islpy-2025.2.2/isl/test_inputs/codegen/isolate3.c +0 -15
  431. islpy-2025.2.2/isl/test_inputs/codegen/isolate3.st +0 -5
  432. islpy-2025.2.2/isl/test_inputs/codegen/isolate4.c +0 -11
  433. islpy-2025.2.2/isl/test_inputs/codegen/isolate4.st +0 -5
  434. islpy-2025.2.2/isl/test_inputs/codegen/isolate5.c +0 -27
  435. islpy-2025.2.2/isl/test_inputs/codegen/isolate5.st +0 -5
  436. islpy-2025.2.2/isl/test_inputs/codegen/isolate6.c +0 -24
  437. islpy-2025.2.2/isl/test_inputs/codegen/isolate6.st +0 -8
  438. islpy-2025.2.2/isl/test_inputs/codegen/isolate7.c +0 -27
  439. islpy-2025.2.2/isl/test_inputs/codegen/isolate7.st +0 -16
  440. islpy-2025.2.2/isl/test_inputs/codegen/jacobi_kernel4.c +0 -2
  441. islpy-2025.2.2/isl/test_inputs/codegen/jacobi_kernel4.in +0 -4
  442. islpy-2025.2.2/isl/test_inputs/codegen/lu.c +0 -18
  443. islpy-2025.2.2/isl/test_inputs/codegen/lu.in +0 -4
  444. islpy-2025.2.2/isl/test_inputs/codegen/mod.c +0 -2
  445. islpy-2025.2.2/isl/test_inputs/codegen/mod.in +0 -4
  446. islpy-2025.2.2/isl/test_inputs/codegen/mod2.c +0 -1
  447. islpy-2025.2.2/isl/test_inputs/codegen/mod2.st +0 -8
  448. islpy-2025.2.2/isl/test_inputs/codegen/omega/README +0 -5
  449. islpy-2025.2.2/isl/test_inputs/codegen/omega/basics-0.c +0 -6
  450. islpy-2025.2.2/isl/test_inputs/codegen/omega/basics-0.in +0 -3
  451. islpy-2025.2.2/isl/test_inputs/codegen/omega/basics-1.c +0 -3
  452. islpy-2025.2.2/isl/test_inputs/codegen/omega/basics-1.in +0 -3
  453. islpy-2025.2.2/isl/test_inputs/codegen/omega/chosol-0.c +0 -7
  454. islpy-2025.2.2/isl/test_inputs/codegen/omega/chosol-0.in +0 -3
  455. islpy-2025.2.2/isl/test_inputs/codegen/omega/chosol-1.c +0 -7
  456. islpy-2025.2.2/isl/test_inputs/codegen/omega/chosol-1.in +0 -3
  457. islpy-2025.2.2/isl/test_inputs/codegen/omega/code_gen-0.c +0 -7
  458. islpy-2025.2.2/isl/test_inputs/codegen/omega/code_gen-0.in +0 -3
  459. islpy-2025.2.2/isl/test_inputs/codegen/omega/code_gen-1.c +0 -16
  460. islpy-2025.2.2/isl/test_inputs/codegen/omega/code_gen-1.in +0 -3
  461. islpy-2025.2.2/isl/test_inputs/codegen/omega/code_gen-2.c +0 -15
  462. islpy-2025.2.2/isl/test_inputs/codegen/omega/code_gen-2.in +0 -3
  463. islpy-2025.2.2/isl/test_inputs/codegen/omega/collard-0.c +0 -14
  464. islpy-2025.2.2/isl/test_inputs/codegen/omega/collard-0.in +0 -3
  465. islpy-2025.2.2/isl/test_inputs/codegen/omega/dagstuhl1-0.c +0 -2
  466. islpy-2025.2.2/isl/test_inputs/codegen/omega/dagstuhl1-0.in +0 -3
  467. islpy-2025.2.2/isl/test_inputs/codegen/omega/dagstuhl1-1.c +0 -2
  468. islpy-2025.2.2/isl/test_inputs/codegen/omega/dagstuhl1-1.in +0 -3
  469. islpy-2025.2.2/isl/test_inputs/codegen/omega/fc1-0.c +0 -7
  470. islpy-2025.2.2/isl/test_inputs/codegen/omega/fc1-0.in +0 -3
  471. islpy-2025.2.2/isl/test_inputs/codegen/omega/fc1-1.c +0 -15
  472. islpy-2025.2.2/isl/test_inputs/codegen/omega/fc1-1.in +0 -3
  473. islpy-2025.2.2/isl/test_inputs/codegen/omega/fc1-2.c +0 -15
  474. islpy-2025.2.2/isl/test_inputs/codegen/omega/fc1-2.in +0 -3
  475. islpy-2025.2.2/isl/test_inputs/codegen/omega/fc2-0.c +0 -7
  476. islpy-2025.2.2/isl/test_inputs/codegen/omega/fc2-0.in +0 -3
  477. islpy-2025.2.2/isl/test_inputs/codegen/omega/fc2-1.c +0 -15
  478. islpy-2025.2.2/isl/test_inputs/codegen/omega/fc2-1.in +0 -3
  479. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-0.c +0 -2
  480. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-0.in +0 -3
  481. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-1.c +0 -2
  482. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-1.in +0 -3
  483. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-2.c +0 -2
  484. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-2.in +0 -3
  485. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-3.c +0 -2
  486. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-3.in +0 -3
  487. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-4.c +0 -3
  488. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-4.in +0 -3
  489. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-5.c +0 -2
  490. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-5.in +0 -3
  491. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-6.c +0 -3
  492. islpy-2025.2.2/isl/test_inputs/codegen/omega/floor_bound-6.in +0 -3
  493. islpy-2025.2.2/isl/test_inputs/codegen/omega/gc-0.c +0 -2
  494. islpy-2025.2.2/isl/test_inputs/codegen/omega/gc-0.in +0 -3
  495. islpy-2025.2.2/isl/test_inputs/codegen/omega/ge-0.c +0 -7
  496. islpy-2025.2.2/isl/test_inputs/codegen/omega/ge-0.in +0 -3
  497. islpy-2025.2.2/isl/test_inputs/codegen/omega/ge-1.c +0 -7
  498. islpy-2025.2.2/isl/test_inputs/codegen/omega/ge-1.in +0 -3
  499. islpy-2025.2.2/isl/test_inputs/codegen/omega/gist-0.c +0 -3
  500. islpy-2025.2.2/isl/test_inputs/codegen/omega/gist-0.in +0 -3
  501. islpy-2025.2.2/isl/test_inputs/codegen/omega/gist-1.c +0 -3
  502. islpy-2025.2.2/isl/test_inputs/codegen/omega/gist-1.in +0 -3
  503. islpy-2025.2.2/isl/test_inputs/codegen/omega/gist-2.c +0 -3
  504. islpy-2025.2.2/isl/test_inputs/codegen/omega/gist-2.in +0 -3
  505. islpy-2025.2.2/isl/test_inputs/codegen/omega/gist-3.c +0 -3
  506. islpy-2025.2.2/isl/test_inputs/codegen/omega/gist-3.in +0 -3
  507. islpy-2025.2.2/isl/test_inputs/codegen/omega/gist-4.c +0 -3
  508. islpy-2025.2.2/isl/test_inputs/codegen/omega/gist-4.in +0 -3
  509. islpy-2025.2.2/isl/test_inputs/codegen/omega/gist-5.c +0 -3
  510. islpy-2025.2.2/isl/test_inputs/codegen/omega/gist-5.in +0 -3
  511. islpy-2025.2.2/isl/test_inputs/codegen/omega/guard1-0.c +0 -2
  512. islpy-2025.2.2/isl/test_inputs/codegen/omega/guard1-0.in +0 -3
  513. islpy-2025.2.2/isl/test_inputs/codegen/omega/guard1-1.c +0 -2
  514. islpy-2025.2.2/isl/test_inputs/codegen/omega/guard1-1.in +0 -3
  515. islpy-2025.2.2/isl/test_inputs/codegen/omega/hpf-0.c +0 -4
  516. islpy-2025.2.2/isl/test_inputs/codegen/omega/hpf-0.in +0 -3
  517. islpy-2025.2.2/isl/test_inputs/codegen/omega/if_then-0.c +0 -13
  518. islpy-2025.2.2/isl/test_inputs/codegen/omega/if_then-0.in +0 -3
  519. islpy-2025.2.2/isl/test_inputs/codegen/omega/if_then-1.c +0 -9
  520. islpy-2025.2.2/isl/test_inputs/codegen/omega/if_then-1.in +0 -3
  521. islpy-2025.2.2/isl/test_inputs/codegen/omega/if_then-2.c +0 -12
  522. islpy-2025.2.2/isl/test_inputs/codegen/omega/if_then-2.in +0 -3
  523. islpy-2025.2.2/isl/test_inputs/codegen/omega/if_then-3.c +0 -13
  524. islpy-2025.2.2/isl/test_inputs/codegen/omega/if_then-3.in +0 -3
  525. islpy-2025.2.2/isl/test_inputs/codegen/omega/if_then-4.c +0 -7
  526. islpy-2025.2.2/isl/test_inputs/codegen/omega/if_then-4.in +0 -3
  527. islpy-2025.2.2/isl/test_inputs/codegen/omega/if_then-5.c +0 -7
  528. islpy-2025.2.2/isl/test_inputs/codegen/omega/if_then-5.in +0 -3
  529. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter1-0.c +0 -2
  530. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter1-0.in +0 -3
  531. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter2-0.c +0 -3
  532. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter2-0.in +0 -3
  533. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter3-0.c +0 -3
  534. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter3-0.in +0 -3
  535. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter4-0.c +0 -3
  536. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter4-0.in +0 -3
  537. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter5-0.c +0 -3
  538. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter5-0.in +0 -3
  539. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter6-0.c +0 -3
  540. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter6-0.in +0 -3
  541. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter6-1.c +0 -2
  542. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter6-1.in +0 -3
  543. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter7-0.c +0 -2
  544. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter7-0.in +0 -3
  545. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter8-0.c +0 -2
  546. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter8-0.in +0 -3
  547. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter9-0.c +0 -11
  548. islpy-2025.2.2/isl/test_inputs/codegen/omega/iter9-0.in +0 -3
  549. islpy-2025.2.2/isl/test_inputs/codegen/omega/lefur00-0.c +0 -5
  550. islpy-2025.2.2/isl/test_inputs/codegen/omega/lefur00-0.in +0 -3
  551. islpy-2025.2.2/isl/test_inputs/codegen/omega/lefur01-0.c +0 -5
  552. islpy-2025.2.2/isl/test_inputs/codegen/omega/lefur01-0.in +0 -3
  553. islpy-2025.2.2/isl/test_inputs/codegen/omega/lefur01-1.c +0 -5
  554. islpy-2025.2.2/isl/test_inputs/codegen/omega/lefur01-1.in +0 -3
  555. islpy-2025.2.2/isl/test_inputs/codegen/omega/lefur03-0.c +0 -7
  556. islpy-2025.2.2/isl/test_inputs/codegen/omega/lefur03-0.in +0 -3
  557. islpy-2025.2.2/isl/test_inputs/codegen/omega/lefur04-0.c +0 -8
  558. islpy-2025.2.2/isl/test_inputs/codegen/omega/lefur04-0.in +0 -3
  559. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift1-0.c +0 -9
  560. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift1-0.in +0 -3
  561. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift1-1.c +0 -14
  562. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift1-1.in +0 -3
  563. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift1-2.c +0 -15
  564. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift1-2.in +0 -3
  565. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift1-3.c +0 -16
  566. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift1-3.in +0 -3
  567. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift1-4.c +0 -17
  568. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift1-4.in +0 -3
  569. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift1-5.c +0 -14
  570. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift1-5.in +0 -3
  571. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift2-0.c +0 -9
  572. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift2-0.in +0 -3
  573. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift2-1.c +0 -17
  574. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift2-1.in +0 -3
  575. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift2-2.c +0 -19
  576. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift2-2.in +0 -3
  577. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift2-3.c +0 -21
  578. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift2-3.in +0 -3
  579. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift2-4.c +0 -23
  580. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift2-4.in +0 -3
  581. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift2-5.c +0 -20
  582. islpy-2025.2.2/isl/test_inputs/codegen/omega/lift2-5.in +0 -3
  583. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu-0.c +0 -10
  584. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu-0.in +0 -3
  585. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu-1.c +0 -10
  586. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu-1.in +0 -3
  587. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu-2.c +0 -10
  588. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu-2.in +0 -3
  589. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu-3.c +0 -14
  590. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu-3.in +0 -3
  591. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu_ijk-0.c +0 -7
  592. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu_ijk-0.in +0 -3
  593. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu_ijk-1.c +0 -7
  594. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu_ijk-1.in +0 -3
  595. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu_ijk-2.c +0 -11
  596. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu_ijk-2.in +0 -3
  597. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu_spmd-0.c +0 -13
  598. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu_spmd-0.in +0 -3
  599. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu_spmd-1.c +0 -13
  600. islpy-2025.2.2/isl/test_inputs/codegen/omega/lu_spmd-1.in +0 -3
  601. islpy-2025.2.2/isl/test_inputs/codegen/omega/m1-0.c +0 -6
  602. islpy-2025.2.2/isl/test_inputs/codegen/omega/m1-0.in +0 -3
  603. islpy-2025.2.2/isl/test_inputs/codegen/omega/m1-1.c +0 -14
  604. islpy-2025.2.2/isl/test_inputs/codegen/omega/m1-1.in +0 -3
  605. islpy-2025.2.2/isl/test_inputs/codegen/omega/m10-0.c +0 -7
  606. islpy-2025.2.2/isl/test_inputs/codegen/omega/m10-0.in +0 -3
  607. islpy-2025.2.2/isl/test_inputs/codegen/omega/m10-1.c +0 -15
  608. islpy-2025.2.2/isl/test_inputs/codegen/omega/m10-1.in +0 -3
  609. islpy-2025.2.2/isl/test_inputs/codegen/omega/m11-0.c +0 -6
  610. islpy-2025.2.2/isl/test_inputs/codegen/omega/m11-0.in +0 -3
  611. islpy-2025.2.2/isl/test_inputs/codegen/omega/m12-0.c +0 -3
  612. islpy-2025.2.2/isl/test_inputs/codegen/omega/m12-0.in +0 -3
  613. islpy-2025.2.2/isl/test_inputs/codegen/omega/m12-1.c +0 -23
  614. islpy-2025.2.2/isl/test_inputs/codegen/omega/m12-1.in +0 -3
  615. islpy-2025.2.2/isl/test_inputs/codegen/omega/m2-0.c +0 -12
  616. islpy-2025.2.2/isl/test_inputs/codegen/omega/m2-0.in +0 -3
  617. islpy-2025.2.2/isl/test_inputs/codegen/omega/m2-1.c +0 -10
  618. islpy-2025.2.2/isl/test_inputs/codegen/omega/m2-1.in +0 -3
  619. islpy-2025.2.2/isl/test_inputs/codegen/omega/m3-0.c +0 -3
  620. islpy-2025.2.2/isl/test_inputs/codegen/omega/m3-0.in +0 -3
  621. islpy-2025.2.2/isl/test_inputs/codegen/omega/m4-0.c +0 -5
  622. islpy-2025.2.2/isl/test_inputs/codegen/omega/m4-0.in +0 -3
  623. islpy-2025.2.2/isl/test_inputs/codegen/omega/m4-1.c +0 -5
  624. islpy-2025.2.2/isl/test_inputs/codegen/omega/m4-1.in +0 -3
  625. islpy-2025.2.2/isl/test_inputs/codegen/omega/m7-0.c +0 -6
  626. islpy-2025.2.2/isl/test_inputs/codegen/omega/m7-0.in +0 -3
  627. islpy-2025.2.2/isl/test_inputs/codegen/omega/m7-1.c +0 -11
  628. islpy-2025.2.2/isl/test_inputs/codegen/omega/m7-1.in +0 -3
  629. islpy-2025.2.2/isl/test_inputs/codegen/omega/m8-0.c +0 -6
  630. islpy-2025.2.2/isl/test_inputs/codegen/omega/m8-0.in +0 -3
  631. islpy-2025.2.2/isl/test_inputs/codegen/omega/m8-1.c +0 -11
  632. islpy-2025.2.2/isl/test_inputs/codegen/omega/m8-1.in +0 -3
  633. islpy-2025.2.2/isl/test_inputs/codegen/omega/m9-0.c +0 -5
  634. islpy-2025.2.2/isl/test_inputs/codegen/omega/m9-0.in +0 -3
  635. islpy-2025.2.2/isl/test_inputs/codegen/omega/m9-1.c +0 -5
  636. islpy-2025.2.2/isl/test_inputs/codegen/omega/m9-1.in +0 -3
  637. islpy-2025.2.2/isl/test_inputs/codegen/omega/olda-0.c +0 -8
  638. islpy-2025.2.2/isl/test_inputs/codegen/omega/olda-0.in +0 -3
  639. islpy-2025.2.2/isl/test_inputs/codegen/omega/olda-1.c +0 -9
  640. islpy-2025.2.2/isl/test_inputs/codegen/omega/olda-1.in +0 -3
  641. islpy-2025.2.2/isl/test_inputs/codegen/omega/p.delft-0.c +0 -4
  642. islpy-2025.2.2/isl/test_inputs/codegen/omega/p.delft-0.in +0 -3
  643. islpy-2025.2.2/isl/test_inputs/codegen/omega/p.delft2-0.c +0 -11
  644. islpy-2025.2.2/isl/test_inputs/codegen/omega/p.delft2-0.in +0 -3
  645. islpy-2025.2.2/isl/test_inputs/codegen/omega/p6-0.c +0 -6
  646. islpy-2025.2.2/isl/test_inputs/codegen/omega/p6-0.in +0 -3
  647. islpy-2025.2.2/isl/test_inputs/codegen/omega/p6-1.c +0 -3
  648. islpy-2025.2.2/isl/test_inputs/codegen/omega/p6-1.in +0 -3
  649. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride1-0.c +0 -2
  650. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride1-0.in +0 -3
  651. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride2-0.c +0 -3
  652. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride2-0.in +0 -3
  653. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride3-0.c +0 -3
  654. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride3-0.in +0 -3
  655. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride4-0.c +0 -2
  656. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride4-0.in +0 -3
  657. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride5-0.c +0 -3
  658. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride5-0.in +0 -3
  659. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride6-0.c +0 -3
  660. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride6-0.in +0 -3
  661. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride6-1.c +0 -3
  662. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride6-1.in +0 -3
  663. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride6-2.c +0 -3
  664. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride6-2.in +0 -3
  665. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride7-0.c +0 -15
  666. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride7-0.in +0 -3
  667. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride7-1.c +0 -12
  668. islpy-2025.2.2/isl/test_inputs/codegen/omega/stride7-1.in +0 -3
  669. islpy-2025.2.2/isl/test_inputs/codegen/omega/substitution-0.c +0 -3
  670. islpy-2025.2.2/isl/test_inputs/codegen/omega/substitution-0.in +0 -3
  671. islpy-2025.2.2/isl/test_inputs/codegen/omega/substitution-1.c +0 -3
  672. islpy-2025.2.2/isl/test_inputs/codegen/omega/substitution-1.in +0 -3
  673. islpy-2025.2.2/isl/test_inputs/codegen/omega/substitution-2.c +0 -2
  674. islpy-2025.2.2/isl/test_inputs/codegen/omega/substitution-2.in +0 -3
  675. islpy-2025.2.2/isl/test_inputs/codegen/omega/substitution-3.c +0 -1
  676. islpy-2025.2.2/isl/test_inputs/codegen/omega/substitution-3.in +0 -3
  677. islpy-2025.2.2/isl/test_inputs/codegen/omega/substitution-4.c +0 -1
  678. islpy-2025.2.2/isl/test_inputs/codegen/omega/substitution-4.in +0 -3
  679. islpy-2025.2.2/isl/test_inputs/codegen/omega/syr2k-0.c +0 -4
  680. islpy-2025.2.2/isl/test_inputs/codegen/omega/syr2k-0.in +0 -3
  681. islpy-2025.2.2/isl/test_inputs/codegen/omega/syr2k-1.c +0 -4
  682. islpy-2025.2.2/isl/test_inputs/codegen/omega/syr2k-1.in +0 -3
  683. islpy-2025.2.2/isl/test_inputs/codegen/omega/syr2k-2.c +0 -4
  684. islpy-2025.2.2/isl/test_inputs/codegen/omega/syr2k-2.in +0 -3
  685. islpy-2025.2.2/isl/test_inputs/codegen/omega/syr2k-3.c +0 -4
  686. islpy-2025.2.2/isl/test_inputs/codegen/omega/syr2k-3.in +0 -3
  687. islpy-2025.2.2/isl/test_inputs/codegen/omega/ts1d-check-sblock-0.c +0 -13
  688. islpy-2025.2.2/isl/test_inputs/codegen/omega/ts1d-check-sblock-0.in +0 -3
  689. islpy-2025.2.2/isl/test_inputs/codegen/omega/ts1d-check0-0.c +0 -11
  690. islpy-2025.2.2/isl/test_inputs/codegen/omega/ts1d-check0-0.in +0 -3
  691. islpy-2025.2.2/isl/test_inputs/codegen/omega/ts1d-mp-i_ts-m_b-0.c +0 -34
  692. islpy-2025.2.2/isl/test_inputs/codegen/omega/ts1d-mp-i_ts-m_b-0.in +0 -3
  693. islpy-2025.2.2/isl/test_inputs/codegen/omega/ts1d-orig0-0.c +0 -8
  694. islpy-2025.2.2/isl/test_inputs/codegen/omega/ts1d-orig0-0.in +0 -3
  695. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak1-0.c +0 -25
  696. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak1-0.in +0 -3
  697. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak1-1.c +0 -53
  698. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak1-1.in +0 -3
  699. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak2-0.c +0 -25
  700. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak2-0.in +0 -3
  701. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak2-1.c +0 -34
  702. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak2-1.in +0 -3
  703. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak3-0.c +0 -8
  704. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak3-0.in +0 -3
  705. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak3-1.c +0 -19
  706. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak3-1.in +0 -3
  707. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak4-0.c +0 -4
  708. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak4-0.in +0 -3
  709. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak4-1.c +0 -4
  710. islpy-2025.2.2/isl/test_inputs/codegen/omega/wak4-1.in +0 -3
  711. islpy-2025.2.2/isl/test_inputs/codegen/omega/x-0.c +0 -14
  712. islpy-2025.2.2/isl/test_inputs/codegen/omega/x-0.in +0 -3
  713. islpy-2025.2.2/isl/test_inputs/codegen/omega/x-1.c +0 -14
  714. islpy-2025.2.2/isl/test_inputs/codegen/omega/x-1.in +0 -3
  715. islpy-2025.2.2/isl/test_inputs/codegen/pldi2012/README +0 -2
  716. islpy-2025.2.2/isl/test_inputs/codegen/pldi2012/figure7_b.c +0 -9
  717. islpy-2025.2.2/isl/test_inputs/codegen/pldi2012/figure7_b.in +0 -5
  718. islpy-2025.2.2/isl/test_inputs/codegen/pldi2012/figure7_c.c +0 -12
  719. islpy-2025.2.2/isl/test_inputs/codegen/pldi2012/figure7_c.in +0 -5
  720. islpy-2025.2.2/isl/test_inputs/codegen/pldi2012/figure7_d.c +0 -13
  721. islpy-2025.2.2/isl/test_inputs/codegen/pldi2012/figure7_d.in +0 -5
  722. islpy-2025.2.2/isl/test_inputs/codegen/pldi2012/figure8_a.c +0 -3
  723. islpy-2025.2.2/isl/test_inputs/codegen/pldi2012/figure8_a.in +0 -4
  724. islpy-2025.2.2/isl/test_inputs/codegen/pldi2012/figure8_b.c +0 -6
  725. islpy-2025.2.2/isl/test_inputs/codegen/pldi2012/figure8_b.in +0 -4
  726. islpy-2025.2.2/isl/test_inputs/codegen/redundant.c +0 -12
  727. islpy-2025.2.2/isl/test_inputs/codegen/redundant.st +0 -6
  728. islpy-2025.2.2/isl/test_inputs/codegen/residue.c +0 -2
  729. islpy-2025.2.2/isl/test_inputs/codegen/residue.st +0 -3
  730. islpy-2025.2.2/isl/test_inputs/codegen/roman.c +0 -30
  731. islpy-2025.2.2/isl/test_inputs/codegen/roman.in +0 -5
  732. islpy-2025.2.2/isl/test_inputs/codegen/separate.c +0 -6
  733. islpy-2025.2.2/isl/test_inputs/codegen/separate.in +0 -3
  734. islpy-2025.2.2/isl/test_inputs/codegen/separate.st +0 -8
  735. islpy-2025.2.2/isl/test_inputs/codegen/separate2.c +0 -8
  736. islpy-2025.2.2/isl/test_inputs/codegen/separate2.in +0 -4
  737. islpy-2025.2.2/isl/test_inputs/codegen/separation_class.c +0 -15
  738. islpy-2025.2.2/isl/test_inputs/codegen/separation_class.in +0 -6
  739. islpy-2025.2.2/isl/test_inputs/codegen/separation_class2.c +0 -13
  740. islpy-2025.2.2/isl/test_inputs/codegen/separation_class2.in +0 -3
  741. islpy-2025.2.2/isl/test_inputs/codegen/separation_class3.c +0 -31
  742. islpy-2025.2.2/isl/test_inputs/codegen/separation_class3.in +0 -4
  743. islpy-2025.2.2/isl/test_inputs/codegen/separation_class4.c +0 -22
  744. islpy-2025.2.2/isl/test_inputs/codegen/separation_class4.in +0 -10
  745. islpy-2025.2.2/isl/test_inputs/codegen/shift.c +0 -4
  746. islpy-2025.2.2/isl/test_inputs/codegen/shift.in +0 -3
  747. islpy-2025.2.2/isl/test_inputs/codegen/shift2.c +0 -51
  748. islpy-2025.2.2/isl/test_inputs/codegen/shift2.in +0 -5
  749. islpy-2025.2.2/isl/test_inputs/codegen/shift_unroll.c +0 -14
  750. islpy-2025.2.2/isl/test_inputs/codegen/shift_unroll.in +0 -3
  751. islpy-2025.2.2/isl/test_inputs/codegen/single_valued.c +0 -2
  752. islpy-2025.2.2/isl/test_inputs/codegen/single_valued.in +0 -5
  753. islpy-2025.2.2/isl/test_inputs/codegen/sor1d-part.c +0 -3
  754. islpy-2025.2.2/isl/test_inputs/codegen/sor1d-part.st +0 -10
  755. islpy-2025.2.2/isl/test_inputs/codegen/stride.c +0 -6
  756. islpy-2025.2.2/isl/test_inputs/codegen/stride.in +0 -6
  757. islpy-2025.2.2/isl/test_inputs/codegen/stride5.c +0 -3
  758. islpy-2025.2.2/isl/test_inputs/codegen/stride5.in +0 -3
  759. islpy-2025.2.2/isl/test_inputs/codegen/stride6.c +0 -4
  760. islpy-2025.2.2/isl/test_inputs/codegen/stride6.in +0 -3
  761. islpy-2025.2.2/isl/test_inputs/codegen/stride7.c +0 -6
  762. islpy-2025.2.2/isl/test_inputs/codegen/stride7.in +0 -7
  763. islpy-2025.2.2/isl/test_inputs/codegen/unroll.c +0 -3
  764. islpy-2025.2.2/isl/test_inputs/codegen/unroll.in +0 -5
  765. islpy-2025.2.2/isl/test_inputs/codegen/unroll10.c +0 -29
  766. islpy-2025.2.2/isl/test_inputs/codegen/unroll10.in +0 -4
  767. islpy-2025.2.2/isl/test_inputs/codegen/unroll10.st +0 -7
  768. islpy-2025.2.2/isl/test_inputs/codegen/unroll11.c +0 -6
  769. islpy-2025.2.2/isl/test_inputs/codegen/unroll11.in +0 -10
  770. islpy-2025.2.2/isl/test_inputs/codegen/unroll2.c +0 -9
  771. islpy-2025.2.2/isl/test_inputs/codegen/unroll2.in +0 -5
  772. islpy-2025.2.2/isl/test_inputs/codegen/unroll3.c +0 -2
  773. islpy-2025.2.2/isl/test_inputs/codegen/unroll3.in +0 -6
  774. islpy-2025.2.2/isl/test_inputs/codegen/unroll4.c +0 -14
  775. islpy-2025.2.2/isl/test_inputs/codegen/unroll4.in +0 -5
  776. islpy-2025.2.2/isl/test_inputs/codegen/unroll6.c +0 -6
  777. islpy-2025.2.2/isl/test_inputs/codegen/unroll6.in +0 -7
  778. islpy-2025.2.2/isl/test_inputs/codegen/unroll7.c +0 -8
  779. islpy-2025.2.2/isl/test_inputs/codegen/unroll7.in +0 -5
  780. islpy-2025.2.2/isl/test_inputs/codegen/unroll8.c +0 -6
  781. islpy-2025.2.2/isl/test_inputs/codegen/unroll8.st +0 -5
  782. islpy-2025.2.2/isl/test_inputs/codegen/unroll9.c +0 -7
  783. islpy-2025.2.2/isl/test_inputs/codegen/unroll9.st +0 -7
  784. islpy-2025.2.2/isl/test_inputs/convex0.polylib +0 -11
  785. islpy-2025.2.2/isl/test_inputs/convex1.polylib +0 -17
  786. islpy-2025.2.2/isl/test_inputs/convex10.polylib +0 -17
  787. islpy-2025.2.2/isl/test_inputs/convex11.polylib +0 -14
  788. islpy-2025.2.2/isl/test_inputs/convex12.polylib +0 -12
  789. islpy-2025.2.2/isl/test_inputs/convex13.polylib +0 -17
  790. islpy-2025.2.2/isl/test_inputs/convex14.polylib +0 -14
  791. islpy-2025.2.2/isl/test_inputs/convex15.polylib +0 -66
  792. islpy-2025.2.2/isl/test_inputs/convex2.polylib +0 -24
  793. islpy-2025.2.2/isl/test_inputs/convex3.polylib +0 -10
  794. islpy-2025.2.2/isl/test_inputs/convex4.polylib +0 -9
  795. islpy-2025.2.2/isl/test_inputs/convex5.polylib +0 -12
  796. islpy-2025.2.2/isl/test_inputs/convex6.polylib +0 -17
  797. islpy-2025.2.2/isl/test_inputs/convex7.polylib +0 -9
  798. islpy-2025.2.2/isl/test_inputs/convex8.polylib +0 -24
  799. islpy-2025.2.2/isl/test_inputs/convex9.polylib +0 -14
  800. islpy-2025.2.2/isl/test_inputs/devos.pwqp +0 -1
  801. islpy-2025.2.2/isl/test_inputs/equality1.pwqp +0 -1
  802. islpy-2025.2.2/isl/test_inputs/equality2.pwqp +0 -1
  803. islpy-2025.2.2/isl/test_inputs/equality3.pwqp +0 -1
  804. islpy-2025.2.2/isl/test_inputs/equality4.pwqp +0 -1
  805. islpy-2025.2.2/isl/test_inputs/equality5.pwqp +0 -1
  806. islpy-2025.2.2/isl/test_inputs/esced.pip +0 -27
  807. islpy-2025.2.2/isl/test_inputs/ex.pip +0 -9
  808. islpy-2025.2.2/isl/test_inputs/ex2.pip +0 -9
  809. islpy-2025.2.2/isl/test_inputs/exist.pip +0 -5
  810. islpy-2025.2.2/isl/test_inputs/exist2.pip +0 -5
  811. islpy-2025.2.2/isl/test_inputs/faddeev.pwqp +0 -1
  812. islpy-2025.2.2/isl/test_inputs/fimmel.pip +0 -12
  813. islpy-2025.2.2/isl/test_inputs/flow/kill_loop-tree.ai +0 -11
  814. islpy-2025.2.2/isl/test_inputs/flow/kill_loop-tree.flow +0 -4
  815. islpy-2025.2.2/isl/test_inputs/flow/kill_loop.ai +0 -4
  816. islpy-2025.2.2/isl/test_inputs/flow/kill_loop.flow +0 -4
  817. islpy-2025.2.2/isl/test_inputs/flow/kill_loop2-tree.ai +0 -11
  818. islpy-2025.2.2/isl/test_inputs/flow/kill_loop2-tree.flow +0 -4
  819. islpy-2025.2.2/isl/test_inputs/flow/kill_loop2.ai +0 -4
  820. islpy-2025.2.2/isl/test_inputs/flow/kill_loop2.flow +0 -4
  821. islpy-2025.2.2/isl/test_inputs/flow/kill_loop3-tree.ai +0 -11
  822. islpy-2025.2.2/isl/test_inputs/flow/kill_loop3-tree.flow +0 -4
  823. islpy-2025.2.2/isl/test_inputs/flow/kill_loop3.ai +0 -4
  824. islpy-2025.2.2/isl/test_inputs/flow/kill_loop3.flow +0 -4
  825. islpy-2025.2.2/isl/test_inputs/flow/kill_may_loop-tree.ai +0 -11
  826. islpy-2025.2.2/isl/test_inputs/flow/kill_may_loop-tree.flow +0 -4
  827. islpy-2025.2.2/isl/test_inputs/flow/kill_may_loop.ai +0 -4
  828. islpy-2025.2.2/isl/test_inputs/flow/kill_may_loop.flow +0 -4
  829. islpy-2025.2.2/isl/test_inputs/flow/kill_may_loop2-tree.ai +0 -11
  830. islpy-2025.2.2/isl/test_inputs/flow/kill_may_loop2-tree.flow +0 -4
  831. islpy-2025.2.2/isl/test_inputs/flow/kill_may_loop2.ai +0 -4
  832. islpy-2025.2.2/isl/test_inputs/flow/kill_may_loop2.flow +0 -4
  833. islpy-2025.2.2/isl/test_inputs/flow/kill_may_loop3-tree.ai +0 -11
  834. islpy-2025.2.2/isl/test_inputs/flow/kill_may_loop3-tree.flow +0 -4
  835. islpy-2025.2.2/isl/test_inputs/flow/kill_may_loop3.ai +0 -4
  836. islpy-2025.2.2/isl/test_inputs/flow/kill_may_loop3.flow +0 -4
  837. islpy-2025.2.2/isl/test_inputs/flow/loop-tree.ai +0 -10
  838. islpy-2025.2.2/isl/test_inputs/flow/loop-tree.flow +0 -4
  839. islpy-2025.2.2/isl/test_inputs/flow/loop.ai +0 -3
  840. islpy-2025.2.2/isl/test_inputs/flow/loop.flow +0 -4
  841. islpy-2025.2.2/isl/test_inputs/flow/may_loop-tree.ai +0 -10
  842. islpy-2025.2.2/isl/test_inputs/flow/may_loop-tree.flow +0 -4
  843. islpy-2025.2.2/isl/test_inputs/flow/may_loop.ai +0 -3
  844. islpy-2025.2.2/isl/test_inputs/flow/may_loop.flow +0 -4
  845. islpy-2025.2.2/isl/test_inputs/flow/mixed_loop-tree.ai +0 -11
  846. islpy-2025.2.2/isl/test_inputs/flow/mixed_loop-tree.flow +0 -4
  847. islpy-2025.2.2/isl/test_inputs/flow/mixed_loop.ai +0 -4
  848. islpy-2025.2.2/isl/test_inputs/flow/mixed_loop.flow +0 -4
  849. islpy-2025.2.2/isl/test_inputs/flow/multi.ai +0 -10
  850. islpy-2025.2.2/isl/test_inputs/flow/multi.flow +0 -4
  851. islpy-2025.2.2/isl/test_inputs/flow/multi_source-tree.ai +0 -8
  852. islpy-2025.2.2/isl/test_inputs/flow/multi_source-tree.flow +0 -4
  853. islpy-2025.2.2/isl/test_inputs/flow/multi_source.ai +0 -3
  854. islpy-2025.2.2/isl/test_inputs/flow/multi_source.flow +0 -4
  855. islpy-2025.2.2/isl/test_inputs/flow/multi_source2-tree.ai +0 -9
  856. islpy-2025.2.2/isl/test_inputs/flow/multi_source2-tree.flow +0 -4
  857. islpy-2025.2.2/isl/test_inputs/flow/multi_source2.ai +0 -4
  858. islpy-2025.2.2/isl/test_inputs/flow/multi_source2.flow +0 -4
  859. islpy-2025.2.2/isl/test_inputs/flow/multi_source3-tree.ai +0 -13
  860. islpy-2025.2.2/isl/test_inputs/flow/multi_source3-tree.flow +0 -4
  861. islpy-2025.2.2/isl/test_inputs/flow/multi_source3.ai +0 -4
  862. islpy-2025.2.2/isl/test_inputs/flow/multi_source3.flow +0 -4
  863. islpy-2025.2.2/isl/test_inputs/flow/multi_source4-tree.ai +0 -13
  864. islpy-2025.2.2/isl/test_inputs/flow/multi_source4-tree.flow +0 -4
  865. islpy-2025.2.2/isl/test_inputs/flow/multi_source4.ai +0 -4
  866. islpy-2025.2.2/isl/test_inputs/flow/multi_source4.flow +0 -4
  867. islpy-2025.2.2/isl/test_inputs/flow/no_source-tree.ai +0 -3
  868. islpy-2025.2.2/isl/test_inputs/flow/no_source-tree.flow +0 -4
  869. islpy-2025.2.2/isl/test_inputs/flow/no_source.ai +0 -2
  870. islpy-2025.2.2/isl/test_inputs/flow/no_source.flow +0 -4
  871. islpy-2025.2.2/isl/test_inputs/flow/no_source2-tree.ai +0 -8
  872. islpy-2025.2.2/isl/test_inputs/flow/no_source2-tree.flow +0 -4
  873. islpy-2025.2.2/isl/test_inputs/flow/no_source2.ai +0 -3
  874. islpy-2025.2.2/isl/test_inputs/flow/no_source2.flow +0 -4
  875. islpy-2025.2.2/isl/test_inputs/flow/single_may_source-tree.ai +0 -8
  876. islpy-2025.2.2/isl/test_inputs/flow/single_may_source-tree.flow +0 -4
  877. islpy-2025.2.2/isl/test_inputs/flow/single_may_source.ai +0 -3
  878. islpy-2025.2.2/isl/test_inputs/flow/single_may_source.flow +0 -4
  879. islpy-2025.2.2/isl/test_inputs/flow/single_source-tree.ai +0 -8
  880. islpy-2025.2.2/isl/test_inputs/flow/single_source-tree.flow +0 -4
  881. islpy-2025.2.2/isl/test_inputs/flow/single_source.ai +0 -3
  882. islpy-2025.2.2/isl/test_inputs/flow/single_source.flow +0 -4
  883. islpy-2025.2.2/isl/test_inputs/linearExample.pwqp +0 -1
  884. islpy-2025.2.2/isl/test_inputs/max.pip +0 -9
  885. islpy-2025.2.2/isl/test_inputs/neg.pwqp +0 -1
  886. islpy-2025.2.2/isl/test_inputs/negative.pip +0 -9
  887. islpy-2025.2.2/isl/test_inputs/philippe.pwqp +0 -1
  888. islpy-2025.2.2/isl/test_inputs/philippe3vars.pwqp +0 -1
  889. islpy-2025.2.2/isl/test_inputs/philippe3vars3pars.pwqp +0 -1
  890. islpy-2025.2.2/isl/test_inputs/philippeNeg.pwqp +0 -1
  891. islpy-2025.2.2/isl/test_inputs/philippePolynomialCoeff.pwqp +0 -1
  892. islpy-2025.2.2/isl/test_inputs/philippePolynomialCoeff1P.pwqp +0 -1
  893. islpy-2025.2.2/isl/test_inputs/product.pwqp +0 -1
  894. islpy-2025.2.2/isl/test_inputs/schedule/bounded_coefficients.sc +0 -12
  895. islpy-2025.2.2/isl/test_inputs/schedule/bounded_coefficients.st +0 -5
  896. islpy-2025.2.2/isl/test_inputs/schedule/carry_bounded_coefficients.sc +0 -19
  897. islpy-2025.2.2/isl/test_inputs/schedule/carry_bounded_coefficients.st +0 -5
  898. islpy-2025.2.2/isl/test_inputs/schedule/disjunctive_domain.sc +0 -4
  899. islpy-2025.2.2/isl/test_inputs/schedule/disjunctive_domain.st +0 -5
  900. islpy-2025.2.2/isl/test_inputs/schedule/feautrier_compressed.sc +0 -5
  901. islpy-2025.2.2/isl/test_inputs/schedule/feautrier_compressed.st +0 -7
  902. islpy-2025.2.2/isl/test_inputs/schedule/flat1.sc +0 -3
  903. islpy-2025.2.2/isl/test_inputs/schedule/flat1.st +0 -5
  904. islpy-2025.2.2/isl/test_inputs/schedule/flat2.sc +0 -3
  905. islpy-2025.2.2/isl/test_inputs/schedule/flat2.st +0 -5
  906. islpy-2025.2.2/isl/test_inputs/schedule/flat3.sc +0 -3
  907. islpy-2025.2.2/isl/test_inputs/schedule/flat3.st +0 -5
  908. islpy-2025.2.2/isl/test_inputs/schedule/flat4.sc +0 -3
  909. islpy-2025.2.2/isl/test_inputs/schedule/flat4.st +0 -5
  910. islpy-2025.2.2/isl/test_inputs/schedule/flat5.sc +0 -3
  911. islpy-2025.2.2/isl/test_inputs/schedule/flat5.st +0 -5
  912. islpy-2025.2.2/isl/test_inputs/schedule/flat6.sc +0 -3
  913. islpy-2025.2.2/isl/test_inputs/schedule/flat6.st +0 -5
  914. islpy-2025.2.2/isl/test_inputs/schedule/fork1.sc +0 -5
  915. islpy-2025.2.2/isl/test_inputs/schedule/fork1.st +0 -9
  916. islpy-2025.2.2/isl/test_inputs/schedule/fork2.sc +0 -5
  917. islpy-2025.2.2/isl/test_inputs/schedule/fork2.st +0 -6
  918. islpy-2025.2.2/isl/test_inputs/schedule/fork3.sc +0 -7
  919. islpy-2025.2.2/isl/test_inputs/schedule/fork3.st +0 -22
  920. islpy-2025.2.2/isl/test_inputs/schedule/leyin1.sc +0 -5
  921. islpy-2025.2.2/isl/test_inputs/schedule/leyin1.st +0 -10
  922. islpy-2025.2.2/isl/test_inputs/schedule/leyin2a.sc +0 -14
  923. islpy-2025.2.2/isl/test_inputs/schedule/leyin2a.st +0 -13
  924. islpy-2025.2.2/isl/test_inputs/schedule/leyin2b.sc +0 -14
  925. islpy-2025.2.2/isl/test_inputs/schedule/leyin2b.st +0 -10
  926. islpy-2025.2.2/isl/test_inputs/schedule/max_coincidence.sc +0 -7
  927. islpy-2025.2.2/isl/test_inputs/schedule/max_coincidence.st +0 -13
  928. islpy-2025.2.2/isl/test_inputs/schedule/nana.sc +0 -9
  929. islpy-2025.2.2/isl/test_inputs/schedule/nana.st +0 -13
  930. islpy-2025.2.2/isl/test_inputs/schedule/niewang.sc +0 -29
  931. islpy-2025.2.2/isl/test_inputs/schedule/niewang.st +0 -25
  932. islpy-2025.2.2/isl/test_inputs/schedule/nomax_coincidence.sc +0 -7
  933. islpy-2025.2.2/isl/test_inputs/schedule/nomax_coincidence.st +0 -9
  934. islpy-2025.2.2/isl/test_inputs/schedule/poliwoda.sc +0 -47
  935. islpy-2025.2.2/isl/test_inputs/schedule/poliwoda.st +0 -5
  936. islpy-2025.2.2/isl/test_inputs/seghir-vd.pip +0 -17
  937. islpy-2025.2.2/isl/test_inputs/set.omega +0 -1
  938. islpy-2025.2.2/isl/test_inputs/small.pip +0 -9
  939. islpy-2025.2.2/isl/test_inputs/sor1d.pip +0 -28
  940. islpy-2025.2.2/isl/test_inputs/split.pwqp +0 -1
  941. islpy-2025.2.2/isl/test_inputs/square.pip +0 -9
  942. islpy-2025.2.2/isl/test_inputs/sven.pip +0 -7
  943. islpy-2025.2.2/isl/test_inputs/test3Deg3Var.pwqp +0 -1
  944. islpy-2025.2.2/isl/test_inputs/tobi.pip +0 -15
  945. islpy-2025.2.2/isl/test_inputs/toplas.pwqp +0 -1
  946. islpy-2025.2.2/isl/test_inputs/unexpanded.pwqp +0 -1
  947. islpy-2025.2.2/isl/testsets/pip/bouleti.pip +0 -30
  948. islpy-2025.2.2/isl/testsets/pip/cnt_sum2.pip +0 -54
  949. islpy-2025.2.2/isl/testsets/pip/difficult.pip +0 -14
  950. islpy-2025.2.2/isl/testsets/pip/jcomplex.pip +0 -47
  951. islpy-2025.2.2/isl/testsets/pip/phideo.pip +0 -35
  952. islpy-2025.2.2/isl/testsets/pip/seghir-e1.pip +0 -20
  953. islpy-2025.2.2/isl/testsets/pip/seghir-e3.pip +0 -17
  954. islpy-2025.2.2/isl/testsets/pip/seghir-e4.pip +0 -18
  955. islpy-2025.2.2/isl/testsets/pip/seghir-e5.pip +0 -17
  956. islpy-2025.2.2/isl/testsets/pip/seghir-e6.pip +0 -17
  957. islpy-2025.2.2/isl/testsets/pip/seghir-e7.pip +0 -17
  958. islpy-2025.2.2/isl/testsets/pip/seghir-e8.pip +0 -19
  959. islpy-2025.2.2/isl/testsets/pip/seghir-e9.pip +0 -22
  960. islpy-2025.2.2/isl/testsets/pip/seghir-vd.pip +0 -17
  961. {islpy-2025.2.2 → islpy-2025.2.5}/.editorconfig +0 -0
  962. {islpy-2025.2.2 → islpy-2025.2.5}/.gitignore +0 -0
  963. {islpy-2025.2.2 → islpy-2025.2.5}/.gitlab-ci.yml +0 -0
  964. {islpy-2025.2.2 → islpy-2025.2.5}/.gitmodules +0 -0
  965. {islpy-2025.2.2 → islpy-2025.2.5}/CITATION.cff +0 -0
  966. {islpy-2025.2.2 → islpy-2025.2.5}/CMakeLists.txt +0 -0
  967. {islpy-2025.2.2 → islpy-2025.2.5}/README.rst +0 -0
  968. {islpy-2025.2.2 → islpy-2025.2.5}/build-with-barvinok.sh +0 -0
  969. {islpy-2025.2.2 → islpy-2025.2.5}/doc/.gitignore +0 -0
  970. {islpy-2025.2.2 → islpy-2025.2.5}/doc/Makefile +0 -0
  971. {islpy-2025.2.2 → islpy-2025.2.5}/doc/conf.py +0 -0
  972. {islpy-2025.2.2 → islpy-2025.2.5}/doc/images/after-union.png +0 -0
  973. {islpy-2025.2.2 → islpy-2025.2.5}/doc/images/before-union.png +0 -0
  974. {islpy-2025.2.2 → islpy-2025.2.5}/doc/index.rst +0 -0
  975. {islpy-2025.2.2 → islpy-2025.2.5}/doc/misc.rst +0 -0
  976. {islpy-2025.2.2 → islpy-2025.2.5}/doc/ref_ast.rst +0 -0
  977. {islpy-2025.2.2 → islpy-2025.2.5}/doc/ref_containers.rst +0 -0
  978. {islpy-2025.2.2 → islpy-2025.2.5}/doc/ref_expr.rst +0 -0
  979. {islpy-2025.2.2 → islpy-2025.2.5}/doc/ref_flow.rst +0 -0
  980. {islpy-2025.2.2 → islpy-2025.2.5}/doc/ref_fundamental.rst +0 -0
  981. {islpy-2025.2.2 → islpy-2025.2.5}/doc/ref_geo.rst +0 -0
  982. {islpy-2025.2.2 → islpy-2025.2.5}/doc/ref_schedule.rst +0 -0
  983. {islpy-2025.2.2 → islpy-2025.2.5}/doc/ref_set.rst +0 -0
  984. {islpy-2025.2.2 → islpy-2025.2.5}/doc/upload-docs.sh +0 -0
  985. {islpy-2025.2.2 → islpy-2025.2.5}/examples/.gitignore +0 -0
  986. {islpy-2025.2.2 → islpy-2025.2.5}/examples/demo.py +0 -0
  987. {islpy-2025.2.2 → islpy-2025.2.5}/gen_wrap.py +0 -0
  988. {islpy-2025.2.2 → islpy-2025.2.5}/isl/.gitignore +0 -0
  989. {islpy-2025.2.2 → islpy-2025.2.5}/isl/.gitmodules +0 -0
  990. {islpy-2025.2.2 → islpy-2025.2.5}/isl/AUTHORS +0 -0
  991. {islpy-2025.2.2 → islpy-2025.2.5}/isl/ChangeLog +0 -0
  992. {islpy-2025.2.2 → islpy-2025.2.5}/isl/LICENSE +0 -0
  993. {islpy-2025.2.2 → islpy-2025.2.5}/isl/Makefile.am +0 -0
  994. {islpy-2025.2.2 → islpy-2025.2.5}/isl/README +0 -0
  995. {islpy-2025.2.2 → islpy-2025.2.5}/isl/all.h +0 -0
  996. {islpy-2025.2.2 → islpy-2025.2.5}/isl/autogen.sh +0 -0
  997. {islpy-2025.2.2 → islpy-2025.2.5}/isl/basis_reduction_tab.c +0 -0
  998. {islpy-2025.2.2 → islpy-2025.2.5}/isl/basis_reduction_templ.c +0 -0
  999. {islpy-2025.2.2 → islpy-2025.2.5}/isl/bound.c +0 -0
  1000. {islpy-2025.2.2 → islpy-2025.2.5}/isl/bound_test.sh.in +0 -0
  1001. {islpy-2025.2.2 → islpy-2025.2.5}/isl/bset_from_bmap.c +0 -0
  1002. {islpy-2025.2.2 → islpy-2025.2.5}/isl/bset_to_bmap.c +0 -0
  1003. {islpy-2025.2.2 → islpy-2025.2.5}/isl/cat.c +0 -0
  1004. {islpy-2025.2.2 → islpy-2025.2.5}/isl/check_parse_fail_test_templ.c +0 -0
  1005. {islpy-2025.2.2 → islpy-2025.2.5}/isl/check_reparse_templ.c +0 -0
  1006. {islpy-2025.2.2 → islpy-2025.2.5}/isl/check_reparse_test_templ.c +0 -0
  1007. {islpy-2025.2.2 → islpy-2025.2.5}/isl/check_single_reference_templ.c +0 -0
  1008. {islpy-2025.2.2 → islpy-2025.2.5}/isl/check_type_range_templ.c +0 -0
  1009. {islpy-2025.2.2 → islpy-2025.2.5}/isl/closure.c +0 -0
  1010. {islpy-2025.2.2 → islpy-2025.2.5}/isl/codegen.c +0 -0
  1011. {islpy-2025.2.2 → islpy-2025.2.5}/isl/codegen_test.sh.in +0 -0
  1012. {islpy-2025.2.2 → islpy-2025.2.5}/isl/configure.ac +0 -0
  1013. {islpy-2025.2.2 → islpy-2025.2.5}/isl/cp_if_different.sh +0 -0
  1014. {islpy-2025.2.2 → islpy-2025.2.5}/isl/cpp/cpp-checked-conversion.h.bot +0 -0
  1015. {islpy-2025.2.2 → islpy-2025.2.5}/isl/cpp/cpp-checked-conversion.h.top +0 -0
  1016. {islpy-2025.2.2 → islpy-2025.2.5}/isl/cpp/cpp-checked.h.bot +0 -0
  1017. {islpy-2025.2.2 → islpy-2025.2.5}/isl/cpp/cpp-checked.h.top +0 -0
  1018. {islpy-2025.2.2 → islpy-2025.2.5}/isl/cpp/cpp.h.bot +0 -0
  1019. {islpy-2025.2.2 → islpy-2025.2.5}/isl/cpp/cpp.h.top +0 -0
  1020. {islpy-2025.2.2 → islpy-2025.2.5}/isl/cpp/typed_cpp.h.bot +0 -0
  1021. {islpy-2025.2.2 → islpy-2025.2.5}/isl/cpp/typed_cpp.h.top +0 -0
  1022. {islpy-2025.2.2 → islpy-2025.2.5}/isl/dep.c +0 -0
  1023. {islpy-2025.2.2 → islpy-2025.2.5}/isl/doc/CodingStyle +0 -0
  1024. {islpy-2025.2.2 → islpy-2025.2.5}/isl/doc/Makefile.am +0 -0
  1025. {islpy-2025.2.2 → islpy-2025.2.5}/isl/doc/SubmittingPatches +0 -0
  1026. {islpy-2025.2.2 → islpy-2025.2.5}/isl/doc/implementation.tex +0 -0
  1027. {islpy-2025.2.2 → islpy-2025.2.5}/isl/doc/interface +0 -0
  1028. {islpy-2025.2.2 → islpy-2025.2.5}/isl/doc/isl.bib +0 -0
  1029. {islpy-2025.2.2 → islpy-2025.2.5}/isl/doc/manual.tex +0 -0
  1030. {islpy-2025.2.2 → islpy-2025.2.5}/isl/doc/mypod2latex +0 -0
  1031. {islpy-2025.2.2 → islpy-2025.2.5}/isl/doc/reading.tex +0 -0
  1032. {islpy-2025.2.2 → islpy-2025.2.5}/isl/doc/user.pod +0 -0
  1033. {islpy-2025.2.2 → islpy-2025.2.5}/isl/extract_key.c +0 -0
  1034. {islpy-2025.2.2 → islpy-2025.2.5}/isl/flow.c +0 -0
  1035. {islpy-2025.2.2 → islpy-2025.2.5}/isl/flow_cmp.c +0 -0
  1036. {islpy-2025.2.2 → islpy-2025.2.5}/isl/flow_test.sh.in +0 -0
  1037. {islpy-2025.2.2 → islpy-2025.2.5}/isl/has_single_reference_templ.c +0 -0
  1038. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/.dockerignore +0 -0
  1039. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/.gitattributes +0 -0
  1040. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/.travis.yml +0 -0
  1041. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/ChangeLog +0 -0
  1042. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/LICENSE +0 -0
  1043. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/README.md +0 -0
  1044. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/contrib/Makefile.msvc +0 -0
  1045. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/contrib/README +0 -0
  1046. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/doc.md +0 -0
  1047. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/doc.md.in +0 -0
  1048. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/examples/basecvt.c +0 -0
  1049. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/examples/findprime.c +0 -0
  1050. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/examples/imcalc.c +0 -0
  1051. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/examples/input.c +0 -0
  1052. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/examples/pi.c +0 -0
  1053. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/examples/randprime.c +0 -0
  1054. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/examples/rounding.c +0 -0
  1055. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/examples/rsakey.c +0 -0
  1056. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/gmp_compat.c +0 -0
  1057. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/gmp_compat.h +0 -0
  1058. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/imath.c +0 -0
  1059. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/imath.h +0 -0
  1060. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/imdrover.c +0 -0
  1061. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/imdrover.h +0 -0
  1062. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/imrat.c +0 -0
  1063. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/imrat.h +0 -0
  1064. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/imtest.c +0 -0
  1065. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/imtimer.c +0 -0
  1066. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/iprime.c +0 -0
  1067. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/iprime.h +0 -0
  1068. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/rsamath.c +0 -0
  1069. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/rsamath.h +0 -0
  1070. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/tools/findthreshold.py +0 -0
  1071. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath/tools/mkdoc.py +0 -0
  1072. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath_wrap/gmp_compat.c +0 -0
  1073. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath_wrap/gmp_compat.h +0 -0
  1074. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath_wrap/imath.c +0 -0
  1075. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath_wrap/imath.h +0 -0
  1076. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath_wrap/imrat.c +0 -0
  1077. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath_wrap/imrat.h +0 -0
  1078. {islpy-2025.2.2 → islpy-2025.2.5}/isl/imath_wrap/wrap.h +0 -0
  1079. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/aff.h +0 -0
  1080. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/aff_type.h +0 -0
  1081. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/arg.h +0 -0
  1082. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/ast.h +0 -0
  1083. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/ast_build.h +0 -0
  1084. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/ast_type.h +0 -0
  1085. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/constraint.h +0 -0
  1086. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/cpp-checked-conversion.h +0 -0
  1087. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/ctx.h +0 -0
  1088. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/fixed_box.h +0 -0
  1089. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/flow.h +0 -0
  1090. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/hash.h +0 -0
  1091. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/hmap.h +0 -0
  1092. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/hmap_templ.c +0 -0
  1093. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/id.h +0 -0
  1094. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/id_to_ast_expr.h +0 -0
  1095. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/id_to_id.h +0 -0
  1096. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/id_to_pw_aff.h +0 -0
  1097. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/id_type.h +0 -0
  1098. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/ilp.h +0 -0
  1099. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/list.h +0 -0
  1100. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/local_space.h +0 -0
  1101. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/lp.h +0 -0
  1102. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/map.h +0 -0
  1103. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/map_to_basic_set.h +0 -0
  1104. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/map_type.h +0 -0
  1105. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/mat.h +0 -0
  1106. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/maybe.h +0 -0
  1107. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/maybe_ast_expr.h +0 -0
  1108. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/maybe_basic_set.h +0 -0
  1109. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/maybe_id.h +0 -0
  1110. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/maybe_pw_aff.h +0 -0
  1111. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/maybe_templ.h +0 -0
  1112. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/multi.h +0 -0
  1113. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/obj.h +0 -0
  1114. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/options.h +0 -0
  1115. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/point.h +0 -0
  1116. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/polynomial.h +0 -0
  1117. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/polynomial_type.h +0 -0
  1118. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/printer.h +0 -0
  1119. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/printer_type.h +0 -0
  1120. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/schedule.h +0 -0
  1121. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/schedule_node.h +0 -0
  1122. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/schedule_type.h +0 -0
  1123. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/set.h +0 -0
  1124. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/set_type.h +0 -0
  1125. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/space.h +0 -0
  1126. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/space_type.h +0 -0
  1127. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/stream.h +0 -0
  1128. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/stride_info.h +0 -0
  1129. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/union_map.h +0 -0
  1130. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/union_map_type.h +0 -0
  1131. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/union_set.h +0 -0
  1132. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/union_set_type.h +0 -0
  1133. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/val.h +0 -0
  1134. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/val_gmp.h +0 -0
  1135. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/val_type.h +0 -0
  1136. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/vec.h +0 -0
  1137. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/version.h +0 -0
  1138. {islpy-2025.2.2 → islpy-2025.2.5}/isl/include/isl/vertices.h +0 -0
  1139. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/Makefile.am +0 -0
  1140. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/configure.ac +0 -0
  1141. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/cpp.cc +0 -0
  1142. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/cpp.h +0 -0
  1143. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/cpp_conversion.cc +0 -0
  1144. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/cpp_conversion.h +0 -0
  1145. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/extract_interface.cc +0 -0
  1146. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/extract_interface.h +0 -0
  1147. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/generator.cc +0 -0
  1148. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/generator.h +0 -0
  1149. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/plain_cpp.cc +0 -0
  1150. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/plain_cpp.h +0 -0
  1151. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/python.cc +0 -0
  1152. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/python.h +0 -0
  1153. {islpy-2025.2.2 → islpy-2025.2.5}/isl/interface/set_lang_defaults_arg4.h +0 -0
  1154. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_aff.c +0 -0
  1155. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_aff_lex_templ.c +0 -0
  1156. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_aff_map.c +0 -0
  1157. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_aff_private.h +0 -0
  1158. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_affine_hull.c +0 -0
  1159. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_align_params_bin_templ.c +0 -0
  1160. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_align_params_templ.c +0 -0
  1161. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_arg.c +0 -0
  1162. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ast.c +0 -0
  1163. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ast_build.c +0 -0
  1164. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ast_build_expr.c +0 -0
  1165. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ast_build_expr.h +0 -0
  1166. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ast_build_private.h +0 -0
  1167. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ast_codegen.c +0 -0
  1168. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ast_graft.c +0 -0
  1169. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ast_graft_private.h +0 -0
  1170. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ast_node_set_field_templ.c +0 -0
  1171. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ast_private.h +0 -0
  1172. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_basis_reduction.h +0 -0
  1173. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_bernstein.c +0 -0
  1174. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_bernstein.h +0 -0
  1175. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_bind_domain_templ.c +0 -0
  1176. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_blk.c +0 -0
  1177. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_blk.h +0 -0
  1178. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_bound.c +0 -0
  1179. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_bound.h +0 -0
  1180. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_box.c +0 -0
  1181. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_check_named_params_templ.c +0 -0
  1182. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_coalesce.c +0 -0
  1183. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_config_post.h +0 -0
  1184. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_constraint.c +0 -0
  1185. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_constraint_private.h +0 -0
  1186. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_convex_hull.c +0 -0
  1187. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_copy_tuple_id_templ.c +0 -0
  1188. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ctx.c +0 -0
  1189. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ctx_private.h +0 -0
  1190. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_deprecated.c +0 -0
  1191. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_dim_map.c +0 -0
  1192. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_dim_map.h +0 -0
  1193. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_domain_factor_templ.c +0 -0
  1194. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_drop_unused_params_templ.c +0 -0
  1195. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_equalities.c +0 -0
  1196. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_equalities.h +0 -0
  1197. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_factorization.c +0 -0
  1198. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_factorization.h +0 -0
  1199. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_farkas.c +0 -0
  1200. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ffs.c +0 -0
  1201. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_flow.c +0 -0
  1202. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_fold.c +0 -0
  1203. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_from_range_templ.c +0 -0
  1204. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_gmp.c +0 -0
  1205. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_hash.c +0 -0
  1206. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_hash_private.h +0 -0
  1207. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_id.c +0 -0
  1208. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_id_private.h +0 -0
  1209. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_id_to_ast_expr.c +0 -0
  1210. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_id_to_id.c +0 -0
  1211. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_id_to_pw_aff.c +0 -0
  1212. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ilp.c +0 -0
  1213. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ilp_opt_fn_val_templ.c +0 -0
  1214. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ilp_opt_multi_val_templ.c +0 -0
  1215. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ilp_opt_val_templ.c +0 -0
  1216. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_ilp_private.h +0 -0
  1217. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_imath.c +0 -0
  1218. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_imath.h +0 -0
  1219. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_input.c +0 -0
  1220. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_insert_domain_templ.c +0 -0
  1221. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_int.h +0 -0
  1222. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_int_gmp.h +0 -0
  1223. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_int_imath.h +0 -0
  1224. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_int_sioimath.c +0 -0
  1225. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_int_sioimath.h +0 -0
  1226. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_list_macro.h +0 -0
  1227. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_list_private.h +0 -0
  1228. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_list_read_templ.c +0 -0
  1229. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_list_read_yaml_templ.c +0 -0
  1230. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_list_templ.c +0 -0
  1231. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_list_templ.h +0 -0
  1232. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_local.c +0 -0
  1233. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_local.h +0 -0
  1234. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_local_private.h +0 -0
  1235. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_local_space.c +0 -0
  1236. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_local_space_private.h +0 -0
  1237. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_lp.c +0 -0
  1238. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_lp_private.h +0 -0
  1239. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_map.c +0 -0
  1240. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_map_bound_templ.c +0 -0
  1241. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_map_lexopt_templ.c +0 -0
  1242. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_map_list.c +0 -0
  1243. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_map_private.h +0 -0
  1244. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_map_simplify.c +0 -0
  1245. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_map_subtract.c +0 -0
  1246. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_map_to_basic_set.c +0 -0
  1247. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_mat.c +0 -0
  1248. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_mat_private.h +0 -0
  1249. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_maybe_aff.h +0 -0
  1250. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_maybe_ast_graft_list.h +0 -0
  1251. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_maybe_map.h +0 -0
  1252. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_morph.c +0 -0
  1253. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_morph.h +0 -0
  1254. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_add_constant_templ.c +0 -0
  1255. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_align_set.c +0 -0
  1256. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_align_union_set.c +0 -0
  1257. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_apply_explicit_domain_templ.c +0 -0
  1258. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_apply_no_explicit_domain_templ.c +0 -0
  1259. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_apply_set_explicit_domain_templ.c +0 -0
  1260. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_apply_set_no_explicit_domain_templ.c +0 -0
  1261. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_apply_templ.c +0 -0
  1262. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_apply_union_set_explicit_domain_templ.c +0 -0
  1263. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_arith_templ.c +0 -0
  1264. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_bin_val_templ.c +0 -0
  1265. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_bind_domain_templ.c +0 -0
  1266. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_bind_templ.c +0 -0
  1267. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_check_domain_templ.c +0 -0
  1268. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_cmp.c +0 -0
  1269. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_coalesce.c +0 -0
  1270. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_dim_id_templ.c +0 -0
  1271. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_dims.c +0 -0
  1272. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_domain_reverse_templ.c +0 -0
  1273. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_domain_templ.c +0 -0
  1274. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_explicit_domain.c +0 -0
  1275. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_floor.c +0 -0
  1276. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_from_base_templ.c +0 -0
  1277. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_from_tuple_templ.c +0 -0
  1278. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_gist.c +0 -0
  1279. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_hash.c +0 -0
  1280. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_identity_templ.c +0 -0
  1281. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_insert_domain_templ.c +0 -0
  1282. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_intersect.c +0 -0
  1283. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_locals_templ.c +0 -0
  1284. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_macro.h +0 -0
  1285. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_min_max_templ.c +0 -0
  1286. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_move_dims_templ.c +0 -0
  1287. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_nan_templ.c +0 -0
  1288. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_no_domain_templ.c +0 -0
  1289. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_no_explicit_domain.c +0 -0
  1290. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_param_templ.c +0 -0
  1291. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_product_templ.c +0 -0
  1292. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_pw_aff_explicit_domain.c +0 -0
  1293. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_pw_aff_pullback_templ.c +0 -0
  1294. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_read_no_explicit_domain_templ.c +0 -0
  1295. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_splice_templ.c +0 -0
  1296. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_templ.c +0 -0
  1297. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_templ.h +0 -0
  1298. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_tuple_id_templ.c +0 -0
  1299. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_un_op_templ.c +0 -0
  1300. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_unbind_params_templ.c +0 -0
  1301. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_union_add_templ.c +0 -0
  1302. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_union_pw_aff_explicit_domain.c +0 -0
  1303. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_zero_space_templ.c +0 -0
  1304. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_multi_zero_templ.c +0 -0
  1305. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_obj.c +0 -0
  1306. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_opt_mpa_templ.c +0 -0
  1307. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_options.c +0 -0
  1308. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_options_private.h +0 -0
  1309. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_output.c +0 -0
  1310. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_output_private.h +0 -0
  1311. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_point.c +0 -0
  1312. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_point_private.h +0 -0
  1313. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_polynomial.c +0 -0
  1314. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_polynomial_private.h +0 -0
  1315. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_power_templ.c +0 -0
  1316. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_printer.c +0 -0
  1317. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_printer_private.h +0 -0
  1318. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_project_out_all_params_templ.c +0 -0
  1319. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_project_out_param_templ.c +0 -0
  1320. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_add_constant_multi_val_templ.c +0 -0
  1321. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_add_constant_templ.c +0 -0
  1322. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_add_constant_val_templ.c +0 -0
  1323. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_add_disjoint_templ.c +0 -0
  1324. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_bind_domain_templ.c +0 -0
  1325. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_domain_reverse_templ.c +0 -0
  1326. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_eval.c +0 -0
  1327. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_fix_templ.c +0 -0
  1328. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_from_range_templ.c +0 -0
  1329. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_hash.c +0 -0
  1330. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_insert_dims_templ.c +0 -0
  1331. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_insert_domain_templ.c +0 -0
  1332. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_lift_templ.c +0 -0
  1333. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_locals_templ.c +0 -0
  1334. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_macro.h +0 -0
  1335. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_morph_templ.c +0 -0
  1336. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_move_dims_templ.c +0 -0
  1337. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_neg_templ.c +0 -0
  1338. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_opt_templ.c +0 -0
  1339. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_print_templ.c +0 -0
  1340. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_pullback_templ.c +0 -0
  1341. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_range_tuple_id_templ.c +0 -0
  1342. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_scale_templ.c +0 -0
  1343. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_split_dims_templ.c +0 -0
  1344. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_sub_templ.c +0 -0
  1345. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_templ.c +0 -0
  1346. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_templ.h +0 -0
  1347. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_un_op_templ.c +0 -0
  1348. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_pw_union_opt.c +0 -0
  1349. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_range.c +0 -0
  1350. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_range.h +0 -0
  1351. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_read_from_str_templ.c +0 -0
  1352. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_reordering.c +0 -0
  1353. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_reordering.h +0 -0
  1354. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_sample.c +0 -0
  1355. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_sample.h +0 -0
  1356. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_scan.c +0 -0
  1357. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_scan.h +0 -0
  1358. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_schedule.c +0 -0
  1359. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_schedule_band.c +0 -0
  1360. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_schedule_band.h +0 -0
  1361. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_schedule_constraints.c +0 -0
  1362. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_schedule_constraints.h +0 -0
  1363. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_schedule_node.c +0 -0
  1364. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_schedule_node_private.h +0 -0
  1365. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_schedule_private.h +0 -0
  1366. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_schedule_read.c +0 -0
  1367. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_schedule_tree.c +0 -0
  1368. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_schedule_tree.h +0 -0
  1369. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_scheduler.c +0 -0
  1370. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_scheduler.h +0 -0
  1371. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_scheduler_clustering.c +0 -0
  1372. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_scheduler_clustering.h +0 -0
  1373. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_scheduler_scc.c +0 -0
  1374. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_scheduler_scc.h +0 -0
  1375. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_seq.c +0 -0
  1376. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_seq.h +0 -0
  1377. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_set_list.c +0 -0
  1378. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_set_to_ast_graft_list.c +0 -0
  1379. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_set_to_ast_graft_list.h +0 -0
  1380. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_sort.c +0 -0
  1381. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_sort.h +0 -0
  1382. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_space.c +0 -0
  1383. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_space_private.h +0 -0
  1384. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_srcdir.c.in +0 -0
  1385. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_stream.c +0 -0
  1386. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_stream_private.h +0 -0
  1387. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_stream_read_pw_with_params_templ.c +0 -0
  1388. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_stream_read_with_params_templ.c +0 -0
  1389. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_stride.c +0 -0
  1390. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_tab.c +0 -0
  1391. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_tab.h +0 -0
  1392. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_tab_lexopt_templ.c +0 -0
  1393. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_tab_pip.c +0 -0
  1394. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_tarjan.c +0 -0
  1395. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_tarjan.h +0 -0
  1396. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test.c +0 -0
  1397. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test2.cc +0 -0
  1398. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_cpp-checked-conversion.cc +0 -0
  1399. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_cpp-checked.cc +0 -0
  1400. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_cpp-generic.cc +0 -0
  1401. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_cpp.cc +0 -0
  1402. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_cpp17-checked.cc +0 -0
  1403. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_cpp17-generic.cc +0 -0
  1404. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_cpp17.cc +0 -0
  1405. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_cpp_failed.sh +0 -0
  1406. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_imath.c +0 -0
  1407. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_int.c +0 -0
  1408. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_list_templ.c +0 -0
  1409. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_plain_equal_templ.c +0 -0
  1410. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_test_python.py +0 -0
  1411. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_transitive_closure.c +0 -0
  1412. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_type_check_equal_space_templ.c +0 -0
  1413. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_type_check_match_range_multi_val.c +0 -0
  1414. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_type_has_equal_space_bin_templ.c +0 -0
  1415. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_type_has_equal_space_templ.c +0 -0
  1416. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_type_has_space_templ.c +0 -0
  1417. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_unbind_params_templ.c +0 -0
  1418. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_domain_reverse_templ.c +0 -0
  1419. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_eval.c +0 -0
  1420. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_locals_templ.c +0 -0
  1421. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_macro.h +0 -0
  1422. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_map.c +0 -0
  1423. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_map_lex_templ.c +0 -0
  1424. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_map_private.h +0 -0
  1425. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_multi.c +0 -0
  1426. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_neg.c +0 -0
  1427. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_print_templ.c +0 -0
  1428. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_pw_templ.c +0 -0
  1429. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_set_private.h +0 -0
  1430. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_single.c +0 -0
  1431. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_sub_templ.c +0 -0
  1432. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_union_templ.c +0 -0
  1433. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_val.c +0 -0
  1434. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_val_gmp.c +0 -0
  1435. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_val_imath.c +0 -0
  1436. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_val_private.h +0 -0
  1437. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_val_sioimath.c +0 -0
  1438. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_vec.c +0 -0
  1439. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_vec_private.h +0 -0
  1440. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_version.c +0 -0
  1441. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_vertices.c +0 -0
  1442. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_vertices_private.h +0 -0
  1443. {islpy-2025.2.2 → islpy-2025.2.5}/isl/isl_yaml.h +0 -0
  1444. {islpy-2025.2.2 → islpy-2025.2.5}/isl/libisl-gdb.py +0 -0
  1445. {islpy-2025.2.2 → islpy-2025.2.5}/isl/mp_get_memory_functions.c +0 -0
  1446. {islpy-2025.2.2 → islpy-2025.2.5}/isl/opt_type.h +0 -0
  1447. {islpy-2025.2.2 → islpy-2025.2.5}/isl/pip.c +0 -0
  1448. {islpy-2025.2.2 → islpy-2025.2.5}/isl/pip_test.sh.in +0 -0
  1449. {islpy-2025.2.2 → islpy-2025.2.5}/isl/polyhedron_detect_equalities.c +0 -0
  1450. {islpy-2025.2.2 → islpy-2025.2.5}/isl/polyhedron_minimize.c +0 -0
  1451. {islpy-2025.2.2 → islpy-2025.2.5}/isl/polyhedron_remove_redundant_equalities.c +0 -0
  1452. {islpy-2025.2.2 → islpy-2025.2.5}/isl/polyhedron_sample.c +0 -0
  1453. {islpy-2025.2.2 → islpy-2025.2.5}/isl/polytope_scan.c +0 -0
  1454. {islpy-2025.2.2 → islpy-2025.2.5}/isl/print.c +0 -0
  1455. {islpy-2025.2.2 → islpy-2025.2.5}/isl/print_templ.c +0 -0
  1456. {islpy-2025.2.2 → islpy-2025.2.5}/isl/print_templ_yaml.c +0 -0
  1457. {islpy-2025.2.2 → islpy-2025.2.5}/isl/print_yaml_field_templ.c +0 -0
  1458. {islpy-2025.2.2 → islpy-2025.2.5}/isl/python/isl.py.top +0 -0
  1459. {islpy-2025.2.2 → islpy-2025.2.5}/isl/read_in_string_templ.c +0 -0
  1460. {islpy-2025.2.2 → islpy-2025.2.5}/isl/schedule.c +0 -0
  1461. {islpy-2025.2.2 → islpy-2025.2.5}/isl/schedule_cmp.c +0 -0
  1462. {islpy-2025.2.2 → islpy-2025.2.5}/isl/schedule_test.sh.in +0 -0
  1463. {islpy-2025.2.2 → islpy-2025.2.5}/isl/set_from_map.c +0 -0
  1464. {islpy-2025.2.2 → islpy-2025.2.5}/isl/set_list_from_map_list_inl.c +0 -0
  1465. {islpy-2025.2.2 → islpy-2025.2.5}/isl/set_to_map.c +0 -0
  1466. {islpy-2025.2.2 → islpy-2025.2.5}/isl/uset_from_umap.c +0 -0
  1467. {islpy-2025.2.2 → islpy-2025.2.5}/isl/uset_to_umap.c +0 -0
  1468. /islpy-2025.2.2/isl/test_inputs/codegen/cloog/multi-stride.c → /islpy-2025.2.5/isl-supplementary/gitversion.h +0 -0
  1469. {islpy-2025.2.2 → islpy-2025.2.5}/islpy/py.typed +0 -0
  1470. {islpy-2025.2.2 → islpy-2025.2.5}/islpy/version.py +0 -0
  1471. {islpy-2025.2.2 → islpy-2025.2.5}/src/wrapper/wrap_helpers.hpp +0 -0
  1472. {islpy-2025.2.2 → islpy-2025.2.5}/src/wrapper/wrap_isl.cpp +0 -0
  1473. {islpy-2025.2.2 → islpy-2025.2.5}/src/wrapper/wrap_isl.hpp +0 -0
  1474. {islpy-2025.2.2 → islpy-2025.2.5}/src/wrapper/wrap_isl_part1.cpp +0 -0
  1475. {islpy-2025.2.2 → islpy-2025.2.5}/src/wrapper/wrap_isl_part2.cpp +0 -0
  1476. {islpy-2025.2.2 → islpy-2025.2.5}/src/wrapper/wrap_isl_part3.cpp +0 -0
  1477. {islpy-2025.2.2 → islpy-2025.2.5}/stubgen/stubgen.py +0 -0
  1478. {islpy-2025.2.2 → 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.2
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
@@ -137,6 +137,7 @@ Output
137
137
  Helper functions
138
138
  ^^^^^^^^^^^^^^^^
139
139
  .. autoclass:: AlignableT
140
+ .. autoclass:: AlignableT2
140
141
 
141
142
  .. autofunction:: align_spaces
142
143
  .. autofunction:: align_two
@@ -192,4 +193,9 @@ Canonical Names for Internal Module
192
193
 
193
194
  A type variable with an upper bound of :class:`islpy.BasicSet` | :class:`islpy.BasicMap`.
194
195
 
196
+ .. class:: SetOrMapT
197
+
198
+ A type variable with comprising :class:`islpy.BasicSet` | :class:`islpy.Set` |
199
+ :class:`islpy.BasicMap` | :class:`islpy.Map`.
200
+
195
201
  .. vim: sw=4
@@ -0,0 +1 @@
1
+ #include <stdint.h>
@@ -0,0 +1,9 @@
1
+ #define HAVE_DECL_MP_GET_MEMORY_FUNCTIONS 1
2
+ #define WARN_UNUSED /* nothing */
3
+ #ifdef __GNUC__
4
+ #define HAVE_DECL___BUILTIN_FFS 1
5
+ #else
6
+ #define HAVE_DECL_FFS 1
7
+ #endif
8
+
9
+ #include <isl_config_post.h>
@@ -135,6 +135,7 @@ Alignable: TypeAlias = (
135
135
  | Aff | PwAff
136
136
  )
137
137
  AlignableT = TypeVar("AlignableT", bound=Alignable)
138
+ AlignableT2 = TypeVar("AlignableT2", bound=Alignable)
138
139
 
139
140
  # }}}
140
141
 
@@ -151,11 +152,21 @@ def _get_default_context() -> Context:
151
152
 
152
153
  def _set_dim_id(obj: AlignableT, dt: dim_type, idx: int, id: Id) -> AlignableT:
153
154
  if isinstance(obj, BasicSet):
154
- p, = obj.to_set().set_dim_id(dt, idx, id).get_basic_sets()
155
- return cast("AlignableT", p)
155
+ s = obj.to_set().set_dim_id(dt, idx, id)
156
+ basicsets = s.get_basic_sets()
157
+ if not basicsets:
158
+ result = BasicSet.empty(s.space)
159
+ else:
160
+ result, = basicsets
161
+ return cast("AlignableT", result)
156
162
  elif isinstance(obj, BasicMap):
157
- p, = obj.to_map().set_dim_id(dt, idx, id).get_basic_maps()
158
- return cast("AlignableT", p)
163
+ m = obj.to_map().set_dim_id(dt, idx, id)
164
+ basicmaps = m.get_basic_maps()
165
+ if not basicmaps:
166
+ result = BasicMap.empty(m.space)
167
+ else:
168
+ result, = basicmaps
169
+ return cast("AlignableT", result)
159
170
 
160
171
  return cast("AlignableT", obj.set_dim_id(dt, idx, id))
161
172
 
@@ -304,8 +315,8 @@ def align_spaces(
304
315
 
305
316
  def align_two(
306
317
  obj1: AlignableT,
307
- obj2: AlignableT,
308
- ) -> tuple[AlignableT, AlignableT]:
318
+ obj2: AlignableT2,
319
+ ) -> tuple[AlignableT, AlignableT2]:
309
320
  """Align the spaces of two objects, potentially modifying both of them.
310
321
 
311
322
  See also :func:`align_spaces`.
@@ -5,7 +5,6 @@ from functools import update_wrapper
5
5
  from sys import intern
6
6
  from typing import (
7
7
  TYPE_CHECKING,
8
- Any,
9
8
  ClassVar,
10
9
  Concatenate,
11
10
  Literal,
@@ -43,6 +42,10 @@ _CHECK_DIM_TYPES: tuple[_isl.dim_type, ...] = (
43
42
 
44
43
  # {{{ typing helpers
45
44
 
45
+ T = TypeVar("T")
46
+ P = ParamSpec("P")
47
+ ResultT = TypeVar("ResultT")
48
+
46
49
  SelfT = TypeVar("SelfT")
47
50
 
48
51
  BasicT = TypeVar("BasicT", _isl.BasicSet, _isl.BasicMap)
@@ -54,36 +57,28 @@ ExprLikeT = TypeVar("ExprLikeT", _isl.Aff, _isl.PwAff,
54
57
  _isl.QPolynomial, _isl.PwQPolynomial
55
58
  )
56
59
  SetLikeT = TypeVar("SetLikeT", bound=_isl.BasicSet | _isl.Set)
60
+
61
+ SetOrBasic: TypeAlias = _isl.BasicSet | _isl.Set
62
+ SetOrBasicT = TypeVar("SetOrBasicT", bound=SetOrBasic)
63
+
64
+ MapOrBasic: TypeAlias = _isl.BasicMap | _isl.Map
65
+ MapOrBasicT = TypeVar("MapOrBasicT", bound=MapOrBasic)
66
+
57
67
  SetOrMap: TypeAlias = _isl.BasicSet | _isl.Set | _isl.BasicMap | _isl.Map
58
- SetOrMapT = TypeVar("SetOrMapT", bound=SetOrMap)
68
+ SetOrMapT = TypeVar("SetOrMapT", _isl.BasicSet, _isl.Set, _isl.BasicMap, _isl.Map)
59
69
 
60
70
  HasSpace: TypeAlias = (
61
71
  _isl.Space
62
- | _isl.Aff
63
- | _isl.BasicMap
64
- | _isl.BasicSet
65
72
  | _isl.Constraint
66
73
  | _isl.LocalSpace
67
- | _isl.Map
74
+ | _isl.Aff
68
75
  | _isl.MultiAff
69
- | _isl.MultiId
70
- | _isl.MultiPwAff
71
- | _isl.MultiUnionPwAff
72
- | _isl.MultiVal
73
- | _isl.Point
74
76
  | _isl.PwAff
75
77
  | _isl.PwMultiAff
76
- | _isl.PwQPolynomial
77
- | _isl.PwQPolynomialFold
78
- | _isl.QPolynomial
79
- | _isl.QPolynomialFold
78
+ | _isl.BasicMap
79
+ | _isl.BasicSet
80
80
  | _isl.Set
81
- | _isl.UnionMap
82
- | _isl.UnionPwAff
83
- | _isl.UnionPwMultiAff
84
- | _isl.UnionPwQPolynomial
85
- | _isl.UnionPwQPolynomialFold
86
- | _isl.UnionSet
81
+ | _isl.Map
87
82
  )
88
83
 
89
84
 
@@ -101,34 +96,30 @@ class IslObject(Protocol):
101
96
 
102
97
  # {{{ copied verbatim from pytools to avoid numpy/pytools dependency
103
98
 
104
- F = TypeVar("F", bound=Callable[..., Any])
105
-
106
-
107
99
  class _HasKwargs:
108
100
  pass
109
101
 
110
102
 
111
- def _memoize_on_first_arg(function: F, cache_dict_name: str | None = None) -> F:
103
+ def _memoize_on_first_arg(
104
+ function: Callable[Concatenate[T, P], ResultT], *,
105
+ cache_dict_name: str | None = None) -> Callable[Concatenate[T, P], ResultT]:
112
106
  """Like :func:`memoize_method`, but for functions that take the object
113
107
  in which do memoization information is stored as first argument.
114
108
 
115
109
  Supports cache deletion via ``function_name.clear_cache(self)``.
116
110
  """
117
- from sys import intern
118
111
 
119
112
  if cache_dict_name is None:
120
113
  cache_dict_name = intern(
121
114
  f"_memoize_dic_{function.__module__}{function.__name__}"
122
115
  )
123
116
 
124
- def wrapper(obj, *args, **kwargs):
125
- if kwargs:
126
- key = (_HasKwargs, frozenset(kwargs.items()), *args)
127
- else:
128
- key = args
117
+ def wrapper(obj: T, *args: P.args, **kwargs: P.kwargs) -> ResultT:
118
+ key = (_HasKwargs, frozenset(kwargs.items()), *args) if kwargs else args
129
119
 
120
+ assert cache_dict_name is not None
130
121
  try:
131
- return getattr(obj, cache_dict_name)[key]
122
+ return cast("ResultT", getattr(obj, cache_dict_name)[key])
132
123
  except AttributeError:
133
124
  attribute_error = True
134
125
  except KeyError:
@@ -138,11 +129,10 @@ def _memoize_on_first_arg(function: F, cache_dict_name: str | None = None) -> F:
138
129
  if attribute_error:
139
130
  object.__setattr__(obj, cache_dict_name, {key: result})
140
131
  return result
141
- else:
142
- getattr(obj, cache_dict_name)[key] = result
143
- return result
132
+ getattr(obj, cache_dict_name)[key] = result
133
+ return result
144
134
 
145
- def clear_cache(obj):
135
+ def clear_cache(obj: object):
146
136
  object.__delattr__(obj, cache_dict_name)
147
137
 
148
138
  from functools import update_wrapper
@@ -152,7 +142,8 @@ def _memoize_on_first_arg(function: F, cache_dict_name: str | None = None) -> F:
152
142
  # into the function's dict is moderately sketchy.
153
143
  new_wrapper.clear_cache = clear_cache # type: ignore[attr-defined]
154
144
 
155
- return cast("F", new_wrapper)
145
+ return new_wrapper
146
+
156
147
 
157
148
  # }}}
158
149
 
@@ -190,7 +181,7 @@ def context_ne(self: object, other: object) -> bool:
190
181
  return not self.__eq__(other)
191
182
 
192
183
 
193
- def generic_reduce(self: IslObject):
184
+ def generic_reduce(self: HasSpace):
194
185
  ctx = self.get_ctx()
195
186
  prn = _isl.Printer.to_str(ctx)
196
187
  prn = getattr(prn, f"print_{self._base_name}")(self)
@@ -331,21 +322,100 @@ def space_create_from_names(
331
322
  return result
332
323
 
333
324
 
334
- def obj_or(self: SetOrMapT, other: object) -> SetOrMapT:
325
+ def set_or(
326
+ self: _isl.Set,
327
+ other: _isl.Set | _isl.BasicSet,
328
+ ) -> _isl.Set:
329
+ try:
330
+ return self.union(other)
331
+ except TypeError:
332
+ return NotImplemented
333
+
334
+
335
+ def bset_and(
336
+ self: _isl.BasicSet,
337
+ other: SetOrBasicT,
338
+ ) -> SetOrBasicT:
339
+ if isinstance(other, _isl.Set):
340
+ try:
341
+ return self.to_set().intersect(other)
342
+ except TypeError:
343
+ return NotImplemented
344
+ else:
345
+ try:
346
+ return self.intersect(other)
347
+ except TypeError:
348
+ return NotImplemented
349
+
350
+
351
+ def set_and(
352
+ self: _isl.Set,
353
+ other: _isl.Set | _isl.BasicSet,
354
+ ) -> _isl.Set:
355
+ if isinstance(self, _isl.BasicSet):
356
+ self = self.to_set()
357
+ try:
358
+ return self.intersect(other)
359
+ except TypeError:
360
+ return NotImplemented
361
+
362
+
363
+ def set_sub(
364
+ self: _isl.Set | _isl.BasicSet,
365
+ other: _isl.Set | _isl.BasicSet,
366
+ ) -> _isl.Set:
367
+ if isinstance(self, _isl.BasicSet):
368
+ self = self.to_set()
369
+ try:
370
+ return self.subtract(other)
371
+ except TypeError:
372
+ return NotImplemented
373
+
374
+
375
+ def map_or(
376
+ self: _isl.Map | _isl.BasicMap,
377
+ other: _isl.Map | _isl.BasicMap,
378
+ ) -> _isl.Map:
379
+ if isinstance(self, _isl.BasicMap):
380
+ self = self.to_map()
335
381
  try:
336
382
  return self.union(other)
337
383
  except TypeError:
338
384
  return NotImplemented
339
385
 
340
386
 
341
- def obj_and(self: SetOrMapT, other: object) -> SetOrMapT:
387
+ def bmap_and(
388
+ self: _isl.BasicMap,
389
+ other: MapOrBasicT,
390
+ ) -> MapOrBasicT:
391
+ if isinstance(other, _isl.Map):
392
+ try:
393
+ return self.to_map().intersect(other)
394
+ except TypeError:
395
+ return NotImplemented
396
+ else:
397
+ try:
398
+ return self.intersect(other)
399
+ except TypeError:
400
+ return NotImplemented
401
+
402
+
403
+ def map_and(
404
+ self: _isl.Map,
405
+ other: _isl.Map | _isl.BasicMap,
406
+ ) -> _isl.Map:
342
407
  try:
343
408
  return self.intersect(other)
344
409
  except TypeError:
345
410
  return NotImplemented
346
411
 
347
412
 
348
- def obj_sub(self: SetOrMapT, other: object) -> SetOrMapT:
413
+ def map_sub(
414
+ self: _isl.Map | _isl.BasicMap,
415
+ other: _isl.Map | _isl.BasicMap,
416
+ ) -> _isl.Map:
417
+ if isinstance(self, _isl.BasicMap):
418
+ self = self.to_map()
349
419
  try:
350
420
  return self.subtract(other)
351
421
  except TypeError:
@@ -538,16 +608,42 @@ def obj_get_var_dict(
538
608
  def obj_get_var_ids(
539
609
  self: HasSpace,
540
610
  dimtype: _isl.dim_type
541
- ) -> Sequence[str]:
611
+ ) -> Sequence[str | None]:
542
612
  """Return a list of :class:`Id` instances for :class:`dim_type` *dimtype*."""
543
- return [self.get_dim_name(dimtype, i) for i in range(self.dim(dimtype))]
613
+ return [
614
+ self.get_dim_name(dimtype, i)
615
+ for i in range(self.dim(dimtype))]
616
+
617
+
618
+ @_memoize_on_first_arg
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
544
636
 
545
637
 
546
638
  @_memoize_on_first_arg
547
- def obj_get_var_names(self: HasSpace, dimtype: _isl.dim_type) -> Sequence[str]:
548
- """Return a list of dim names (in order) for :class:`dim_type` *dimtype*."""
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
+ """
549
645
  return [self.get_dim_name(dimtype, i)
550
- for i in range(self.dim(dimtype))]
646
+ for i in range(self.dim(dimtype))]
551
647
 
552
648
 
553
649
  def pwaff_get_pieces(self: _isl.PwAff | _isl.Aff) -> list[tuple[_isl.Set, _isl.Aff]]:
@@ -585,7 +681,7 @@ def pw_get_aggregate_domain(self: _isl.PwAff | _isl.PwQPolynomial) -> _isl.Set:
585
681
 
586
682
  result = _isl.Set.empty(self.get_domain_space())
587
683
  for dom, _ in self.get_pieces():
588
- result = result.union(cast("_isl.Set", dom))
684
+ result = result.union(dom)
589
685
 
590
686
  return result
591
687
 
@@ -657,7 +753,7 @@ def expr_like_add(self: ExprLikeT, other: ExprLikeT | int | _isl.Val) -> ExprLik
657
753
  return NotImplemented
658
754
 
659
755
 
660
- def expr_like_sub(self: ExprLikeT, other: ExprLikeT | int | _isl.Val):
756
+ def expr_like_sub(self: ExprLikeT, other: ExprLikeT | int | _isl.Val) -> ExprLikeT:
661
757
  if not isinstance(other, ExprLike):
662
758
  other = _number_to_expr_like(self, other)
663
759
 
@@ -727,29 +823,45 @@ for cls in ALL_CLASSES:
727
823
  cls.__ne__ = obj_ne
728
824
 
729
825
 
730
- def obj_lt(self: SetOrMapT, other: SetOrMapT) -> bool:
826
+ def set_lt(self: _isl.BasicSet | _isl.Set, other: _isl.BasicSet | _isl.Set) -> bool:
731
827
  return self.is_strict_subset(other)
732
828
 
733
829
 
734
- def obj_le(self: SetOrMapT, other: SetOrMapT) -> bool:
830
+ def set_le(self: _isl.BasicSet | _isl.Set, other: _isl.BasicSet | _isl.Set) -> bool:
735
831
  return self.is_subset(other)
736
832
 
737
833
 
738
- def obj_gt(self: SetOrMapT, other: SetOrMapT) -> bool:
834
+ def set_gt(self: _isl.BasicSet | _isl.Set, other: _isl.BasicSet | _isl.Set) -> bool:
739
835
  return other.is_strict_subset(self)
740
836
 
741
837
 
742
- def obj_ge(self: SetOrMapT, other: SetOrMapT) -> bool:
838
+ def set_ge(self: _isl.BasicSet | _isl.Set, other: _isl.BasicSet | _isl.Set) -> bool:
839
+ return other.is_subset(self)
840
+
841
+
842
+ def map_lt(self: _isl.BasicMap | _isl.Map, other: _isl.BasicMap | _isl.Map) -> bool:
843
+ return self.is_strict_subset(other)
844
+
845
+
846
+ def map_le(self: _isl.BasicMap | _isl.Map, other: _isl.BasicMap | _isl.Map) -> bool:
847
+ return self.is_subset(other)
848
+
849
+
850
+ def map_gt(self: _isl.BasicMap | _isl.Map, other: _isl.BasicMap | _isl.Map) -> bool:
851
+ return other.is_strict_subset(self)
852
+
853
+
854
+ def map_ge(self: _isl.BasicMap | _isl.Map, other: _isl.BasicMap | _isl.Map) -> bool:
743
855
  return other.is_subset(self)
744
856
 
745
857
 
746
858
  # {{{ project_out_except
747
859
 
748
860
  def obj_project_out_except(
749
- obj: SetLikeT,
861
+ obj: SetOrMapT,
750
862
  names: Collection[str],
751
863
  types: Collection[_isl.dim_type]
752
- ) -> SetLikeT:
864
+ ) -> SetOrMapT:
753
865
  """
754
866
  :param types: list of :class:`dim_type` determining
755
867
  the types of axes to project out
@@ -786,10 +898,10 @@ def obj_project_out_except(
786
898
  # {{{ eliminate_except
787
899
 
788
900
  def obj_eliminate_except(
789
- obj: SetLikeT,
901
+ obj: SetOrMapT,
790
902
  names: Collection[str],
791
903
  types: Collection[_isl.dim_type]
792
- ) -> SetLikeT:
904
+ ) -> SetOrMapT:
793
905
  """
794
906
  :param types: list of :class:`dim_type` determining
795
907
  the types of axes to eliminate
@@ -871,12 +983,23 @@ def _add_functionality() -> None:
871
983
 
872
984
  # {{{ Python set-like behavior
873
985
 
874
- for cls in [_isl.BasicSet, _isl.BasicMap, _isl.Set, _isl.Map]:
875
- cls.__or__ = obj_or
876
- cls.__ror__ = obj_or
877
- cls.__and__ = obj_and
878
- cls.__rand__ = obj_and
879
- cls.__sub__ = obj_sub
986
+ _isl.BasicSet.__and__ = bset_and
987
+ _isl.BasicSet.__rand__ = bset_and
988
+ _isl.Set.__and__ = set_and
989
+ _isl.Set.__rand__ = set_and
990
+ for cls in [_isl.BasicSet, _isl.Set]:
991
+ cls.__or__ = set_or
992
+ cls.__ror__ = set_or
993
+ cls.__sub__ = set_sub
994
+
995
+ _isl.BasicMap.__and__ = bmap_and
996
+ _isl.BasicMap.__rand__ = bmap_and
997
+ _isl.Map.__and__ = map_and
998
+ _isl.Map.__rand__ = map_and
999
+ for cls in [_isl.BasicMap, _isl.Map]:
1000
+ cls.__or__ = map_or
1001
+ cls.__ror__ = map_or
1002
+ cls.__sub__ = map_sub
880
1003
 
881
1004
  # }}}
882
1005
 
@@ -938,6 +1061,7 @@ for cls in ALL_CLASSES:
938
1061
  cls.get_var_dict = obj_get_var_dict
939
1062
  cls.get_var_ids = obj_get_var_ids
940
1063
  cls.get_var_names = obj_get_var_names
1064
+ cls.get_var_names_not_none = obj_get_var_names_not_none
941
1065
 
942
1066
  # }}}
943
1067
 
@@ -1005,11 +1129,17 @@ for cls in ALL_CLASSES:
1005
1129
 
1006
1130
  # {{{ rich comparisons
1007
1131
 
1008
- for cls in [_isl.BasicSet, _isl.BasicMap, _isl.Set, _isl.Map]:
1009
- cls.__lt__ = obj_lt
1010
- cls.__le__ = obj_le
1011
- cls.__gt__ = obj_gt
1012
- cls.__ge__ = obj_ge
1132
+ for cls in [_isl.BasicSet, _isl.Set]:
1133
+ cls.__lt__ = set_lt
1134
+ cls.__le__ = set_le
1135
+ cls.__gt__ = set_gt
1136
+ cls.__ge__ = set_ge
1137
+
1138
+ for cls in [_isl.BasicMap, _isl.Map]:
1139
+ cls.__lt__ = map_lt
1140
+ cls.__le__ = map_le
1141
+ cls.__gt__ = map_gt
1142
+ cls.__ge__ = map_ge
1013
1143
 
1014
1144
  # }}}
1015
1145
 
@@ -1024,10 +1154,6 @@ for cls in ALL_CLASSES:
1024
1154
  _add_functionality()
1025
1155
 
1026
1156
 
1027
- P = ParamSpec("P")
1028
- ResultT = TypeVar("ResultT")
1029
-
1030
-
1031
1157
  _DOWNCAST_RE = re.compile(
1032
1158
  r"Downcast from :class:`([A-Za-z]+)` to :class:`([A-Za-z]+)`.")
1033
1159
 
@@ -11,7 +11,7 @@ requires = [
11
11
 
12
12
  [project]
13
13
  name = "islpy"
14
- version = "2025.2.2"
14
+ version = "2025.2.5"
15
15
  description = "Wrapper around isl, an integer set library"
16
16
  readme = "README.rst"
17
17
  license = "MIT"
@@ -52,6 +52,18 @@ disable-editable-pip-install = true
52
52
  sdist.exclude = [
53
53
  ".github",
54
54
  "run-*.sh",
55
+ "isl/test_inputs",
56
+ "isl/testsets",
57
+ "isl/m4",
58
+ ".basedpyright",
59
+ "isl/include/isl/typed_cpp.h",
60
+ "isl/include/isl/cpp.h",
61
+ "isl/include/isl/cpp-checked.h",
62
+ "isl/imath/tests",
63
+ "isl/interface/isl.py.core",
64
+ ]
65
+ sdist.include = [
66
+ "isl-supplementary"
55
67
  ]
56
68
 
57
69
  # FIXME: Comment out before committing