repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_ast_codegen.c: generate_shifted_component_tree: explain convex "isolated"
[isl.git]
/
test_inputs
/
codegen
/
mod.in
blob
7a04c5a4158b053bf853e1d05c17c6b12072a841
1
# check that modulo constraint is generated correctly
2
[n, m] -> { A[] -> [] : 2 * (n % 100) = 3 * (m % 200) }
3
[n, m] -> { : m, n >= 0 }
4
{}