From f0d6807fd82dc7bf5f347e5837d0cba5b02d9591 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:56:54 -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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e63b967..ac71cf1 100644 --- a/README.md +++ b/README.md @@ -635,6 +635,18 @@ x_1 \geq 0 \text{ e } x_2 \geq 0 ### [The system becomes](): +
+ +$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$ + +
+ + +