Skip to content

Commit a63a741

Browse files
Merge pull request #349 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 96e7145 + cc7c0e3 commit a63a741

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,22 @@ After running Solver:
493493
- **x = 10**
494494
- **y = 20**
495495
- **Z = 40×10 + 30×20 = 1000**
496+
497+
<br>
498+
499+
### Solver Configuration (Simplex LP)
500+
501+
1. Go to `Data` > `Solver`.
502+
2. Set Objective Cell: `B3`
503+
3. Select: **Max**
504+
4. By Changing Variable Cells: `B1:B2`
505+
5. Add Constraints:
506+
- `B5 <= C5`
507+
- `B6 <= C6`
508+
- `B1 >= 0`
509+
- `B2 >= 0`
510+
6. Choose **Simplex LP** as the solving method.
511+
7. Click **Solve**.
496512

497513

498514

0 commit comments

Comments
 (0)