Skip to content

Commit 73a618f

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <[email protected]>
1 parent 2d7f83c commit 73a618f

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -431,16 +431,26 @@ In the context of Linear Programming (LP) and the Simplex Method, Excel Solver c
431431

432432
<br>
433433

434-
### [Solution]():
434+
## [Example Excel Solver Example – Linear Programming with Simplex]()
435+
436+
This example demonstrates how to use Excel Solver to solve a Linear Programming problem using the **Simplex Method**.
437+
438+
### [Problem Statement]():
439+
440+
[Maximize]():
441+
442+
Z = 40x + 30y
435443

436-
After running Solver
444+
Subject to:
445+
446+
2x + y ≤ 40
447+
x + 2y ≤ 50
448+
x, y ≥ 0
437449

438-
x = 20
439-
y = 40
440-
Z = 320 + 540 = 260
450+
451+
<br>
441452

442453

443-
Z = 260
444454

445455

446456

0 commit comments

Comments
 (0)