File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
22802282In 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) `
You can’t perform that action at this time.
0 commit comments