From 64417dfd8ea9d96ed62c8afcbba2278adee43b3b 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:07:59 -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, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 956817b..d11712b 100644 --- a/README.md +++ b/README.md @@ -895,6 +895,8 @@ A study on resource usage showed the possibility of producing two products: **P1 [The production department provided the following **resource usage** table](): +
+ | Product | R1/unit | R2/unit | R3/unit | |---------|---------|---------|---------| | **P1** | 2 | 3 | 5 | @@ -904,6 +906,8 @@ A study on resource usage showed the possibility of producing two products: **P1 [And the **monthly resource availability**](): +
+ | Resource | Monthly Availability | |----------|----------------------| | **R1** | 100 | @@ -996,7 +1000,7 @@ $5x_1 + 3x_2 \leq 120$

-### 4. [Non-Negativity Constraints]() +### [4](). Non-Negativity Constraints: ### ***We cannot produce a negative quantity of products***: @@ -1012,7 +1016,7 @@ x_1 \geq 0, \quad x_2 \geq 0

-### 5. [Complete Mathematical Model](): +### [5](). Complete Mathematical Model:
@@ -1048,7 +1052,7 @@ x_1 \geq 0, \quad x_2 \geq 0
-### 🔢 {Profit per Product](): +### 🔢 [Profit per Product]():
@@ -1061,6 +1065,8 @@ x_1 \geq 0, \quad x_2 \geq 0 ### 🧰 Resource Usage per Unit +
+ | Product | R1/unit | R2/unit | R3/unit | |:--------|:-------:|:-------:|:-------:| | **P1** | 2 | 3 | 5 | @@ -1070,6 +1076,8 @@ x_1 \geq 0, \quad x_2 \geq 0 ### 📦 Monthly Resource Availability +
+ | Resource | Available Units | |:---------|:----------------:| | **R1** | 100 |