Module5 Flashcards
What is a node (vertex)?
A junction point in a network.
- Represents locations like plants, warehouses, terminals
- Shown as a labeled circle
What is an arc (edge/link)?
A channel through which flow may occur from one node to another.
- Represents roads, rail tracks, trade lanes, etc.
- Shown as an arrow indicating the direction of flow
Define flow (weight) in a network.
Objects passing through nodes and arcs.
- Can be freight, cargo, passengers, etc.
- Measured in quantity, e.g., volume or cost
List the types of nodes in a supply chain network.
- Source: All flow originates (no predecessors)
- Sink: All flow ends (no successors)
- Supply: Outflow - Inflow > 0
- Demand: Outflow - Inflow < 0
- Transshipment: Outflow - Inflow = 0
What is the objective in a minimum-cost flow problem?
To minimize the total cost of flow from sources to sinks.
- Subject to capacity constraints and flow conservation
What is the feasibility condition for min-cost flow?
Sum of supplies = Sum of demands.
- Otherwise, there’s no feasible solution
What is the integer solutions property for min-cost flow?
If all supplies, demands, and capacities are integer, then there is an optimal solution with integer flow values.
Give the LP formulation (objective) for min-cost flow.
Minimize ∑i ∑j ci,j xi,j
- ci,j: cost per unit flow
- xi,j: flow on arc (i,j)
What is the transportation problem?
Minimize total shipping cost from multiple origins to multiple destinations.
- Each origin has a supply
- Each destination has a demand
What is the assignment problem?
Assign agents to tasks at minimum cost.
- Each agent performs exactly one task
- Each task is done by exactly one agent
What is a transshipment problem?
An extension of the transportation problem with intermediate nodes.
- These nodes can both receive and send flow
What is the maximum flow problem?
Maximize the amount of flow from a single source to a single sink.
- Subject to arc capacities
What is the shortest path problem?
Find the path with minimum distance (or cost) from an origin to a destination.
- Often used for routing and travel
List the basic supply chain models discussed. (Module 5)
- Transportation problem
- Assignment problem
- Transshipment problem
- Maximum flow problem
- Shortest path problem
What is a hub-and-spoke network?
A design where flows go through central hubs.
- Reduces the number of direct routes
- Increases efficiency and frequency