Question
draw a network flow algorithm graph for this: There will be four software packages, X1, , X4. The non-zero costs will be as follows: b1
draw a network flow algorithm graph for this:
There will be four software packages, X1, , X4.
The non-zero costs will be as follows:
b1 = 10 and b2 = 3 to buy X1 and X2. a3 = 9 and a4 = 5 to not buy X3 and X4. The additional costs w(i,j) for buying Xi but not Xj are:
W(1,2) = 5, W(3,1) = 4, W(3,2) = 4, W(4,1) = 7, w(4,2) = 3, and W(4,3) = 2.
For any value not given, it is 0.
Input to Network Flow: The nodes in the graph/network will be consists of special nodes s and t and the four nodes X1, , X4. Your task is to add directed edges to this graph and to provide each of these edges with a capacity.
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