Skip to content

Commit e94b2e3

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

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,12 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8:
11661166

11671167
# X - [Transportation Problem (Linear Programming)]()
11681168

1169+
#### [Click here]() to access Theoretical and Pratical Material.
1170+
1171+
1172+
#### [Click here]() and access Transportation Exercises
1173+
1174+
11691175
<br>
11701176

11711177
### [Definition]():
@@ -1438,6 +1444,15 @@ It's a cornerstone of **Operational Research**, **Logistics**, and **Decision Sc
14381444

14391445
# XII - [ Northwest Corner Method - Exercise - Optimal Solution]()
14401446

1447+
1448+
#### [Click here]() to access Theoretical and Pratical Material.
1449+
1450+
1451+
#### [Click here]() and accessNorthwest Corner Method Exercises
1452+
1453+
<br>
1454+
1455+
14411456
The initial solution obtained via the Northwest Corner Method has a total cost of 9690 but is not optimal. After one iteration of the transportation algorithm, the solution improves, but the process reveals complexities in achieving optimality. Here's the detailed analysis:
14421457

14431458
<br>
@@ -1491,6 +1506,13 @@ u_1 = 0, leading to v_1 = 12, u_2 = 6, v_2 = 18, u_3 = -3, and v_3 = 37.
14911506

14921507
# XIII - [Designation]():
14931508

1509+
1510+
#### [Click here]() to access Theoretical and Pratical Material.
1511+
1512+
#### [Click here]() and access Desgnation Exercises -"Mathematical Modeling using the Hungarian Method , Excel Solver , and Python 🐍
1513+
1514+
<br>
1515+
14941516
### Task Designation - [Hungarian Method]()
14951517

14961518
### Theoretical Explanation

0 commit comments

Comments
 (0)