modernart/functions.mzn

5 lines
137 B
MiniZinc
Raw Permalink Normal View History

2020-06-10 19:17:54 +00:00
function set of Players: PlayersWhoMissedTurn(int: p_first, int: p_last) =
if p_last > p_first then
diff(Players, )
else
endif