Consider bridge teams each consisting of two pairs (the two pairs are called ). A match is a triple where pair opposes pair on a board ; here and are not teammates and “oppose” is an ordered relation. The problem is to schedule a tournament for the teams satisfying the following conditions with a minimum number of boards:
Every pair must play against every other pair not on its team exactly once.
Every pair must play one match at every round.
Every pair must play every board exactly once except for odd , each pair can skip a board.
If pair opposes pair on a board, then the teammate of must oppose the teammate of on the same board.
Every board is played in at most one match at a round.
We call a schedule satisfying the above five conditions a (CCRRS) and one satisfying the first four conditions a (CRRS). While the construction of CCRRS is a difficult combinatorial problem, we construct CRRS for every .