Path: blob/main/Lessons/Lesson 03 - LP 3/Overview_03.ipynb
871 views
Overview
Topics
Transportation, Assignment, and Scheduling Problems
More practice with abstract modeling for setting up larger LP problems
Learning Outcomes
The student will be able to:
recognize transportation, assignment, and scheduling problems.
use Python to solve the associated linear programs
Student "To Do" Checklist
Read sections 9.1 and 9.3 of Hillier. The details of the special algorithms in 9.2 and 9.4 aren't important for our applied approach.
Work your way through the Jupyter notebook called Lesson_03.ipynb. This is the main presentation and replaces the Storybook presentations used in our other courses. Use the self-assessments to measure your understanding. There is a separate Jupyter notebook file with self-assessment solutions in the lesson folder. Self-assessments are not collected and do not count toward your grade.
Complete the homework notebook in CoCalc and transfer your answers to the Canvas Quiz by the due date which is shown both in Canvas and CoCalc.
Use Piazza to ask questions when you have them and be sure to check Piazza regularly so you don't miss out on any good Q & A or other discussions.
This may be one of the more challenging weeks from a programming perspective. Start early and ask plenty of questions!