9.2.5 Sports Scheduling - Video 3 Solving the Problem
In this video, we'll solve our sports scheduling problem in LibreOffice. We can use the solver to solve integer optimization problems using the same process as for linear optimization problems. The only difference is that we need to add extra constraints to define variables as integer or binary. Let's go ahead and solve our small tournament scheduling problem. In LibreOffice, or in the spreadsheet software you're using, go ahead and open the spreadsheet SportsScheduling.ods. At the top of the spreadsheet, I've created a spot for our decision variables. We have a decision variable for each week, weeks one through four, and for each team pair: A and B, A and C, A and D, B and C, B and D, and C and D. This gives us a total of 24 decision variables highlighted in yellow. Below the decision variables, there's a spot for our objective, highlighted in blue. Let's go ahead and construct our objective. Start by typing an equals sign, and then we want it to ...