OMIS 2010: Transportation and Trans-Shipment Models (Week 5)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/48

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:52 PM on 4/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

49 Terms

1
New cards

What is the transport problem?

distribution type

2
New cards

What is the transportation problem goal?

decide how to transfer good from origin to destination @ minimum cost / maximum profit

3
New cards

What is an origin?

send location

4
New cards

What is a destination?

receive location

5
New cards

What are the transportation problem model characteristics?

  • transfer item from origin to destination @ minimum cost

  • origin supplies fixed units

  • destination demands fixed units

6
New cards

What are the transportation problem model methods?

  • step stone

  • modify distribution

<

  • Excel solver

7
New cards

What is the transportation & transshipment difference?

transportation: direct transfer

v.s.

transshipment: intermediate transfer

8
New cards

What is a network model?

transportation network drawing by node / arc & function

<p>transportation network drawing by <strong>node</strong> / <strong>arc</strong> &amp; function</p>
9
New cards

What are the network model elements?

  • node

  • arc

10
New cards

What is a node?

entity

11
New cards

What are some node examples?

  • city

  • people

  • factory

  • warehouse

12
New cards

What is an arc?

2 node relation

13
New cards

What are some arc examples?

  • city road

  • person knows other

  • company ships to other

  • warehouse receives good

14
New cards

What are the node types?

  1. origin

  2. destination

  3. transshipment

<ol><li><p><strong>origin</strong></p></li><li><p><strong>destination</strong></p></li><li><p><strong>transshipment</strong></p></li></ol><p></p>
15
New cards

What is the XAB decision variable?

node flow / shipment amount

16
New cards

What are the node classes?

  1. supply

  2. demand

<ol><li><p>supply</p></li><li><p>demand</p></li></ol><p></p>
17
New cards

What does the transportation problem seek to minimize?

total shipping cost

18
New cards

What is the M decision variable?

origin number

19
New cards

What is the Si decision variable?

supply

20
New cards

What is the N decision variable?

destination number

21
New cards

What is the Dj decision variable?

demand

22
New cards

What is the i decision variable?

origin

23
New cards

What is the j decision variable?

destination

24
New cards

What is the Cij decision variable?

origin to destination unit shipping cost

25
New cards

What does the transportation problem tabular representation show?

row: s i

column: d j

cell: xij

→ send amount to i less than / equal to j send amount

→ receive amount from j less than / equal to i receive amount

<p>row: <strong>s</strong> <strong>i</strong></p><p>column: <strong>d</strong> <strong>j</strong></p><p>cell: <strong>x<sub>ij</sub></strong></p><p>→ send amount to <strong>i</strong> less than / equal to <strong>j</strong> send amount</p><p>→ receive amount from <strong>j</strong> less than / equal to <strong>i</strong> receive amount</p>
26
New cards

What is the Excel setup process?

  1. cost table

  • row: i

  • column: j

  • inside cell: Cij

  1. shipping amount table

  • row: i & total column [=SUM(si)] & s

  • column: j & total row [=SUM(dj)] & d

  • inside cell: 0

  1. total cost cell

  • [=SUMPRODUCT(cost table’s cells, shipping amount table’s cells)]

  1. Data → Solver

  • Set Objective: total cost cell

  • To: CHOOSE Min

  • By Changing Variable Cells: (shipping amount’s cells)

  1. constraint

meet d & NOT exceed s

  • Subject to the Constraints:

    • Add → Cell Reference: total column → CHOOSE = sign → Constraint: s column

    • Add → Cell Reference: total row → CHOOSE = sign → Constraint: d row → OK

  1. solve

  • CHECK Make Unconstrained Variables Non-Negative

  • Select a Solving Method: Simplex LP

  1. interpret

  • CHOOSE Keep Solver Solution

  • Reports: Answer

27
New cards

What does the answer report show?

  • when / how solve

  • total cost

  • shipping amounts

  • requirements

28
New cards

What are the special cases?

  • total supply does not equal total demand

  • route maximum / route minimum

  • unacceptable route

29
New cards

What if s exceeds d?

unused excess s

30
New cards

What is the Excel setup process if s exceeds d?

  1. cost table

  • row: i

  • column: j

  • inside cell: Cij

  1. shipping amount table

  • row: i & total column [=SUM(si)] & s

  • column: j & total row [=SUM(dj)] & d

  • inside cell: 0

  1. total cost cell

  • [=SUMPRODUCT(cost table’s cells, shipping amount table’s cells)]

  1. Data → Solver

  • Set Objective: total cost cell

  • To: CHOOSE Min

  • By Changing Variable Cells: (shipping amount’s cells)

  1. constraint

meet d & NOT exceed s

  • Subject to the Constraints:

    • Add → Cell Reference: total column → CHOOSE ≤ sign → Constraint: s column

    • Add → Cell Reference: total row → CHOOSE = sign → Constraint: d row → OK

  1. solve

  • CHECK Make Unconstrained Variables Non-Negative

  • Select a Solving Method: Simplex LP

  1. interpret

  • CHOOSE Keep Solver Solution

  • Reports: Answer

31
New cards

What if d exceeds s?

not feasible solution

→ add dummy origin with s equal to difference

  • 0 cost

32
New cards

What is a route maximum?

xijLij

33
New cards

What is the L decision variable?

limit

34
New cards

What is the route minimum?

xijLij

35
New cards

What happens if there is an unacceptable route?

0 route capacity

36
New cards

What are some intermediate node examples?

  • warehouse

  • street

37
New cards

What is the transportation problem an example of?

network flow programming

38
New cards

What are some network flow programming problem examples?

  • assignment problem

  • equipment replacement

  • financial plan

  • short route

39
New cards

What explains why one models a problem as a network?

  • make optimization models easy to explain

  • available efficient algorithm

40
New cards

What does NFP stand for?

|:| network flow programming

41
New cards

What is NFP a case of?

linear programming

42
New cards

What does LP stand for?

|:| linear programming

43
New cards

What are some LP problem examples?

  • product mix

  • make v.s. buy

  • capital budget

  • production plan

  • schedule / staff

44
New cards

What is the Excel setup process if d exceeds s?

  1. cost table

  • row: i & dummy → 0

  • column: j

  • inside cell: Cij

  1. shipping amount table

  • row: i & total column [=SUM(si)] & s & dummy → d - s difference

  • column: j & total row [=SUM(dj)] & d

  • inside cell: 0

  1. total cost cell

  • [=SUMPRODUCT(cost table’s cells, shipping amount table’s cells)]

  1. Data → Solver

  • Set Objective: total cost cell

  • To: CHOOSE Min

  • By Changing Variable Cells: (shipping amount’s cells)

  1. constraint

meet d & NOT exceed s

  • Subject to the Constraints:

    • Add → Cell Reference: total column → CHOOSE ≤ sign → Constraint: s column

    • Add → Cell Reference: total row → CHOOSE = sign → Constraint: d row → OK

  1. solve

  • CHECK Make Unconstrained Variables Non-Negative

  • Select a Solving Method: Simplex LP

  1. interpret

  • CHOOSE Keep Solver Solution

  • Reports: Answer

45
New cards

What is the transshipment Excel setup process?

  1. origin to transshipment cost table

  • row: origin

  • column: transshipment

  1. transshipment to destination cost table

  • row: transshipment

  • column: destination

  1. origin to transshipment shipping amount table

  • row: origin & total [=SUM]

  • column: transshipment & total [=SUM] & s

  1. transshipment to destination shipping amount table

  • row: transshipment & total [=SUM] & d

  • column: destination & total [=SUM]

  1. transshipment flow table

  • row: transshipment

  • 2nd column: [0]

  1. total cost cell

  • [=SUMPRODUCT + SUMPRODUCT]

  1. Data → Solver

  • Set Objective: total cost cell

  • To: CHOOSE Min

  • By Changing Variable Cells: 3. cells, 4. cells

  • Subject to the Constraints:

    • total column <= s column

    • transhipment column = 0

    • total row = d row

  • CHECK Make Unconstrained Variables Non-Negative

  • Select a Solving Method: CHOOSE Simplex LP

46
New cards

What are the transshipment variations?

  • transshipment & destination

  • flow goes between locations

47
New cards

What if d locations can be passed to further destinations along the way?

2nd column: d

48
New cards

What if the flow can go between locations?

create both variables

49
New cards

What explains how to prevent an unacceptable route?

assign high cost