From 45b87af063f4a552b66a42bf2619a3ed4a6f3c26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabiana=20=20=E2=9A=A1=EF=B8=8F=20Campanari?=
<113218619+FabianaCampanari@users.noreply.github.com>
Date: Sun, 3 Aug 2025 13:48:23 -0300
Subject: [PATCH] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Fabiana ⚡️ Campanari <113218619+FabianaCampanari@users.noreply.github.com>
---
README.md | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index c4b8a9d..4f9af40 100644
--- a/README.md
+++ b/README.md
@@ -2234,8 +2234,6 @@ The [**Assignment Problem**]() aims to allocate *n* tasks to *n* agents (machine
-🏄🏄🏄🏄🏄
-
### [Step 1](): Set Up the Excel Spreadsheet
@@ -2302,8 +2300,7 @@ 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):
@@ -2314,27 +2311,29 @@ This formula multiplies each assignment by its cost and sums the total.
+🏄🏄🏄🏄🏄
+
### [Step 2](): Configure Excel Solver
-1. **Go to**: Data > Solver
+1. [**Go to**](): Data > Solver
-2. **Set Objective**:
+2. [**Set Objective**]():
- Set **K2** (total cost) to **Minimize**.
-3. **By Changing Variable Cells**:
+3. [**By Changing Variable Cells**]():
- Select **G2:I4**.
-4. **Add Constraints**:
+4. [**Add Constraints**]():
- **J2:J4 = 1** (each task assigned once)
- **G5:I5 = 1** (each machine assigned once)
- **G2:I4 = binary** (only 0 or 1 allowed)
-5. **Choose Solving Method**:
+5. [**Choose Solving Method**]():
- Use "Simplex LP" or "GRG Nonlinear" (either works for this size).
-6. **Click Solve**.
+6. [**Click Solve**]().