From 1623da4ca4dd0a3c6c4e4b10a7b8db9344a0b259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiana=20=F0=9F=9A=80=20=20Campanari?= <113218619+FabianaCampanari@users.noreply.github.com> Date: Thu, 24 Apr 2025 23:01:57 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com> --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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