Chapter 7 Flashcards
Arc
line in network represent a path or route, connect nodes in network
node
point/circle in network
Sink
final node (demand)
Sunk
beginning node (supply)
Network
the whole diagram of arcs and nodes
Minimal Spanning tree
objective of connecting all nodes with minimum distance
shortest route problem
objective of finding shortest distance to another and all starting from the origin
Permanent set
nodes for which shortest route has been found
are loops allowed in MST or SRP problems
no loops allowed at all
Assumptions for shortest route problem formulation
arc lengths non-negative, only can flow from low node to higher node
what is Xij =1
1 if arc from node i to node j is on shortest route
what is Xij = 0
0 if arc from node i to node j is not on shortest route
What is the number in SRP is the same
just pick one
Is the minimal spanning tree unique
no it is not always unique
is the minimal spanning tree distance unique
yes this is always unique