Skip to content

Commit c985d14

Browse files
Merge pull request #669 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 26dde27 + bdbffef commit c985d14

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,8 +1510,6 @@ u_1 = 0, leading to v_1 = 12, u_2 = 6, v_2 = 18, u_3 = -3, and v_3 = 37.
15101510

15111511
### - c̄₁₂ = -4, c̄₁₃ = -6, c̄₂₃ = -2, c̄₃₁ = 0
15121512

1513-
- c̄₁₂ = -4, c̄₁₃ = -6, c̄₂₃ = -2, c̄₃₁ = 0
1514-
15151513
### - Remaining negative reduced costs necessitate further iterations.
15161514

15171515
<br>
@@ -1526,11 +1524,25 @@ u_1 = 0, leading to v_1 = 12, u_2 = 6, v_2 = 18, u_3 = -3, and v_3 = 37.
15261524

15271525
<br>
15281526

1527+
## [Transportation Problem Solution]():
1528+
1529+
### [**Problem Statement**]()
1530+
1531+
### Determine the optimal solution for the transportation problem using the transportation algorithm, starting from the initial basic feasible solution obtained by the Northwest Corner Method.
15291532

1533+
### [Problem Data]():
15301534

15311535

1536+
| | Consumer 1 | Consumer 2 | Consumer 3 | Supply |
1537+
|-------|------------|------------|------------|--------|
1538+
| Supplier 1 | 12 | 22 | 30 | 100 |
1539+
| Supplier 2 | 18 | 24 | 32 | 140 |
1540+
| Supplier 3 | 22 | 15 | 34 | 160 |
1541+
| **Demand** | 120 | 130 | 150 | |
15321542

15331543

1544+
<br>
1545+
15341546

15351547

15361548

0 commit comments

Comments
 (0)