Skip to content

Commit ea28ad1

Browse files
Merge pull request #341 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 36a4419 + 8933f73 commit ea28ad1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,13 @@ In the context of Linear Programming (LP) and the Simplex Method, Excel Solver c
421421
2. Set Objective Cell: `B3`
422422
3. Select: **Max**
423423
4. By Changing Variable Cells: `B1:B2`
424+
5. Add Constraints:
425+
- `B5 <= C5`
426+
- `B6 <= C6`
427+
- `B1 >= 0`
428+
- `B2 >= 0`
429+
6. Choose **Simplex LP** as the solving method.
430+
7. Click **Solve**.
424431

425432

426433

0 commit comments

Comments
 (0)