From b9daa9cb545081e4f3376c770547ae51316cabf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiana=20=20=F0=9F=A7=AC=20Campanari?= <113218619+FabianaCampanari@users.noreply.github.com> Date: Thu, 17 Jul 2025 13:53:30 -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 1c87b14..cbe01b9 100644 --- a/README.md +++ b/README.md @@ -912,15 +912,15 @@ And the **monthly resource availability**:
-### ➢ [Objective](): +### [Objective](): ### ***Mathematically model the **Linear Programming (LP)** problem to **maximize profit** under resource constraints***.
-### ➢[Step-by-Step Modeling]() +### - [Step-by-Step Modeling]() -### 1. [Decision Variables](): +### [1](). Decision Variables: - Let: @@ -940,7 +940,7 @@ x_2 = \text{quantity produced of product P2}
-### 2. [Objective Function](): +### [2](). Objective Function: #### Maximize total profit: @@ -952,11 +952,11 @@ x_2 = \text{quantity produced of product P2}
-### 3. [Resource Constraints](): +### [3](). Resource Constraints: -#### Each resource has limited availability: +### Each resource has limited availability: -#### ➢ [R1]() Constraint: +### ➢ [R1]() Constraint: ### $2x_1 + 4x_2 \leq 100$