Module5 Flashcards

1
Q

What is a node (vertex)?

A

A junction point in a network.

  • Represents locations like plants, warehouses, terminals
  • Shown as a labeled circle
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an arc (edge/link)?

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define flow (weight) in a network.

A

Objects passing through nodes and arcs.

  • Can be freight, cargo, passengers, etc.
  • Measured in quantity, e.g., volume or cost
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List the types of nodes in a supply chain network.

A
  • Source: All flow originates (no predecessors)
  • Sink: All flow ends (no successors)
  • Supply: Outflow - Inflow > 0
  • Demand: Outflow - Inflow < 0
  • Transshipment: Outflow - Inflow = 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the objective in a minimum-cost flow problem?

A

To minimize the total cost of flow from sources to sinks.

  • Subject to capacity constraints and flow conservation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the feasibility condition for min-cost flow?

A

Sum of supplies = Sum of demands.

  • Otherwise, there’s no feasible solution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the integer solutions property for min-cost flow?

A

If all supplies, demands, and capacities are integer, then there is an optimal solution with integer flow values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Give the LP formulation (objective) for min-cost flow.

A

Minimize ∑ij ci,j xi,j

  • ci,j: cost per unit flow
  • xi,j: flow on arc (i,j)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the transportation problem?

A

Minimize total shipping cost from multiple origins to multiple destinations.

  • Each origin has a supply
  • Each destination has a demand
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the assignment problem?

A

Assign agents to tasks at minimum cost.

  • Each agent performs exactly one task
  • Each task is done by exactly one agent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a transshipment problem?

A

An extension of the transportation problem with intermediate nodes.

  • These nodes can both receive and send flow
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the maximum flow problem?

A

Maximize the amount of flow from a single source to a single sink.

  • Subject to arc capacities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the shortest path problem?

A

Find the path with minimum distance (or cost) from an origin to a destination.

  • Often used for routing and travel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

List the basic supply chain models discussed. (Module 5)

A
  • Transportation problem
  • Assignment problem
  • Transshipment problem
  • Maximum flow problem
  • Shortest path problem
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a hub-and-spoke network?

A

A design where flows go through central hubs.

  • Reduces the number of direct routes
  • Increases efficiency and frequency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly