Skip to content

Commit 0d7fabf

Browse files
Merge pull request #969 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 066aac8 + 43e2a39 commit 0d7fabf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2275,10 +2275,13 @@ The [**Assignment Problem**]() aims to allocate *n* tasks to *n* agents (machine
22752275

22762276
<br>
22772277

2278-
### [1.3](): Calculate the Total Cost
2278+
#### [1.3](): Calculate the Total Cost
2279+
2280+
<br>
22792281

22802282
In cell **K2**, enter:
22812283

2284+
<br>
22822285

22832286
```bash
22842287
=SUMPRODUCT(B2:D4, G2:I4)
@@ -2292,15 +2295,13 @@ This formula multiplies each assignment by its cost and sums the total.
22922295

22932296
#### [.4](): Add Row and Column Sums for Constraints
22942297

2295-
<br>
2296-
2297-
#### Row Sums (Each Task Assigned Once)
2298+
#### [Row Sums]() (Each Task Assigned Once):
22982299

22992300
- In **J2**: `=SUM(G2:I2)`
23002301
- In **J3**: `=SUM(G3:I3)`
23012302
- In **J4**: `=SUM(G4:I4)`
23022303

2303-
#### Column Sums (Each Machine Assigned Once)
2304+
#### [Column Sums]() (Each Machine Assigned Once):
23042305

23052306
- In **G5**: `=SUM(G2:G4)`
23062307
- In **H5**: `=SUM(H2:H4)`

0 commit comments

Comments
 (0)