Deck 5: Network Modeling

Full screen (f)
exit full mode
Question
What happens to the solution of a network flow model if side constraints are added that do not obey the balance of flow rules?

A) The model solution is not guaranteed to be integer.
B) The model solution will more accurately reflect reality.
C) The model solution will be integer but more accurate.
D) The model solution is not guaranteed to be feasible.
Use Space or
up arrow
down arrow
to flip the card.
Question
The arcs in a network indicate all of the following except?

A) routes
B) paths
C) constraints
D) connections
Question
For minimum cost network flow problems where Total Supply > Total Demand, the balance of flow rule to use at each node is
Inflow - Outflow >= Supply or Demand.
Question
A maximal flow problem differs from other network models in which way?

A) arcs are two directional
B) multiple supply nodes are used
C) arcs have limited capacity
D) arcs have unlimited capacity
Question
​Any shortest path problem can be modeled as a transshipment problem.
Question
What is the constraint for node 2 in the following maximal flow problem? ​ <strong>What is the constraint for node 2 in the following maximal flow problem? ​   ​</strong> A) X<sub>12</sub> − X<sub>23</sub> − X<sub>24</sub> = 0 B) X<sub>12</sub> + X<sub>23</sub> + X<sub>24</sub> = 0 C) X<sub>12</sub> ≤ 4 D) X<sub>12</sub> + X<sub>13</sub> − X<sub>23</sub> = 0 <div style=padding-top: 35px>

A) X12 − X23 − X24 = 0
B) X12 + X23 + X24 = 0
C) X12 ≤ 4
D) X12 + X13 − X23 = 0
Question
The equipment replacement problem is a common type of business problem that can be modeled as a shortest path problem.
Question
Transportation/assignment problems are sparse or not fully interconnected, meaning all the supply nodes have arcs connecting them to all the demand nodes.
Question
What is the correct constraint for node 2 in the following diagram? ​ <strong>What is the correct constraint for node 2 in the following diagram? ​   ​</strong> A) X<sub>12</sub> + X<sub>23</sub> = 100 B) X<sub>12</sub> − X<sub>23</sub> ≤ 100 C) −X<sub>12</sub> + X<sub>23</sub> ≥ −100 D) X<sub>12</sub> − X<sub>23</sub> ≥ 100 <div style=padding-top: 35px>

A) X12 + X23 = 100
B) X12 − X23 ≤ 100
C) −X12 + X23 ≥ −100
D) X12 − X23 ≥ 100
Question
An oil company wants to create lube oil, gasoline and diesel fuel at two refineries. There are two sources of crude oil. Consider arc 2-4. The per unit shipping cost of crude B from source 2 (node 2) to refinery 2 (node 4) is $11 and the yield is 85 percent. The following network representation depicts this problem. What is the balance of flow constraint for node 3 (Refinery 1)? ​ <strong>An oil company wants to create lube oil, gasoline and diesel fuel at two refineries. There are two sources of crude oil. Consider arc 2-4. The per unit shipping cost of crude B from source 2 (node 2) to refinery 2 (node 4) is $11 and the yield is 85 percent. The following network representation depicts this problem. What is the balance of flow constraint for node 3 (Refinery 1)? ​   ​</strong> A) X<sub>13</sub> + X<sub>23</sub> − .95 X<sub>35</sub> − .90 X<sub>36</sub> − .90 X<sub>37</sub> = 0 B) .80 X<sub>13</sub> + .95 X<sub>23</sub> − X<sub>35</sub> − X<sub>36</sub> − X<sub>37</sub> = 0 C) .80 X<sub>13</sub> + .95 X<sub>23</sub> − .90 X<sub>36</sub> − .90 X<sub>37</sub> ≥ 0 D) X<sub>13</sub> + X<sub>23</sub> − X<sub>35</sub> − X<sub>36</sub> − X<sub>37</sub> ≥ 0 <div style=padding-top: 35px>

A) X13 + X23 − .95 X35 − .90 X36 − .90 X37 = 0
B) .80 X13 + .95 X23 − X35 − X36 − X37 = 0
C) .80 X13 + .95 X23 − .90 X36 − .90 X37 ≥ 0
D) X13 + X23 − X35 − X36 − X37 ≥ 0
Question
The supply nodes in the graphical representation of the transshipment problem:

A) have all directed arcs originating at them
B) have all directed arcs terminating at them
C) have some unidirectional arcs
D) are greater than the demand nodes
Question
In a network flow problem, the value +80 next to a node indicates that the number of units needs to decrease by 80.
Question
The idea that the total flow into a node must be consumed at a node and the remainder must flow out of a node is referred to as:

A) the conservation of flow principle
B) the node-arc incidence matrix
C) a directed chain
D) integrality constraint
Question
In a transshipment problem, which of the following statements is a correct representation of the balance-of-flow rule if Total Supply < Total Demand?

A) Inflow − Outflow ≥ Supply or Demand
B) Inflow + Outflow ≥ Supply or Demand
C) Inflow − Outflow ≤ Supply or Demand
D) Inflow + Outflow ≤ Supply or Demand
Question
The transshipment nodes in the graphical representation of the transshipment problem:

A) have total demanded quantities expressed as positive numbers
B) have all directed arcs originating at them
C) have some unidirectional arcs
D) have all directed arcs terminating at them
Question
​Most of the other types of network flow problems can be viewed as simple variations of the transshipment problem.
Question
When the lines connecting the nodes in a network are arrows that indicate a direction, the arcs in the network are called directed arcs.
Question
The constraint X13 + X23 − X34 ≥ 50 indicates that

A) 50 units are required at node 3.
B) 50 units will be shipped from node 3.
C) 50 units will be shipped in from node 1.
D) 50 units must pass through node 3.
Question
What is the objective function in the following maximal flow problem? ​ <strong>What is the objective function in the following maximal flow problem? ​   ​</strong> A) MIN X<sub>41</sub> B) MAX X<sub>12</sub> + X<sub>13</sub> C) MAX X<sub>14</sub> D) MAX X<sub>41</sub> <div style=padding-top: 35px>

A) MIN X41
B) MAX X12 + X13
C) MAX X14
D) MAX X41
Question
A number of practical decision problems in business fall into a category known as network flow problems. These problems can be described or displayed in a graphical form known as a network.
Question
What is the constraint for node 2 in the following shortest path problem? ​ <strong>What is the constraint for node 2 in the following shortest path problem? ​   ​</strong> A) −X<sub>12</sub> − X<sub>13</sub> = 0 B) −X<sub>12</sub> − X<sub>24</sub> = 1 C) X<sub>12</sub> + X<sub>13</sub> = 0 D) −X<sub>12</sub> + X<sub>24</sub> = 0 <div style=padding-top: 35px>

A) −X12 − X13 = 0
B) −X12 − X24 = 1
C) X12 + X13 = 0
D) −X12 + X24 = 0
Question
What is the interpretation of units "shipped" along arcs from dummy supply nodes to demand nodes?

A) Indicates unmet demand at demand nodes
B) Indicates unmet supply at demand nodes
C) Indicates unmet demand at supply nodes
D) Indicates unmet supply at supply nodes
Question
The minimal spanning tree solution algorithm works by defining a subnetwork and

A) adding the least expensive arc which connects any node in the current subnetwork to any node not in the current subnetwork.
B) adding the most expensive arc which connects any node in the current subnetwork to any node not in the current subnetwork.
C) adding the least expensive arc which connects unconnected nodes in the current subnetwork.
D) adding the least expensive arc which connects the most recently added node in the current subnetwork to the closest node not in the current subnetwork.
Question
How many arcs are required to make a spanning tree in a network with n nodes and m arcs?

A) n
B) n − 1
C) m
D) m − 1
Question
Consider the equipment replacement problem presented in the chapter. Recall that in the network model formulation of this problem a node represents a year when the equipment was purchased. An arc from node i to node j indicates that the equipment purchased in year i can be replaced at the beginning of year j. How could the network model below be modified to depict an equipment purchase in year 4 and operating costs only through the remainder of the planning window? ​ <strong>Consider the equipment replacement problem presented in the chapter. Recall that in the network model formulation of this problem a node represents a year when the equipment was purchased. An arc from node i to node j indicates that the equipment purchased in year i can be replaced at the beginning of year j. How could the network model below be modified to depict an equipment purchase in year 4 and operating costs only through the remainder of the planning window? ​   ​</strong> A) Modify the cost on arc 4-5 to account for only operating costs. B) Add a second arc 4-5 to represent just the operating costs. C) Add a dummy node, 6, so that arc 4-6 represents just the operating costs. D) Add a dummy node, 6, so that arc 4-5 represents operating costs and 5-6 represents new equipment purchase. <div style=padding-top: 35px>

A) Modify the cost on arc 4-5 to account for only operating costs.
B) Add a second arc 4-5 to represent just the operating costs.
C) Add a dummy node, 6, so that arc 4-6 represents just the operating costs.
D) Add a dummy node, 6, so that arc 4-5 represents operating costs and 5-6 represents new equipment purchase.
Question
A factory which ships items through the network would be represented by which type of node?

A) demand
B) supply
C) random
D) decision
Question
Which balance of flow rule should be applied at each node in a network flow problem when Total Supply > Total Demand?

A) Inflow − Outflow ≤ Supply or Demand
B) Inflow − Outflow ≥ Supply or Demand
C) Inflow − Outflow = Supply or Demand
D) Inflow − Supply ≥ Outflow or Demand
Question
A node which can both send to and receive from other nodes is a

A) demand node.
B) supply node.
C) random node.
D) transshipment node.
Question
The assignment problem is equivalent to a transportation problem with

A) the sums of all rows and columns equal to one.
B) binary decision variables.
C) non-negativity constraints removed.
D) all of the above.
Question
Which formula should be used to determine the Net Flow values in cell K6 in the following spreadsheet model? <strong>Which formula should be used to determine the Net Flow values in cell K6 in the following spreadsheet model?  </strong> A) SUMIF($C$6:$C$16,I6,$B$6:$B$16)−SUMIF($E$6:$E$16,I6,$B$6:$B$16) B) SUMIF($I$6:$I$12,B6,$B$6:$B$16)−SUMIF($I$6:$I$12,I6,$B$6:$B$16) C) SUMIF($E$6:$E$16,I6,$B$6:$B$16)−SUMIF($C$6:$C$16,I6,$B$6:$B$16) D) SUMPRODUCT(B6:B16,G6:G16) <div style=padding-top: 35px>

A) SUMIF($C$6:$C$16,I6,$B$6:$B$16)−SUMIF($E$6:$E$16,I6,$B$6:$B$16)
B) SUMIF($I$6:$I$12,B6,$B$6:$B$16)−SUMIF($I$6:$I$12,I6,$B$6:$B$16)
C) SUMIF($E$6:$E$16,I6,$B$6:$B$16)−SUMIF($C$6:$C$16,I6,$B$6:$B$16)
D) SUMPRODUCT(B6:B16,G6:G16)
Question
Decision variables in network flow problems are represented by

A) nodes.
B) arcs.
C) demands.
D) supplies.
Question
In the generalized network flow problem solver could not find a feasible solution. This means that:

A) the total supply is not capable of meeting the total demand
B) the total supply is capable of meeting the total demand
C) the total demand is not capable of meeting the total supply
D) dummy demand is needed in the formulation
Question
What is missing from transportation problems compared to transshipment problems?

A) arcs
B) demand nodes
C) transshipment nodes
D) supply nodes
Question
What formula would be entered in cell G18 in this Excel model? <strong>What formula would be entered in cell G18 in this Excel model?  </strong> A) SUMPRODUCT(K6:K12,L6:L12) B) SUMPRODUCT(B6:B16,G6:G16) C) SUMPRODUCT(G6:G16,K6:K12) D) SUMPRODUCT(B6:G16,L6:L12) <div style=padding-top: 35px>

A) SUMPRODUCT(K6:K12,L6:L12)
B) SUMPRODUCT(B6:B16,G6:G16)
C) SUMPRODUCT(G6:G16,K6:K12)
D) SUMPRODUCT(B6:G16,L6:L12)
Question
The demand nodes in the graphical representation of the transshipment problem:

A) have all directed arcs originating at them
B) have all directed arcs terminating at them
C) have some unidirectional arcs
D) are greater than the demand nodes
Question
The demand nodes in the graphical representation of the transshipment problem:

A) have total demanded quantities expressed as positive numbers
B) have all directed arcs originating at them
C) have some unidirectional arcs
D) have total available quantities expressed as negative numbers
Question
The right hand side value for the ending node in a shortest path problem has a value of

A) −1
B) 0
C) 1
D) 2
Question
The right hand side value for the starting node in a shortest path problem has a value of

A) −1
B) 0
C) 1
D) 2
Question
How could a network be modified if demand exceeds supply?

A) add extra supply arcs
B) remove the extra demand arcs
C) add a dummy supply
D) add a dummy demand
Question
For a network with n nodes, a spanning tree is

A) a set of (n-1) arcs that connects all nodes and contains no loops
B) a set of dummy arcs
C) a set of n arcs that connects all nodes
D) a random subset of arcs covering all nodes
Question
How many constraints are there in a transshipment problem which has n nodes and m arcs?

A) n
B) m
C) (n + m)
D) (m − n)
Question
What is the objective function for the following shortest path problem? ​ <strong>What is the objective function for the following shortest path problem? ​   ​</strong> A) −X<sub>12</sub> − X<sub>13</sub> = 0 B) MIN −50 X<sub>12</sub> − 200 X<sub>13</sub> + 100 X<sub>24</sub> + 35 X<sub>34</sub> C) MIN 50 X<sub>12</sub> + 200 X<sub>13</sub> + 100 X<sub>24</sub> + 35 X<sub>34</sub> D) MAX −50 X<sub>12</sub> − 200 X<sub>13</sub> + 100 X<sub>24</sub> + 35 X<sub>34</sub> <div style=padding-top: 35px>

A) −X12 − X13 = 0
B) MIN −50 X12 − 200 X13 + 100 X24 + 35 X34
C) MIN 50 X12 + 200 X13 + 100 X24 + 35 X34
D) MAX −50 X12 − 200 X13 + 100 X24 + 35 X34
Question
Maximal flow problems are converted to transshipment problems by

A) connecting the supply and demand nodes with a return arc
B) adding extra supply nodes
C) adding supply limits on the supply nodes
D) requiring integer solutions
Question
In the assignment problem:

A) the sums of all rows and columns must be equal to one.
B) the number of rows is greater than the number of columns
C) the number of rows is smaller than the number of columns
D) there is no limit on the sum of all rows
Question
A network flow problem that allows gains or losses along the arcs is called a

A) non-constant network flow model.
B) non-directional, shortest path model.
C) generalized network flow model.
D) transshipment model with linear side constraints.
Question
The street intersections in a city road network represent

A) nodes.
B) arcs.
C) resources.
D) expenses.
Question
Which method is preferred for solving minimal spanning tree problems?

A) linear programming
B) transshipment models
C) simulation
D) manual algorithms
Question
Which property of network flow models guarantees integer solutions?

A) linear constraints and balance of flow equation format
B) linear objective function coefficients
C) integer objective function coefficients
D) integer constraint RHS values and balance of flow equation format
Question
An oil company wants to create lube oil, gasoline and diesel fuel at two refineries. There are two sources of crude oil. Consider arc 2-4. The per unit shipping cost of crude B from source 2 (node 2) to refinery 2 (node 4) is $11 and the yield is 85 percent. The following flowchart depicts this problem. What is the balance of flow constraint for node 7 (Diesel)? ​ <strong>An oil company wants to create lube oil, gasoline and diesel fuel at two refineries. There are two sources of crude oil. Consider arc 2-4. The per unit shipping cost of crude B from source 2 (node 2) to refinery 2 (node 4) is $11 and the yield is 85 percent. The following flowchart depicts this problem. What is the balance of flow constraint for node 7 (Diesel)? ​   ​</strong> A) X<sub>35</sub> + X<sub>36</sub> + X<sub>37</sub> = 75 B) X<sub>37</sub> + X<sub>47</sub> ≥ 75 C) .90 X<sub>37</sub> + .95 X<sub>47</sub> = 75 D) X<sub>37</sub> + X<sub>47</sub> −X<sub>36</sub> − X<sub>35</sub> − X<sub>45</sub> − X<sub>46</sub> ≥ 75 <div style=padding-top: 35px>

A) X35 + X36 + X37 = 75
B) X37 + X47 ≥ 75
C) .90 X37 + .95 X47 = 75
D) X37 + X47 −X36 − X35 − X45 − X46 ≥ 75
Question
A minimum or maximum flow restriction in the network flow problem can be modeled by

A) adding dummy nodes
B) adding dummy arcs
C) adding additional flow restrictions on affected arcs
D) all of the above
Question
In the shortest path problem, the originating and terminating network nodes are called:

A) source and sink
B) source and end
C) beginning and end
D) beginning and sink
Question
When might a network flow model for a transportation/assignment problem be preferable to a matrix form for the problem?

A) When an integer solution is required.
B) When the problem is large and not fully connected.
C) When the problem is large and fully connected.
D) When supply exceeds demand.
Question
If a side constraint for a network flow model cannot be avoided, and non-integer solutions result, how can the solution be expressed as an integer solution?

A) Apply integer programming techniques.
B) Round off all the non-integer arc flow decision variables.
C) Increase the supply until the solutions are all integer using a dummy supply node.
D) Increase the demand until the solutions are all integer using a dummy demand node.
Question
Demand quantities for demand nodes in a transshipment problem are customarily indicated by

A) positive numbers.
B) negative numbers.
C) imaginary numbers.
D) either positive or negative numbers.
Question
The supply nodes in the graphical representation of the transshipment problem:

A) have total available quantities expressed as negative numbers
B) have all directed arcs terminating at them
C) have some unidirectional arcs
D) have total demanded quantities expressed as positive numbers
Question
Which method is preferred for solving fully connected transportation problems?

A) linear programming
B) network flow methods
C) trial and error
D) simulation
Question
Consider modeling a warehouse with three in-flow arcs and three outflow arcs. The warehouse node is a transshipment node but has a capacity of 100. How would one modify the network model to avoid adding a side constraint that limits either the sum of in-flows or the sum of the out-flows to 100?

A) Place a limit of 34 on each in-flow arc.
B) Add a side constraint limiting the out-flow arcs sum to 100.
C) Separate the warehouse node into two nodes, connected by a single arc, with capacity of 100.
D) It cannot be accomplished, a side constraint must be added.
Question
The number of constraints in network flow problems is determined by the number of

A) nodes.
B) arcs.
C) demands.
D) supplies.
Question
Supply quantities for supply nodes in a transshipment problem are customarily indicated by

A) positive numbers.
B) negative numbers.
C) imaginary numbers.
D) either positive or negative numbers.
Question
The equipment replacement problem is an example of which network problem?

A) transportation problem.
B) shortest path problem.
C) maximal flow problem.
D) minimal spanning tree problem.
Question
A manufacturing company has a pool of 50 labor hours. A customer has requested two products, Product A and Product B, and has requested 15 and 20 of each respectively. It requires 2 hours of labor to produce Product A and 3 hours of labor to produce Product B. The company can obtain up to 50 additional hours of labor if required. In-house labor costs $25 per hour while contracted labor costs $45 per hour. The following network flow model captures this problem.
A manufacturing company has a pool of 50 labor hours. A customer has requested two products, Product A and Product B, and has requested 15 and 20 of each respectively. It requires 2 hours of labor to produce Product A and 3 hours of labor to produce Product B. The company can obtain up to 50 additional hours of labor if required. In-house labor costs $25 per hour while contracted labor costs $45 per hour. The following network flow model captures this problem. ​   ​ Write out the LP formulation for this problem.<div style=padding-top: 35px>
Write out the LP formulation for this problem.
Question
Clifton Distributing has three plants and four distribution centers. The plants, their supply, the distribution centers, their demands, and the distance between each location is summarized in the following table: Clifton Distributing has three plants and four distribution centers. The plants, their supply, the distribution centers, their demands, and the distance between each location is summarized in the following table:   Draw the balanced transportation network for Clifton's distribution problem.<div style=padding-top: 35px> Draw the balanced transportation network for Clifton's distribution problem.
Question
In generalized network flow problems

A) solutions may not be integer values.
B) flows along arcs may increase or decrease.
C) it can be difficult to tell if total supply is adequate to meet total demand.
D) all of these.
Question
The following network depicts a transportation/distribution problem for Clifton Distributing. Formulate the LP for Clifton assuming they wish to minimize the total product-miles incurred.
The following network depicts a transportation/distribution problem for Clifton Distributing. Formulate the LP for Clifton assuming they wish to minimize the total product-miles incurred. ​  <div style=padding-top: 35px>
Question
The following network depicts a balanced transportation/distribution problem for Clifton Distributing. Formulate the LP for Clifton assuming they wish to minimize the total product-miles incurred.
The following network depicts a balanced transportation/distribution problem for Clifton Distributing. Formulate the LP for Clifton assuming they wish to minimize the total product-miles incurred. ​  <div style=padding-top: 35px>
Question
An oil company wants to create lube oil, gasoline and diesel fuel at two refineries. There are two sources of crude oil. The following Excel spreadsheet shows this problem. What formula should be entered in cell E6 (and copied to cells E7:E15) in this spreadsheet? An oil company wants to create lube oil, gasoline and diesel fuel at two refineries. There are two sources of crude oil. The following Excel spreadsheet shows this problem. What formula should be entered in cell E6 (and copied to cells E7:E15) in this spreadsheet?  <div style=padding-top: 35px>
Question
A manufacturing company has a pool of 50 labor hours. A customer has requested two products, Product A and Product B, and has requested 15 and 20 of each respectively. It requires 2 hours of labor to produce Product A and 3 hours of labor to produce Product B. The company can obtain up to 50 additional hours of labor if required. In-house labor costs $25 per hour while contracted labor costs $45 per hour. It requires 2 hours of labor to produce Product A and 3 hours of labor to produce Product B. Draw the network flow model that captures this problem.
Question
Draw the network and indicate how many units are flowing along each arc based on the following Analytic Solver Platform solution. Draw the network and indicate how many units are flowing along each arc based on the following Analytic Solver Platform solution.  <div style=padding-top: 35px>
Question
Solve the following minimal spanning tree problem starting at node 1.
Solve the following minimal spanning tree problem starting at node 1. ​  <div style=padding-top: 35px>
Question
A company needs to ship 100 units from Roanoke to Washington at the lowest possible cost. The costs associated with shipping between the cities are: A company needs to ship 100 units from Roanoke to Washington at the lowest possible cost. The costs associated with shipping between the cities are:   ​ Draw the network representation of this problem.<div style=padding-top: 35px>
Draw the network representation of this problem.
Question
Joe Fix plans the repair schedules each day for the Freeway Airline. Joe has 3 planes in need of repair and 5 repair personnel at his disposal. Each plane requires a single repairperson, except plane 3, which needs 2 personnel. Anyone not assigned to maintaining an airplane works in the maintenance shop for the day (not modeled). Each repairperson has different likes and dislikes regarding the types of repairs they prefer. For each plane, Joe has pulled the expected maintenance and determined the total preference matrix for his repair personnel. The preference matrix is: Joe Fix plans the repair schedules each day for the Freeway Airline. Joe has 3 planes in need of repair and 5 repair personnel at his disposal. Each plane requires a single repairperson, except plane 3, which needs 2 personnel. Anyone not assigned to maintaining an airplane works in the maintenance shop for the day (not modeled). Each repairperson has different likes and dislikes regarding the types of repairs they prefer. For each plane, Joe has pulled the expected maintenance and determined the total preference matrix for his repair personnel. The preference matrix is:   Draw the balanced network flow for this assignment problem assuming Joe would like to maximize the total preference in his worker-to-aircraft schedule.<div style=padding-top: 35px> Draw the balanced network flow for this assignment problem assuming Joe would like to maximize the total preference in his worker-to-aircraft schedule.
Question
A railroad needs to move the maximum amount of material through its rail network. The numbers on arcs represent maximum flow. Formulate the LP model to determine this maximum amount based on the following network diagram.
A railroad needs to move the maximum amount of material through its rail network. The numbers on arcs represent maximum flow. Formulate the LP model to determine this maximum amount based on the following network diagram. ​  <div style=padding-top: 35px>
Question
The following network depicts a balanced assignment/transportation problem for Joe Fix's repair scheduling problem. Formulate the LP for Joe assuming he wishes to maximize the total repairperson to plane assignment preferences.
The following network depicts a balanced assignment/transportation problem for Joe Fix's repair scheduling problem. Formulate the LP for Joe assuming he wishes to maximize the total repairperson to plane assignment preferences. ​  <div style=padding-top: 35px>
Question
Draw the network and show the solution for the maximal flow problem represented by the following Excel spreadsheet. Draw the network and show the solution for the maximal flow problem represented by the following Excel spreadsheet.  <div style=padding-top: 35px>
Question
Almost all network problems can be viewed as special cases of the

A) transshipment problem.
B) shortest path problem.
C) maximal flow problem.
D) minimal spanning tree problem.
Question
Joe Fix plans the repair schedules each day for the Freeway Airline. Joe has 3 planes in need of repair and 5 repair personnel at his disposal. Each plane requires a single repairperson, except plane 3, which needs 2 personnel. Anyone not assigned to maintaining an airplane works in the maintenance shop for the day (not modeled). Each repairperson has different likes and dislikes regarding the types of repairs they prefer. For each plane, Joe has pulled the expected maintenance and determined the total preference matrix for his repair personnel. The preference matrix is: Joe Fix plans the repair schedules each day for the Freeway Airline. Joe has 3 planes in need of repair and 5 repair personnel at his disposal. Each plane requires a single repairperson, except plane 3, which needs 2 personnel. Anyone not assigned to maintaining an airplane works in the maintenance shop for the day (not modeled). Each repairperson has different likes and dislikes regarding the types of repairs they prefer. For each plane, Joe has pulled the expected maintenance and determined the total preference matrix for his repair personnel. The preference matrix is:   Draw the network flow for this assignment problem assuming Joe would like to maximize the total preference in his worker-to-aircraft schedule.<div style=padding-top: 35px> Draw the network flow for this assignment problem assuming Joe would like to maximize the total preference in his worker-to-aircraft schedule.
Question
A company wants to determine the optimal replacement policy for its photocopier. The company does not keep photocopiers longer than 4 years. The company has estimated the annual costs for photocopiers during each of the 4 years and developed the following network representation of the problem.

Write out the LP formulation for this problem.
A company wants to determine the optimal replacement policy for its photocopier. The company does not keep photocopiers longer than 4 years. The company has estimated the annual costs for photocopiers during each of the 4 years and developed the following network representation of the problem. ​ Write out the LP formulation for this problem. ​  <div style=padding-top: 35px>
Question
Draw the network representation of this LP model. What type of problem is it? Draw the network representation of this LP model. What type of problem is it?  <div style=padding-top: 35px>
Question
A company needs to ship 100 units from Seattle to Denver at the lowest possible cost. The costs associated with shipping between the cities are listed below. Also, the decision variable associated with each pair of cities is shown next to the cost. A company needs to ship 100 units from Seattle to Denver at the lowest possible cost. The costs associated with shipping between the cities are listed below. Also, the decision variable associated with each pair of cities is shown next to the cost.   ​ Write out the LP formulation for this problem.<div style=padding-top: 35px>
Write out the LP formulation for this problem.
Question
A company wants to manage its distribution network which is depicted below. Identify the supply, demand and transshipment nodes in this problem.
A company wants to manage its distribution network which is depicted below. Identify the supply, demand and transshipment nodes in this problem. ​  <div style=padding-top: 35px>
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/92
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 5: Network Modeling
1
What happens to the solution of a network flow model if side constraints are added that do not obey the balance of flow rules?

A) The model solution is not guaranteed to be integer.
B) The model solution will more accurately reflect reality.
C) The model solution will be integer but more accurate.
D) The model solution is not guaranteed to be feasible.
The model solution is not guaranteed to be integer.
2
The arcs in a network indicate all of the following except?

A) routes
B) paths
C) constraints
D) connections
constraints
3
For minimum cost network flow problems where Total Supply > Total Demand, the balance of flow rule to use at each node is
Inflow - Outflow >= Supply or Demand.
True
4
A maximal flow problem differs from other network models in which way?

A) arcs are two directional
B) multiple supply nodes are used
C) arcs have limited capacity
D) arcs have unlimited capacity
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
5
​Any shortest path problem can be modeled as a transshipment problem.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
6
What is the constraint for node 2 in the following maximal flow problem? ​ <strong>What is the constraint for node 2 in the following maximal flow problem? ​   ​</strong> A) X<sub>12</sub> − X<sub>23</sub> − X<sub>24</sub> = 0 B) X<sub>12</sub> + X<sub>23</sub> + X<sub>24</sub> = 0 C) X<sub>12</sub> ≤ 4 D) X<sub>12</sub> + X<sub>13</sub> − X<sub>23</sub> = 0

A) X12 − X23 − X24 = 0
B) X12 + X23 + X24 = 0
C) X12 ≤ 4
D) X12 + X13 − X23 = 0
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
7
The equipment replacement problem is a common type of business problem that can be modeled as a shortest path problem.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
8
Transportation/assignment problems are sparse or not fully interconnected, meaning all the supply nodes have arcs connecting them to all the demand nodes.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
9
What is the correct constraint for node 2 in the following diagram? ​ <strong>What is the correct constraint for node 2 in the following diagram? ​   ​</strong> A) X<sub>12</sub> + X<sub>23</sub> = 100 B) X<sub>12</sub> − X<sub>23</sub> ≤ 100 C) −X<sub>12</sub> + X<sub>23</sub> ≥ −100 D) X<sub>12</sub> − X<sub>23</sub> ≥ 100

A) X12 + X23 = 100
B) X12 − X23 ≤ 100
C) −X12 + X23 ≥ −100
D) X12 − X23 ≥ 100
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
10
An oil company wants to create lube oil, gasoline and diesel fuel at two refineries. There are two sources of crude oil. Consider arc 2-4. The per unit shipping cost of crude B from source 2 (node 2) to refinery 2 (node 4) is $11 and the yield is 85 percent. The following network representation depicts this problem. What is the balance of flow constraint for node 3 (Refinery 1)? ​ <strong>An oil company wants to create lube oil, gasoline and diesel fuel at two refineries. There are two sources of crude oil. Consider arc 2-4. The per unit shipping cost of crude B from source 2 (node 2) to refinery 2 (node 4) is $11 and the yield is 85 percent. The following network representation depicts this problem. What is the balance of flow constraint for node 3 (Refinery 1)? ​   ​</strong> A) X<sub>13</sub> + X<sub>23</sub> − .95 X<sub>35</sub> − .90 X<sub>36</sub> − .90 X<sub>37</sub> = 0 B) .80 X<sub>13</sub> + .95 X<sub>23</sub> − X<sub>35</sub> − X<sub>36</sub> − X<sub>37</sub> = 0 C) .80 X<sub>13</sub> + .95 X<sub>23</sub> − .90 X<sub>36</sub> − .90 X<sub>37</sub> ≥ 0 D) X<sub>13</sub> + X<sub>23</sub> − X<sub>35</sub> − X<sub>36</sub> − X<sub>37</sub> ≥ 0

A) X13 + X23 − .95 X35 − .90 X36 − .90 X37 = 0
B) .80 X13 + .95 X23 − X35 − X36 − X37 = 0
C) .80 X13 + .95 X23 − .90 X36 − .90 X37 ≥ 0
D) X13 + X23 − X35 − X36 − X37 ≥ 0
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
11
The supply nodes in the graphical representation of the transshipment problem:

A) have all directed arcs originating at them
B) have all directed arcs terminating at them
C) have some unidirectional arcs
D) are greater than the demand nodes
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
12
In a network flow problem, the value +80 next to a node indicates that the number of units needs to decrease by 80.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
13
The idea that the total flow into a node must be consumed at a node and the remainder must flow out of a node is referred to as:

A) the conservation of flow principle
B) the node-arc incidence matrix
C) a directed chain
D) integrality constraint
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
14
In a transshipment problem, which of the following statements is a correct representation of the balance-of-flow rule if Total Supply < Total Demand?

A) Inflow − Outflow ≥ Supply or Demand
B) Inflow + Outflow ≥ Supply or Demand
C) Inflow − Outflow ≤ Supply or Demand
D) Inflow + Outflow ≤ Supply or Demand
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
15
The transshipment nodes in the graphical representation of the transshipment problem:

A) have total demanded quantities expressed as positive numbers
B) have all directed arcs originating at them
C) have some unidirectional arcs
D) have all directed arcs terminating at them
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
16
​Most of the other types of network flow problems can be viewed as simple variations of the transshipment problem.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
17
When the lines connecting the nodes in a network are arrows that indicate a direction, the arcs in the network are called directed arcs.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
18
The constraint X13 + X23 − X34 ≥ 50 indicates that

A) 50 units are required at node 3.
B) 50 units will be shipped from node 3.
C) 50 units will be shipped in from node 1.
D) 50 units must pass through node 3.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
19
What is the objective function in the following maximal flow problem? ​ <strong>What is the objective function in the following maximal flow problem? ​   ​</strong> A) MIN X<sub>41</sub> B) MAX X<sub>12</sub> + X<sub>13</sub> C) MAX X<sub>14</sub> D) MAX X<sub>41</sub>

A) MIN X41
B) MAX X12 + X13
C) MAX X14
D) MAX X41
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
20
A number of practical decision problems in business fall into a category known as network flow problems. These problems can be described or displayed in a graphical form known as a network.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
21
What is the constraint for node 2 in the following shortest path problem? ​ <strong>What is the constraint for node 2 in the following shortest path problem? ​   ​</strong> A) −X<sub>12</sub> − X<sub>13</sub> = 0 B) −X<sub>12</sub> − X<sub>24</sub> = 1 C) X<sub>12</sub> + X<sub>13</sub> = 0 D) −X<sub>12</sub> + X<sub>24</sub> = 0

A) −X12 − X13 = 0
B) −X12 − X24 = 1
C) X12 + X13 = 0
D) −X12 + X24 = 0
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
22
What is the interpretation of units "shipped" along arcs from dummy supply nodes to demand nodes?

A) Indicates unmet demand at demand nodes
B) Indicates unmet supply at demand nodes
C) Indicates unmet demand at supply nodes
D) Indicates unmet supply at supply nodes
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
23
The minimal spanning tree solution algorithm works by defining a subnetwork and

A) adding the least expensive arc which connects any node in the current subnetwork to any node not in the current subnetwork.
B) adding the most expensive arc which connects any node in the current subnetwork to any node not in the current subnetwork.
C) adding the least expensive arc which connects unconnected nodes in the current subnetwork.
D) adding the least expensive arc which connects the most recently added node in the current subnetwork to the closest node not in the current subnetwork.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
24
How many arcs are required to make a spanning tree in a network with n nodes and m arcs?

A) n
B) n − 1
C) m
D) m − 1
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
25
Consider the equipment replacement problem presented in the chapter. Recall that in the network model formulation of this problem a node represents a year when the equipment was purchased. An arc from node i to node j indicates that the equipment purchased in year i can be replaced at the beginning of year j. How could the network model below be modified to depict an equipment purchase in year 4 and operating costs only through the remainder of the planning window? ​ <strong>Consider the equipment replacement problem presented in the chapter. Recall that in the network model formulation of this problem a node represents a year when the equipment was purchased. An arc from node i to node j indicates that the equipment purchased in year i can be replaced at the beginning of year j. How could the network model below be modified to depict an equipment purchase in year 4 and operating costs only through the remainder of the planning window? ​   ​</strong> A) Modify the cost on arc 4-5 to account for only operating costs. B) Add a second arc 4-5 to represent just the operating costs. C) Add a dummy node, 6, so that arc 4-6 represents just the operating costs. D) Add a dummy node, 6, so that arc 4-5 represents operating costs and 5-6 represents new equipment purchase.

A) Modify the cost on arc 4-5 to account for only operating costs.
B) Add a second arc 4-5 to represent just the operating costs.
C) Add a dummy node, 6, so that arc 4-6 represents just the operating costs.
D) Add a dummy node, 6, so that arc 4-5 represents operating costs and 5-6 represents new equipment purchase.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
26
A factory which ships items through the network would be represented by which type of node?

A) demand
B) supply
C) random
D) decision
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
27
Which balance of flow rule should be applied at each node in a network flow problem when Total Supply > Total Demand?

A) Inflow − Outflow ≤ Supply or Demand
B) Inflow − Outflow ≥ Supply or Demand
C) Inflow − Outflow = Supply or Demand
D) Inflow − Supply ≥ Outflow or Demand
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
28
A node which can both send to and receive from other nodes is a

A) demand node.
B) supply node.
C) random node.
D) transshipment node.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
29
The assignment problem is equivalent to a transportation problem with

A) the sums of all rows and columns equal to one.
B) binary decision variables.
C) non-negativity constraints removed.
D) all of the above.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
30
Which formula should be used to determine the Net Flow values in cell K6 in the following spreadsheet model? <strong>Which formula should be used to determine the Net Flow values in cell K6 in the following spreadsheet model?  </strong> A) SUMIF($C$6:$C$16,I6,$B$6:$B$16)−SUMIF($E$6:$E$16,I6,$B$6:$B$16) B) SUMIF($I$6:$I$12,B6,$B$6:$B$16)−SUMIF($I$6:$I$12,I6,$B$6:$B$16) C) SUMIF($E$6:$E$16,I6,$B$6:$B$16)−SUMIF($C$6:$C$16,I6,$B$6:$B$16) D) SUMPRODUCT(B6:B16,G6:G16)

A) SUMIF($C$6:$C$16,I6,$B$6:$B$16)−SUMIF($E$6:$E$16,I6,$B$6:$B$16)
B) SUMIF($I$6:$I$12,B6,$B$6:$B$16)−SUMIF($I$6:$I$12,I6,$B$6:$B$16)
C) SUMIF($E$6:$E$16,I6,$B$6:$B$16)−SUMIF($C$6:$C$16,I6,$B$6:$B$16)
D) SUMPRODUCT(B6:B16,G6:G16)
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
31
Decision variables in network flow problems are represented by

A) nodes.
B) arcs.
C) demands.
D) supplies.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
32
In the generalized network flow problem solver could not find a feasible solution. This means that:

A) the total supply is not capable of meeting the total demand
B) the total supply is capable of meeting the total demand
C) the total demand is not capable of meeting the total supply
D) dummy demand is needed in the formulation
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
33
What is missing from transportation problems compared to transshipment problems?

A) arcs
B) demand nodes
C) transshipment nodes
D) supply nodes
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
34
What formula would be entered in cell G18 in this Excel model? <strong>What formula would be entered in cell G18 in this Excel model?  </strong> A) SUMPRODUCT(K6:K12,L6:L12) B) SUMPRODUCT(B6:B16,G6:G16) C) SUMPRODUCT(G6:G16,K6:K12) D) SUMPRODUCT(B6:G16,L6:L12)

A) SUMPRODUCT(K6:K12,L6:L12)
B) SUMPRODUCT(B6:B16,G6:G16)
C) SUMPRODUCT(G6:G16,K6:K12)
D) SUMPRODUCT(B6:G16,L6:L12)
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
35
The demand nodes in the graphical representation of the transshipment problem:

A) have all directed arcs originating at them
B) have all directed arcs terminating at them
C) have some unidirectional arcs
D) are greater than the demand nodes
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
36
The demand nodes in the graphical representation of the transshipment problem:

A) have total demanded quantities expressed as positive numbers
B) have all directed arcs originating at them
C) have some unidirectional arcs
D) have total available quantities expressed as negative numbers
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
37
The right hand side value for the ending node in a shortest path problem has a value of

A) −1
B) 0
C) 1
D) 2
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
38
The right hand side value for the starting node in a shortest path problem has a value of

A) −1
B) 0
C) 1
D) 2
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
39
How could a network be modified if demand exceeds supply?

A) add extra supply arcs
B) remove the extra demand arcs
C) add a dummy supply
D) add a dummy demand
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
40
For a network with n nodes, a spanning tree is

A) a set of (n-1) arcs that connects all nodes and contains no loops
B) a set of dummy arcs
C) a set of n arcs that connects all nodes
D) a random subset of arcs covering all nodes
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
41
How many constraints are there in a transshipment problem which has n nodes and m arcs?

A) n
B) m
C) (n + m)
D) (m − n)
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
42
What is the objective function for the following shortest path problem? ​ <strong>What is the objective function for the following shortest path problem? ​   ​</strong> A) −X<sub>12</sub> − X<sub>13</sub> = 0 B) MIN −50 X<sub>12</sub> − 200 X<sub>13</sub> + 100 X<sub>24</sub> + 35 X<sub>34</sub> C) MIN 50 X<sub>12</sub> + 200 X<sub>13</sub> + 100 X<sub>24</sub> + 35 X<sub>34</sub> D) MAX −50 X<sub>12</sub> − 200 X<sub>13</sub> + 100 X<sub>24</sub> + 35 X<sub>34</sub>

A) −X12 − X13 = 0
B) MIN −50 X12 − 200 X13 + 100 X24 + 35 X34
C) MIN 50 X12 + 200 X13 + 100 X24 + 35 X34
D) MAX −50 X12 − 200 X13 + 100 X24 + 35 X34
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
43
Maximal flow problems are converted to transshipment problems by

A) connecting the supply and demand nodes with a return arc
B) adding extra supply nodes
C) adding supply limits on the supply nodes
D) requiring integer solutions
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
44
In the assignment problem:

A) the sums of all rows and columns must be equal to one.
B) the number of rows is greater than the number of columns
C) the number of rows is smaller than the number of columns
D) there is no limit on the sum of all rows
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
45
A network flow problem that allows gains or losses along the arcs is called a

A) non-constant network flow model.
B) non-directional, shortest path model.
C) generalized network flow model.
D) transshipment model with linear side constraints.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
46
The street intersections in a city road network represent

A) nodes.
B) arcs.
C) resources.
D) expenses.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
47
Which method is preferred for solving minimal spanning tree problems?

A) linear programming
B) transshipment models
C) simulation
D) manual algorithms
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
48
Which property of network flow models guarantees integer solutions?

A) linear constraints and balance of flow equation format
B) linear objective function coefficients
C) integer objective function coefficients
D) integer constraint RHS values and balance of flow equation format
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
49
An oil company wants to create lube oil, gasoline and diesel fuel at two refineries. There are two sources of crude oil. Consider arc 2-4. The per unit shipping cost of crude B from source 2 (node 2) to refinery 2 (node 4) is $11 and the yield is 85 percent. The following flowchart depicts this problem. What is the balance of flow constraint for node 7 (Diesel)? ​ <strong>An oil company wants to create lube oil, gasoline and diesel fuel at two refineries. There are two sources of crude oil. Consider arc 2-4. The per unit shipping cost of crude B from source 2 (node 2) to refinery 2 (node 4) is $11 and the yield is 85 percent. The following flowchart depicts this problem. What is the balance of flow constraint for node 7 (Diesel)? ​   ​</strong> A) X<sub>35</sub> + X<sub>36</sub> + X<sub>37</sub> = 75 B) X<sub>37</sub> + X<sub>47</sub> ≥ 75 C) .90 X<sub>37</sub> + .95 X<sub>47</sub> = 75 D) X<sub>37</sub> + X<sub>47</sub> −X<sub>36</sub> − X<sub>35</sub> − X<sub>45</sub> − X<sub>46</sub> ≥ 75

A) X35 + X36 + X37 = 75
B) X37 + X47 ≥ 75
C) .90 X37 + .95 X47 = 75
D) X37 + X47 −X36 − X35 − X45 − X46 ≥ 75
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
50
A minimum or maximum flow restriction in the network flow problem can be modeled by

A) adding dummy nodes
B) adding dummy arcs
C) adding additional flow restrictions on affected arcs
D) all of the above
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
51
In the shortest path problem, the originating and terminating network nodes are called:

A) source and sink
B) source and end
C) beginning and end
D) beginning and sink
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
52
When might a network flow model for a transportation/assignment problem be preferable to a matrix form for the problem?

A) When an integer solution is required.
B) When the problem is large and not fully connected.
C) When the problem is large and fully connected.
D) When supply exceeds demand.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
53
If a side constraint for a network flow model cannot be avoided, and non-integer solutions result, how can the solution be expressed as an integer solution?

A) Apply integer programming techniques.
B) Round off all the non-integer arc flow decision variables.
C) Increase the supply until the solutions are all integer using a dummy supply node.
D) Increase the demand until the solutions are all integer using a dummy demand node.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
54
Demand quantities for demand nodes in a transshipment problem are customarily indicated by

A) positive numbers.
B) negative numbers.
C) imaginary numbers.
D) either positive or negative numbers.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
55
The supply nodes in the graphical representation of the transshipment problem:

A) have total available quantities expressed as negative numbers
B) have all directed arcs terminating at them
C) have some unidirectional arcs
D) have total demanded quantities expressed as positive numbers
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
56
Which method is preferred for solving fully connected transportation problems?

A) linear programming
B) network flow methods
C) trial and error
D) simulation
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
57
Consider modeling a warehouse with three in-flow arcs and three outflow arcs. The warehouse node is a transshipment node but has a capacity of 100. How would one modify the network model to avoid adding a side constraint that limits either the sum of in-flows or the sum of the out-flows to 100?

A) Place a limit of 34 on each in-flow arc.
B) Add a side constraint limiting the out-flow arcs sum to 100.
C) Separate the warehouse node into two nodes, connected by a single arc, with capacity of 100.
D) It cannot be accomplished, a side constraint must be added.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
58
The number of constraints in network flow problems is determined by the number of

A) nodes.
B) arcs.
C) demands.
D) supplies.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
59
Supply quantities for supply nodes in a transshipment problem are customarily indicated by

A) positive numbers.
B) negative numbers.
C) imaginary numbers.
D) either positive or negative numbers.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
60
The equipment replacement problem is an example of which network problem?

A) transportation problem.
B) shortest path problem.
C) maximal flow problem.
D) minimal spanning tree problem.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
61
A manufacturing company has a pool of 50 labor hours. A customer has requested two products, Product A and Product B, and has requested 15 and 20 of each respectively. It requires 2 hours of labor to produce Product A and 3 hours of labor to produce Product B. The company can obtain up to 50 additional hours of labor if required. In-house labor costs $25 per hour while contracted labor costs $45 per hour. The following network flow model captures this problem.
A manufacturing company has a pool of 50 labor hours. A customer has requested two products, Product A and Product B, and has requested 15 and 20 of each respectively. It requires 2 hours of labor to produce Product A and 3 hours of labor to produce Product B. The company can obtain up to 50 additional hours of labor if required. In-house labor costs $25 per hour while contracted labor costs $45 per hour. The following network flow model captures this problem. ​   ​ Write out the LP formulation for this problem.
Write out the LP formulation for this problem.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
62
Clifton Distributing has three plants and four distribution centers. The plants, their supply, the distribution centers, their demands, and the distance between each location is summarized in the following table: Clifton Distributing has three plants and four distribution centers. The plants, their supply, the distribution centers, their demands, and the distance between each location is summarized in the following table:   Draw the balanced transportation network for Clifton's distribution problem. Draw the balanced transportation network for Clifton's distribution problem.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
63
In generalized network flow problems

A) solutions may not be integer values.
B) flows along arcs may increase or decrease.
C) it can be difficult to tell if total supply is adequate to meet total demand.
D) all of these.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
64
The following network depicts a transportation/distribution problem for Clifton Distributing. Formulate the LP for Clifton assuming they wish to minimize the total product-miles incurred.
The following network depicts a transportation/distribution problem for Clifton Distributing. Formulate the LP for Clifton assuming they wish to minimize the total product-miles incurred. ​
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
65
The following network depicts a balanced transportation/distribution problem for Clifton Distributing. Formulate the LP for Clifton assuming they wish to minimize the total product-miles incurred.
The following network depicts a balanced transportation/distribution problem for Clifton Distributing. Formulate the LP for Clifton assuming they wish to minimize the total product-miles incurred. ​
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
66
An oil company wants to create lube oil, gasoline and diesel fuel at two refineries. There are two sources of crude oil. The following Excel spreadsheet shows this problem. What formula should be entered in cell E6 (and copied to cells E7:E15) in this spreadsheet? An oil company wants to create lube oil, gasoline and diesel fuel at two refineries. There are two sources of crude oil. The following Excel spreadsheet shows this problem. What formula should be entered in cell E6 (and copied to cells E7:E15) in this spreadsheet?
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
67
A manufacturing company has a pool of 50 labor hours. A customer has requested two products, Product A and Product B, and has requested 15 and 20 of each respectively. It requires 2 hours of labor to produce Product A and 3 hours of labor to produce Product B. The company can obtain up to 50 additional hours of labor if required. In-house labor costs $25 per hour while contracted labor costs $45 per hour. It requires 2 hours of labor to produce Product A and 3 hours of labor to produce Product B. Draw the network flow model that captures this problem.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
68
Draw the network and indicate how many units are flowing along each arc based on the following Analytic Solver Platform solution. Draw the network and indicate how many units are flowing along each arc based on the following Analytic Solver Platform solution.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
69
Solve the following minimal spanning tree problem starting at node 1.
Solve the following minimal spanning tree problem starting at node 1. ​
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
70
A company needs to ship 100 units from Roanoke to Washington at the lowest possible cost. The costs associated with shipping between the cities are: A company needs to ship 100 units from Roanoke to Washington at the lowest possible cost. The costs associated with shipping between the cities are:   ​ Draw the network representation of this problem.
Draw the network representation of this problem.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
71
Joe Fix plans the repair schedules each day for the Freeway Airline. Joe has 3 planes in need of repair and 5 repair personnel at his disposal. Each plane requires a single repairperson, except plane 3, which needs 2 personnel. Anyone not assigned to maintaining an airplane works in the maintenance shop for the day (not modeled). Each repairperson has different likes and dislikes regarding the types of repairs they prefer. For each plane, Joe has pulled the expected maintenance and determined the total preference matrix for his repair personnel. The preference matrix is: Joe Fix plans the repair schedules each day for the Freeway Airline. Joe has 3 planes in need of repair and 5 repair personnel at his disposal. Each plane requires a single repairperson, except plane 3, which needs 2 personnel. Anyone not assigned to maintaining an airplane works in the maintenance shop for the day (not modeled). Each repairperson has different likes and dislikes regarding the types of repairs they prefer. For each plane, Joe has pulled the expected maintenance and determined the total preference matrix for his repair personnel. The preference matrix is:   Draw the balanced network flow for this assignment problem assuming Joe would like to maximize the total preference in his worker-to-aircraft schedule. Draw the balanced network flow for this assignment problem assuming Joe would like to maximize the total preference in his worker-to-aircraft schedule.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
72
A railroad needs to move the maximum amount of material through its rail network. The numbers on arcs represent maximum flow. Formulate the LP model to determine this maximum amount based on the following network diagram.
A railroad needs to move the maximum amount of material through its rail network. The numbers on arcs represent maximum flow. Formulate the LP model to determine this maximum amount based on the following network diagram. ​
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
73
The following network depicts a balanced assignment/transportation problem for Joe Fix's repair scheduling problem. Formulate the LP for Joe assuming he wishes to maximize the total repairperson to plane assignment preferences.
The following network depicts a balanced assignment/transportation problem for Joe Fix's repair scheduling problem. Formulate the LP for Joe assuming he wishes to maximize the total repairperson to plane assignment preferences. ​
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
74
Draw the network and show the solution for the maximal flow problem represented by the following Excel spreadsheet. Draw the network and show the solution for the maximal flow problem represented by the following Excel spreadsheet.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
75
Almost all network problems can be viewed as special cases of the

A) transshipment problem.
B) shortest path problem.
C) maximal flow problem.
D) minimal spanning tree problem.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
76
Joe Fix plans the repair schedules each day for the Freeway Airline. Joe has 3 planes in need of repair and 5 repair personnel at his disposal. Each plane requires a single repairperson, except plane 3, which needs 2 personnel. Anyone not assigned to maintaining an airplane works in the maintenance shop for the day (not modeled). Each repairperson has different likes and dislikes regarding the types of repairs they prefer. For each plane, Joe has pulled the expected maintenance and determined the total preference matrix for his repair personnel. The preference matrix is: Joe Fix plans the repair schedules each day for the Freeway Airline. Joe has 3 planes in need of repair and 5 repair personnel at his disposal. Each plane requires a single repairperson, except plane 3, which needs 2 personnel. Anyone not assigned to maintaining an airplane works in the maintenance shop for the day (not modeled). Each repairperson has different likes and dislikes regarding the types of repairs they prefer. For each plane, Joe has pulled the expected maintenance and determined the total preference matrix for his repair personnel. The preference matrix is:   Draw the network flow for this assignment problem assuming Joe would like to maximize the total preference in his worker-to-aircraft schedule. Draw the network flow for this assignment problem assuming Joe would like to maximize the total preference in his worker-to-aircraft schedule.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
77
A company wants to determine the optimal replacement policy for its photocopier. The company does not keep photocopiers longer than 4 years. The company has estimated the annual costs for photocopiers during each of the 4 years and developed the following network representation of the problem.

Write out the LP formulation for this problem.
A company wants to determine the optimal replacement policy for its photocopier. The company does not keep photocopiers longer than 4 years. The company has estimated the annual costs for photocopiers during each of the 4 years and developed the following network representation of the problem. ​ Write out the LP formulation for this problem. ​
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
78
Draw the network representation of this LP model. What type of problem is it? Draw the network representation of this LP model. What type of problem is it?
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
79
A company needs to ship 100 units from Seattle to Denver at the lowest possible cost. The costs associated with shipping between the cities are listed below. Also, the decision variable associated with each pair of cities is shown next to the cost. A company needs to ship 100 units from Seattle to Denver at the lowest possible cost. The costs associated with shipping between the cities are listed below. Also, the decision variable associated with each pair of cities is shown next to the cost.   ​ Write out the LP formulation for this problem.
Write out the LP formulation for this problem.
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
80
A company wants to manage its distribution network which is depicted below. Identify the supply, demand and transshipment nodes in this problem.
A company wants to manage its distribution network which is depicted below. Identify the supply, demand and transshipment nodes in this problem. ​
Unlock Deck
Unlock for access to all 92 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 92 flashcards in this deck.