Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assignment II: Network Models Instructions: Submission Deadline: TBD Format: Submit your solutions in a single PDF document. Software Tools: You may use software tools such
Assignment II: Network Models
Instructions:
Submission Deadline: TBD
Format: Submit your solutions in a single PDF document.
Software Tools: You may use software tools such as MATLAB, LINGO, or any network
optimization software to solve the problems, but make sure to include your code and
detailed explanations.
Collaboration: You may discuss the problems with classmates, but each student must
submit their own individual solutions.
Problem : ShortestRoute Problem
Consider the following network with nodes and directed arcs with given distances:
From
To
Distance
A
B
A
C
B
C
B
D
C
D
D
E
C
E
Graph Representation: Draw the network graph.
Dijkstras Algorithm: Use Dijkstras Algorithm to find the shortest path from node A to
node E Show all steps clearly.
Problem : Minimal Spanning Tree Problem
Given the following undirected graph with edge lengths:
Node
Node
Length
A
B
A
C
B
C
B
D
C
D
C
E
D
E
Graph Representation: Draw the network graph.
Kruskals Algorithm: Apply Kruskals Algorithm to find the minimal spanning tree.
Show each step and the resulting tree.
Prims Algorithm: Apply Prims Algorithm starting from node A Show each step and
the resulting tree.
Problem : Maximal Flow Problem
Consider a network with the following capacities:
From To Capacity
S A
S B
A B
A C
B D
C B
C T
D C
D T
Graph Representation: Draw the network graph.
FordFulkerson Method: Use the FordFulkerson method to find the maximum flow
from source S to sink T Show each augmenting path and the resulting flow.
Problem : Minimum Cost Flow Problem
Given the following network with costs and capacities:
From To Cost Capacity
S A
S B
A B
A T
B T
Graph Representation: Draw the network graph.
Linear Programming Formulation: Formulate the minimum cost flow problem as a
linear programming problem.
Solution Using Successive Shortest Path Algorithm: Solve the problem using the
successive shortest path algorithm. Show all steps and the final flow and cost.
Problem : RealWorld Application
Select a realworld problem that can be modeled as a network problem eg transportation
logistics communication networks Provide the following:
Problem Description: Describe the realworld problem in detail.
Network Representation: Construct the network graph for the problem.
Solution Approach: Suggest an appropriate algorithm shortest path, minimal spanning
tree, maximal flow, or minimum cost flow and justify your choice.
Implementation: Solve the problem using the chosen algorithm. Provide detailed steps
and the final solution.
Submission Checklist:
Ensure all graphs are clearly drawn and labeled.
Show all steps and calculations for each algorithm.
Include any code used in the solution.
Provide detailed explanations for each problem.
Good luck! If you have any questions, please reach out during office hours or via email.
This assignment covers various aspects of network models, reinforcing students' understanding
and application of algorithms to solve practical problems in operations research.
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