From f54a7f0c8ccebabec0035e5b6eb3e513f0e91ea3 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:35:44 -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 | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d018f34..8eda772 100644 --- a/README.md +++ b/README.md @@ -1721,7 +1721,7 @@ Most negative reduced cost: $\bar{c}_{31} = -13$
-- **Loop Path**: $x_{31} \rightarrow x_{32} \rightarrow x_{22} \rightarrow x_{21} \rightarrow x_{31}$. +- **Loop Path**: $x_{31} \rightarrow x_{32} \rightarrow x_{22} \rightarrow x_{21} \rightarrow x_{31}$ - **Adjustment Values**: @@ -1732,7 +1732,7 @@ Most negative reduced cost: $\bar{c}_{31} = -13$
-#### [2.3](). Update Basic Variables** +#### [2.3](). **Update Basic Variables**
@@ -1755,7 +1755,7 @@ Most negative reduced cost: $\bar{c}_{31} = -13$
-#### [2.4](). Verify Feasibility** +#### [2.4](). **Verify Feasibility** - [**Supplies**](): @@ -1773,7 +1773,7 @@ Most negative reduced cost: $\bar{c}_{31} = -13$
-#### [2.5](). Calculate New Total Cost** +#### [2.5](). ** Calculate New Total Cost**
@@ -1787,6 +1787,16 @@ $$
+```latex +\begin{align*} +z &= (12 \times 100) + (18 \times 10) + (24 \times 130) + (22 \times 10) + (34 \times 150) \\ + &= 1200 + 180 + 3120 + 220 + 5100 \\ + &= \boxed{9820} +\end{align*} +``` + +
+ ## [Step 3](): Recheck Optimality #### [3.1](). Recalculate Dual Variables