From 4feec7ae5e0363713a1649b96424ed35e0302247 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: Thu, 24 Apr 2025 22:58:01 -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29ea540..53f6d14 100644 --- a/README.md +++ b/README.md @@ -997,8 +997,8 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8:
```latex -- **Optimal solution:** $x_1 = 3$, $x_2 = 0$ -- **Maximum value:** $Z = 12$ +- **Optimal solution:** x_1 = 3$, $x_2 = 0 +- **Maximum value:** Z = 12 ```