From 39bd4c6c4f0efe26f1059cc7106b74b84f82b8db 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:38:51 -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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a0fbde..e62d2c8 100644 --- a/README.md +++ b/README.md @@ -1249,13 +1249,13 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8:
-### [3](). [Intersection of() $x_1 + x_2 = 3$ and $x_2 = 2$: +### [3](). [Intersection of]() $x_1 + x_2 = 3$ and $x_2 = 2$: - $x_1 = 1$ - Point: **(1, 2)**
-### [4](). [Intersection of() $2x_1 + 2x_2 = 8$ and $x_2 = 2$: +### [4](). [Intersection of]() $2x_1 + 2x_2 = 8$ and $x_2 = 2$: - $x_1 = 2$ - Point: **(2, 2)** @@ -1272,7 +1272,7 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8: ## [Step 4](): Evaluate Objective Function at Each Vertex: -### - [Feasible Vertices(): +### - [Feasible Vertices]():