Problem Scenario:
The following is a diagram of a local road network, where the Values in the circles are labels for locations and the values on the arcs represent the distances between locations.
Due to current conditions, the roads have limited capacities. Each road can only handle a limited amount of traffic. With the exception of the road between 4 and 5 each road can handle 300 tons of traffic, the road between 4 and 5 can only handle 150 tons.
The territory being supplied is dangerous, and ambushes are frequent. It is safe between nodes 1, 2, and 3. But East of 2/3 ambushes result in 5% lose per transition.
Node 8 requires 400Tons of supplies. It costs $5/mile/ton to deliver the supplies.
Build a model that will minimize the shipping costs.
Requirements:
1. [5 Points] Develop the algebraic model. Define the decision variables, identify the objective function, and identify all of the constraints.
2. [10 Points] Develop the Excel model. Color code the model to clearly identify the inputs, outputs, and decision variables. Email me a copy of the Excel file as directed in the administrative instructions.
3. 15 Points] What is your recommended shipping solution? How many tons need to be available at depot 1?
4. 15 Points] How dependent is your answer on the ambush rate?
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