From fd34ffbb520628dfa0be94c981c9af86dfb67802 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 14:03:47 -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 | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a0f481a..956817b 100644 --- a/README.md +++ b/README.md @@ -938,7 +938,7 @@ x_1 = \text{quantity produced of product P1} \\ x_2 = \text{quantity produced of product P2} ``` -
+

### [2](). Objective Function: @@ -954,7 +954,7 @@ $\text{Maximize: } Z = 120x_1 + 150x_2$ \text{Maximize: } Z = 120x_1 + 150x_2 ``` -
+

### [3](). Resource Constraints: @@ -1000,12 +1000,17 @@ $5x_1 + 3x_2 \leq 120$ ### ***We cannot produce a negative quantity of products***: -### $x_1 \geq 0, \quad x_2 \geq 0$ +
+ +$x_1 \geq 0, \quad x_2 \geq 0$ + +
```latex x_1 \geq 0, \quad x_2 \geq 0 ``` -
+ +

### 5. [Complete Mathematical Model](): @@ -1023,6 +1028,8 @@ x_1 \geq 0, \quad x_2 \geq 0 } $$ +
+ ```latex \boxed{ \begin{cases} @@ -1034,11 +1041,16 @@ x_1 \geq 0, \quad x_2 \geq 0 \end{cases} } ``` + +

+ +## 📌 [Summary Tables](): +
-## 📌 Summary Tables +### 🔢 {Profit per Product](): -### 🔢 Profit per Product +
| Product | Profit per Unit (u.m.) | |:--------|:----------------------:|