isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / test_inputs / codegen / cloog / rectangle.st
bloba4a9e51f4445b4fc0b0c10d23999510a5c7a6680
1 domain: "[n] -> { S1[i0, i1] : i0 >= 0 and i0 <= n and i1 >= 0 and i1 <= n }"
2 child:
3   context: "[n] -> { [] : n >= 0 }"
4   child:
5     schedule: "[n] -> [{ S1[i0, i1] -> [(i0 + i1)] }]"
6     options: "[n] -> { separate[i0] }"