Skip to content

Commit 9b98d97

Browse files
Merge pull request #964 from Quantum-Software-Development/FabianaCampanari-patch-2
Update README.md
2 parents 92464f8 + c28c2fc commit 9b98d97

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,7 +2161,7 @@ Recalculating reduced costs confirms all $\bar{c}_{ij} \geq 0$. [**Optimal solut
21612161

21622162
### Theoretical Explanation
21632163

2164-
The **Assignment Problem** aims to allocate *n* tasks to *n* agents (machines, workers) at minimum cost, ensuring each task and agent is assigned exactly once.**
2164+
The [**Assignment Problem**]() aims to allocate *n* tasks to *n* agents (machines, workers) at minimum cost, ensuring each task and agent is assigned exactly once.
21652165

21662166

21672167
### [Problem Statement]():
@@ -2179,20 +2179,23 @@ The **Assignment Problem** aims to allocate *n* tasks to *n* agents (machines, w
21792179

21802180
<br>
21812181

2182+
🏄🏄🏄🏄🏄
21822183

21832184
## 1. [Hungarian Method]() (Step by Step):
21842185

2185-
### [**Step 1](): Subtract Row Minimums**
2186+
### [Step 1](): Subtract Row Minimums
21862187

2187-
#### Subtract the minimum value in each row from all elements in that row.
2188+
#### [Subtract the minimum value in each row from all elements in that row]().
21882189

2189-
- Row 1 min: 2 → [0, 2, 1]
2190-
- Row 2 min: 1 → [0, 2, 1]
2191-
- Row 3 min: 2 → [3, 0, 2]
2190+
<br>
2191+
2192+
- [Row 1 min: 2[() → [0, 2, 1]
2193+
- [Row 2 min: 1[() → [0, 2, 1]
2194+
- [Row 3 min: 2[() → [3, 0, 2]
21922195

21932196
<br>
21942197

2195-
#### [**Matrix after row subtraction:**]()
2198+
#### [Matrix after row subtraction]():
21962199

21972200
| | M1 | M2 | M3 |
21982201
|---------|----|----|----|

0 commit comments

Comments
 (0)