Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,10 @@ In the context of Linear Programming (LP) and the Simplex Method, Excel Solver c

<br>

## Simplex Method using Excel Solver
## [Simplex Method using Excel Solver]()

This example shows how to solve a Linear Programming (LP) problem using the **Simplex Method** via **Excel Solver**.

<br>

### Problem

Expand All @@ -432,6 +431,13 @@ x + 2y ≤ 100
2x + y ≤ 80
x, y ≥ 0

<br>

### [Excel Spreadsheet Setup]()

Fill the spreadsheet with the following structure:

#### Variables and Objective



Expand Down