Skip to content

Commit 30510eb

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent 875543b commit 30510eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,21 @@ A & 20 & 1 & 5 & 6 \\
11331133

11341134
#
11351135

1136+
## 🧠 Relation to Algorithms
1137+
1138+
The transportation problem is a special type of **Linear Programming** that can be solved with:
1139+
1140+
- **Simplex Method**: General LP solver; can handle transportation problems but not optimized for them.
1141+
- **Specialized Algorithms**:
1142+
- Northwest Corner Rule
1143+
- Least Cost Method
1144+
- Vogel’s Approximation Method (VAM)
1145+
- MODI (Modified Distribution Method)
1146+
1147+
These specialized algorithms are **faster** and **simpler** due to the regular structure of the transportation tableau.
1148+
1149+
#
1150+
11361151

11371152

11381153

0 commit comments

Comments
 (0)