this repo has no description
at develop 207 B view raw
1output [(show(Sched[i,j])++" ")++if j==groups then "\n" else "" endif | i in WEEK, j in GROUP, ]; 2set of int: WEEK = 1..4; 3int: groups = 4; 4set of int: GROUP = 1..4; 5array [WEEK,GROUP] of set of int: Sched;