Home | History | Annotate | Line # | Download | only in test_inputs
      1 [N] -> { [i, j] -> ((1/2 * i + 1/2 * i^2) + j) : i <= N and j >= 0 and j <= i }
      2