Skip to content

Commit 8933f73

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent 36a4419 commit 8933f73

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)