Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2300,22 +2300,19 @@ This formula multiplies each assignment by its cost and sums the total.
- In **J2**: `=SUM(G2:I2)`
- In **J3**: `=SUM(G3:I3)`
- In **J4**: `=SUM(G4:I4)`
-

#### [Column Sums]() (Each Machine Assigned Once):

- In **G5**: `=SUM(G2:G4)`
- In **H5**: `=SUM(H2:H4)`
- In **I5**: `=SUM(I2:I4)`


<br>

🏄🏄🏄🏄🏄

### [Step 2](): Configure Excel Solver

<br>

1. [**Go to**](): Data > Solver

Expand All @@ -2337,6 +2334,8 @@ This formula multiplies each assignment by its cost and sums the total.

<br>

🏄🏄🏄🏄🏄

### [Step 3](): Solution Example

After running Solver, you should get a solution like:
Expand All @@ -2353,11 +2352,13 @@ After running Solver, you should get a solution like:

<br>

- **Task 1 → Machine 1** (cost 2)
- **Task 2 → Machine 3** (cost 2)
- **Task 3 → Machine 2** (cost 2)
- [Task 1]() → **Machine 1** (cost 2)
- [Task 2]() → **Machine 3** (cost 2)
- [Task 3]() → **Machine 2** (cost 2)

<br>

**Total minimum cost:** 6
**Total minimum cost:** [6]().

<br>

Expand Down Expand Up @@ -2549,7 +2550,7 @@ Any contributions are highly appreciated. You can contribute in two ways:

## Main Contributors

- [Fabiana 🚀 Campanari](https://github.com/FabianaCampanari)
- [Fabiana ⚡️ Campanari](https://github.com/FabianaCampanari)

<br>

Expand Down