Assigned:
Thursday, April 7, 2016
Due:
Thursday, April 14, 2016, in class
General Instructions
- Please review the
course information.
- You must write down with whom you worked on the assignment. If this
changes from problem to problem, then you should write down this
information separately with each problem.
- Numbered problems are all from the textbook Scheduling:
Theory, Algorithms and Systems.
Problems
- For the private jet application discussed in class, we had two basic classes of constraints:
- Each unscheduled trip will either be served by one aircraft, or will be subcontracted
- The set of trips chosen are consistent, that is, the set of variables zijk that
are set to 1 describe a feasible set of trips for each aircraft.
Give an integer programming formulation that captures these constraints, using the variables described in class. You may need multiple sets of inequalities to capture each constraint.
- Consider the tanker problem considered in class, and suppose that the charter costs for the cargo are not the ones given,
but rather
| Cargo | Cost |
| 1 | 1889 |
| 2 | 1600 |
| 3 | 1009 |
| 4 | 889 |
| 5 | 1045 |
| 6 | 1991 |
| 7 | 1403 |
| 8 | 1334 |
| 9 | 2201 |
| 10 | 1789 |
| 11 | 1212 |
| 12 | 1001 |
All the other data is the same as before. Solve this instance. You will almost surely need to use some kind of solver. Please
explain your formulation and data and show any input/output to a solver.
- Continue to work hard on your project
Switch to:
[email protected]