From 48c11066fd09ee240f80e7d0239e69db4b48480d 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:34:44 -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 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8442a51..0daebe5 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,20 @@ The Excel Solver is an optimization tool available in Microsoft Excel that allow
+In the context of Linear Programming (LP) and the Simplex Method, Excel Solver can be used to: + • Define decision variables (cells that Solver will change); + • Set a linear objective function to maximize or minimize; + • Specify constraints on variables (e.g., inequalities or equalities); + • Use the Simplex LP solving method to compute the optimal solution + + +
+ + + + + +