From 0237c7daa5ca03a102f36bc07f5651723a8d8fa3 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: Sun, 13 Jul 2025 17:52:18 -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 | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7318d19..19952cf 100644 --- a/README.md +++ b/README.md @@ -1619,24 +1619,25 @@ u =$, $v =
-#### [**Initial Solution (Northwest Corner Method)** ](): +- [**Initial Solution (Northwest Corner Method)**](): -### - $\bar{c}_{12} = -4$ +- $x_{11} = 100$ +- $x_{21} = 20$ +- $x_{22} = 120$ +- $x_{32} = 10$ +- $x_{33} = 150$ + +
+```latex - \( x_{11} = 100 \) - \( x_{21} = 20 \) - \( x_{22} = 120 \) - \( x_{32} = 10 \) - \( x_{33} = 150 \) - -- $x_{11} = 100$ -- $x_{21} = 20$ -- $x_{22} = 120$ -- $x_{32} = 10$ -- $x_{33} = 150$ - +``` - Total Cost: $\( z = 9690 \)$