Skip to content

Commit 0873270

Browse files
Merge pull request #971 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents c2b7cc0 + 45b87af commit 0873270

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

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

22352235
<br>
22362236

2237-
🏄🏄🏄🏄🏄
2238-
22392237
### [Step 1](): Set Up the Excel Spreadsheet
22402238

22412239
<br>
@@ -2302,8 +2300,7 @@ This formula multiplies each assignment by its cost and sums the total.
23022300
- In **J2**: `=SUM(G2:I2)`
23032301
- In **J3**: `=SUM(G3:I3)`
23042302
- In **J4**: `=SUM(G4:I4)`
2305-
2306-
<br>
2303+
-
23072304

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

@@ -2314,27 +2311,29 @@ This formula multiplies each assignment by its cost and sums the total.
23142311

23152312
<br>
23162313

2314+
🏄🏄🏄🏄🏄
2315+
23172316
### [Step 2](): Configure Excel Solver
23182317

23192318
<br>
23202319

2321-
1. **Go to**: Data > Solver
2320+
1. [**Go to**](): Data > Solver
23222321

2323-
2. **Set Objective**:
2322+
2. [**Set Objective**]():
23242323
- Set **K2** (total cost) to **Minimize**.
23252324

2326-
3. **By Changing Variable Cells**:
2325+
3. [**By Changing Variable Cells**]():
23272326
- Select **G2:I4**.
23282327

2329-
4. **Add Constraints**:
2328+
4. [**Add Constraints**]():
23302329
- **J2:J4 = 1** (each task assigned once)
23312330
- **G5:I5 = 1** (each machine assigned once)
23322331
- **G2:I4 = binary** (only 0 or 1 allowed)
23332332

2334-
5. **Choose Solving Method**:
2333+
5. [**Choose Solving Method**]():
23352334
- Use "Simplex LP" or "GRG Nonlinear" (either works for this size).
23362335

2337-
6. **Click Solve**.
2336+
6. [**Click Solve**]().
23382337

23392338
<br>
23402339

0 commit comments

Comments
 (0)