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: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,13 @@ In the context of Linear Programming (LP) and the Simplex Method, Excel Solver c
<br>


## VII - [Simplex Method using Excel Solver]()
# VII - [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]():
## [Problem]():

### [Maximize the objective function]():

Expand All @@ -450,7 +450,7 @@ x, y ≥ 0
<br>


### [Excel Spreadsheet Setup]():
### - [Excel Spreadsheet Setup]():

### **Fill the spreadsheet with the following structure:**

Expand Down Expand Up @@ -491,7 +491,7 @@ x, y ≥ 0

<br><br>

### [Solver Configuration (Simplex LP)]():
### - [Solver Configuration (Simplex LP)]():

1. Go to `Data` > `Solver`.
2. Set Objective Cell: `B3`
Expand All @@ -507,7 +507,7 @@ x, y ≥ 0

<br>

### Solution
### - [Solution]():

After running Solver

Expand Down