mirror of
https://github.com/captn3m0/modernart.git
synced 2024-09-08 10:46:27 +00:00
5 lines
137 B
MiniZinc
5 lines
137 B
MiniZinc
function set of Players: PlayersWhoMissedTurn(int: p_first, int: p_last) =
|
|
if p_last > p_first then
|
|
diff(Players, )
|
|
else
|
|
endif |