Skip to content

Commit fa62b22

Browse files
Merge pull request #666 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 7b5966a + 6552811 commit fa62b22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

15151515
<br>
15161516

1517-
### Final Solution Status
1517+
### [Final Solution Status]():
15181518

1519-
### - 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.
1519+
### - 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.
1521+
### - The transportation algorithm must [repeat]() until [all reduced costs]() are non-negative.
15221522

1523-
### This analysis highlights the iterative nature of the transportation algorithm and the importance of accurately recalculating multipliers and reduced costs at each step.
1523+
### This analysis highlights the iterative nature of the transportation algorithm and the [importance of accurately recalculating multipliers and reduced costs at each step]().
15241524

15251525
<br>
15261526

0 commit comments

Comments
 (0)