From e116101ac77ac676436831eaf615cc8736d864d7 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, 4 May 2025 19:58:43 -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 | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/README.md b/README.md
index ac71cf1..122d315 100644
--- a/README.md
+++ b/README.md
@@ -645,6 +645,33 @@ $x_1,\ x_2,\ s_1,\ s_2,\ s_3,\ s_4 \geq 0$
+```latex
+\
+\begin{aligned}
+\text{Max.} \quad & Z = 4x_1 + 3x_2 \\
+\text{S.a.} \quad &
+\begin{cases}
+x_1 + 3x_2 + s_1 = 7 \\
+2x_1 + 2x_2 + s_2 = 8 \\
+x_1 + x_2 + s_3 = 3 \\
+x_2 + s_4 = 2 \\
+x_1,\, x_2,\, s_1,\, s_2,\, s_3,\, s_4 \geq 0
+\end{cases}
+\end{aligned}
+\
+```
+
+
+
+
+
+
+
+
+
+
+
+