Bonus Case (Optional): Porter
This is an optional bonus case. If your attempt at solving it is better than your lowest assigned case study, your grade will be adjusted accordingly.
Porter Airlines flies several daily commuter flights to and from Toronto, Montreal, and Ottawa. They are interested in reviewing their flight scheduling.
Porter owns 4 planes (and is not planning on purchasing any more). There's a fixed cost of $1,500 per plan per day that files any flights. However, a plant that is not used does not incur this fixed cost. We can assume that there is no required delay time on the ground (i.e. a flight can arrive at 10, and then leave at 10). Times are measured on a 24 clock and measured to the fraction of an hour. Any plane that arrives in a city after its last flight of the day can sit overnight in that city, or for an additional cost of $500, it can be flown empty to another city overnight. The company's objective is to maximize its net profit per day, which equals net revenues from flights flown, minus fixed costs of flying plans, minus any overnight costs of flying an empty plane.
Develop and implement a network LP model for scheduling the airline's flights, given its available aircraft in order to maximize net profit from the flights.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme