I have a game where players enter a queue/lobby and wait to be matched into a game. Each game must have 6 players in total, the gender balance has to be even, 3 males, 3 females.
I have a graph of nodes of type "Player" where the nodes are players an...