You manage a recreational table tennis league :material-table-tennis:. There are 10 participants, and in an effort to make the first round of matchups as exciting as possible, you develop a model that predicts the score difference for every possible pair of players. That is, you produce a 10x10 matrix where (i,j) represents your prediction for player i's score minus player j's score if they were to compete.
Given this matrix, determine the “best” schedule for round one - the schedule whose matchups minimize the sum of squared point differentials.