1/* Generated from ../../../git/cloog/test/lu.cloog by CLooG 0.14.0-238-gb1cb779 gmp bits in 0.01s. */
2if (n >= 2) {
3  for (j=2;j<=n;j++) {
4    S1(1,j);
5  }
6  for (c1=2;c1<=n-1;c1++) {
7    for (c2=2;c2<=n;c2++) {
8      for (i=1;i<=min(c1-1,c2-1);i++) {
9        S2(i,c2,c1);
10      }
11    }
12    for (j=c1+1;j<=n;j++) {
13      S1(c1,j);
14    }
15  }
16  for (c2=2;c2<=n;c2++) {
17    for (i=1;i<=c2-1;i++) {
18      S2(i,c2,n);
19    }
20  }
21}
22