Skip to content

Commit 76850b2

Browse files
Merge pull request #965 from Quantum-Software-Development/FabianaCampanari-patch-2
Update README.md
2 parents 9b98d97 + 6db4a71 commit 76850b2

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,14 +2189,16 @@ The [**Assignment Problem**]() aims to allocate *n* tasks to *n* agents (machine
21892189

21902190
<br>
21912191

2192-
- [Row 1 min: 2[() → [0, 2, 1]
2193-
- [Row 2 min: 1[() → [0, 2, 1]
2194-
- [Row 3 min: 2[() → [3, 0, 2]
2192+
- [Row 1 min: 2]()[0, 2, 1]
2193+
- [Row 2 min: 1]()[0, 2, 1]
2194+
- [Row 3 min: 2]()[3, 0, 2]
21952195

21962196
<br>
21972197

21982198
#### [Matrix after row subtraction]():
21992199

2200+
<br>
2201+
22002202
| | M1 | M2 | M3 |
22012203
|---------|----|----|----|
22022204
| Task 1 | 0 | 2 | 1 |
@@ -2206,16 +2208,23 @@ The [**Assignment Problem**]() aims to allocate *n* tasks to *n* agents (machine
22062208

22072209
<br>
22082210

2209-
### [**Step 2](): Subtract Column Minimums**
2211+
### [Step 2](): Subtract Column Minimums
22102212

2211-
### Problem Recap
2213+
### [Problem Recap]():
2214+
2215+
<br>
22122216

22132217
- **3 tasks** must be assigned to **3 machines**.
22142218
- Each task can be done by any machine, but with different costs.
22152219
- Each task must be assigned to exactly one machine, and each machine to exactly one task.
22162220
- **Goal:** Minimize total assignment cost.
22172221

2218-
### Cost Table
2222+
<br>
2223+
2224+
### [Cost Table]():
2225+
2226+
<br>
2227+
22192228

22202229
| | Machine 1 | Machine 2 | Machine 3 |
22212230
|---------|-----------|-----------|-----------|

0 commit comments

Comments
 (0)