Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create an LP model that will find the shortest route distance from node A to node G. **Let Xij equal to 1 if the arc
Create an LP model that will find the shortest route distance from node A to node G.
**Let Xij equal to 1 if the arc from i to j is on the shortest path and 0 otherwise (I and j can be A, B, C, D, E, F, or G)**
A. Write the flow balancing constraint for node D (include all directional arcs)
B. If the optimal solution is: Xab = 1, Xce = 1, Xeg = 1, and all other variables equal to 0, what is the length of the shortest path from Node A to node G?
C. Consider the following additional requirement regarding the path including the arc from B to C and the arc from C to F: the path should either include both arcs or non but it cannot include oboe one of the two:
Either (Xbc=1 and Xcf=1) or (Xbc=0 and Xcf=0); cannot have one equal 0 and the other equal 1. Write a constraint to represent the above requirement.
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