Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 1 (15 points): Given the network below, solve the one to all shortest path problem as a network flow problem using GAMS. Provide a
Problem 1 (15 points): Given the network below, solve the one to all shortest path problem as a network flow problem using GAMS. Provide a graphical depiction of the shortest path tree in your solution. Cij j 8 2 1 2 6 5 7 2 3 3 3 5 8 Problem 2 (5 points): Modify your code to find the shortest path from node 1 to node 6 only. Solve the problem using GAMS. Provide a graphical depiction of the shortest path in your solution. Problem 3 (10 points): If there is 1 unit of demand at node 6, 2 units of demand at node 7, and 2 units of demand at node 8, what is the optimal assignment of flow to the network? Solve as a min cost flow problem using GAMS. Capacities are given in the provided include file. Report optimal link flows and objective function value. Problem 1 (15 points): Given the network below, solve the one to all shortest path problem as a network flow problem using GAMS. Provide a graphical depiction of the shortest path tree in your solution. Cij j 8 2 1 2 6 5 7 2 3 3 3 5 8 Problem 2 (5 points): Modify your code to find the shortest path from node 1 to node 6 only. Solve the problem using GAMS. Provide a graphical depiction of the shortest path in your solution. Problem 3 (10 points): If there is 1 unit of demand at node 6, 2 units of demand at node 7, and 2 units of demand at node 8, what is the optimal assignment of flow to the network? Solve as a min cost flow problem using GAMS. Capacities are given in the provided include file. Report optimal link flows and objective function value
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started