From 48660fac49fa27d266d6e789a4e621552f703328 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: Sun, 13 Apr 2025 20:43:20 -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, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f9aa47..b2eb3a6 100644 --- a/README.md +++ b/README.md @@ -414,11 +414,10 @@ In the context of Linear Programming (LP) and the Simplex Method, Excel Solver c
-## 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**. -
### Problem @@ -432,6 +431,13 @@ x + 2y ≤ 100 2x + y ≤ 80 x, y ≥ 0 +
+ +### [Excel Spreadsheet Setup]() + +Fill the spreadsheet with the following structure: + +#### Variables and Objective