From df78a0097a03ec527613adca032b8702de7e94c4 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 22:41:13 -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, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 08f7867..cbe062a 100644
--- a/README.md
+++ b/README.md
@@ -540,7 +540,7 @@ x, y ≥ 0
-### [*Excel Setup*]()
+### [*Excel Setup*]():
@@ -563,7 +563,7 @@ x, y ≥ 0
-### [*Solver Configuration*]()
+### [*Solver Configuration*]():
1. Set Objective: **B3**
2. To: **Maximize**
@@ -578,7 +578,7 @@ x, y ≥ 0
-### [*Solution Output*]()
+### [*Solution Output*]():
After running Solver:
@@ -632,9 +632,9 @@ And the **monthly resource availability**:
-### ➢[Step-by-Step Modeling]();
+### ➢[Step-by-Step Modeling]()
-### 1. [Decision Variables]()
+### 1. [Decision Variables]():
- Let:
@@ -696,9 +696,9 @@ $3x_1 \leq 90
-### 4. [Non-Negativity Constraints]():
+### 4. [Non-Negativity Constraints]()
-#### We cannot produce a negative quantity of products:
+### ***We cannot produce a negative quantity of products***:
### $x_1 \geq 0, \quad x_2 \geq 0$