Skip to content

Commit 7b5966a

Browse files
Merge pull request #665 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents a804912 + 87517df commit 7b5966a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,11 @@ u_1 = 0, leading to v_1 = 12, u_2 = 6, v_2 = 18, u_3 = -3, and v_3 = 37.
15181518

15191519
### - The improved solution after one iteration is not optimal. Continued iterations are required, focusing on variables like $x_{13}$ (reduced cost: $-6$) to further reduce costs.
15201520

1521+
### - The transportation algorithm must repeat until all reduced costs are non-negative.
15211522

1523+
### This analysis highlights the iterative nature of the transportation algorithm and the importance of accurately recalculating multipliers and reduced costs at each step.
1524+
1525+
<br>
15221526

15231527

15241528

0 commit comments

Comments
 (0)