diff --git a/README.md b/README.md index 53f6d14..ffa6192 100644 --- a/README.md +++ b/README.md @@ -428,13 +428,13 @@ In the context of Linear Programming (LP) and the Simplex Method, Excel Solver c
-## 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**.
-### [Problem](): +## [Problem](): ### [Maximize the objective function](): @@ -450,7 +450,7 @@ x, y ≥ 0
-### [Excel Spreadsheet Setup](): +### - [Excel Spreadsheet Setup](): ### **Fill the spreadsheet with the following structure:** @@ -491,7 +491,7 @@ x, y ≥ 0

-### [Solver Configuration (Simplex LP)](): +### - [Solver Configuration (Simplex LP)](): 1. Go to `Data` > `Solver`. 2. Set Objective Cell: `B3` @@ -507,7 +507,7 @@ x, y ≥ 0
-### Solution +### - [Solution](): After running Solver