I would like to apply the Whist algorithm to a doubles round robin tennis tournament with 16 players, but I want it to be for MIXED doubles. That is, I want each pairing to be a man and a woman (8 men and 8 women). I don't see how to do that. Everything else about the Whist algorithm is what I want (avoid playing with the same person more than once, avoid playing against any person more than twice). Is there a different name for the algorithm I'm looking for? Any help you can provide would be appreciated.
Thanks, Jay