Skip to content

Commit 9235b37

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <[email protected]>
1 parent 6bfac49 commit 9235b37

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,33 +1494,27 @@ u_1 = 0, leading to v_1 = 12, u_2 = 6, v_2 = 18, u_3 = -3, and v_3 = 37.
14941494

14951495
### - **Updated solution**:
14961496

1497-
- $x_{31} = 10$, $x_{21} = 10$, $x_{22} = 130$, $x_{32} = 0$.
1497+
### - $x_{31} = 10$, $x_{21} = 10$, $x_{22} = 130$, $x_{32} = 0$.
14981498

1499-
- Total cost increases to **9820** due to an incorrect loop adjustment in manual calculations.
1499+
### - Total cost increases to [**9820**]() due to an incorrect loop adjustment in manual calculations.
15001500

15011501
<br>
15021502

15031503
### [Step 3](): Rechecking Optimality:
15041504

15051505
### - **Recalculated multipliers** (after correction)
15061506

1507-
- $u =$, $v =$.
1507+
### - $u =$, $v =$.
15081508

15091509
### - **New reduced costs**:
15101510

1511-
- $\bar{c}_{12} = -4$, $\bar{c}_{13} = -6$, $\bar{c}_{23} = -2$, $\bar{c}_{31} = 0$.
1511+
### - c̄₁₂ = -4, c̄₁₃ = -6, c̄₂₃ = -2, c̄₃₁ = 0
15121512

1513-
- $\bar{c}_{12} = -4$, $\bar{c}_{13} = -6$, $\bar{c}_{23} = -2$, $\bar{c}_{31} = 0$
1513+
$$\bar{c}_{12} = -4$$, $$\bar{c}_{13} = -6$$, $$\bar{c}_{23} = -2$$, $$\bar{c}_{31} = 0$$.
15141514

1515-
- ![equation](https://latex.codecogs.com/png.image?\bar{c}_{12}=-4,\ \bar{c}_{13}=-6,\ \bar{c}_{23}=-2,\ \bar{c}_{31}=0)
1515+
- Remaining negative reduced costs necessitate further iterations.
15161516

1517-
c̄₁₂ = -4, c̄₁₃ = -6, c̄₂₃ = -2, c̄₃₁ = 0
15181517

1519-
\bar{c}_{12} = -4,\quad \bar{c}_{13} = -6,\quad \bar{c}_{23} = -2,\quad \bar{c}_{31} = 0
1520-
1521-
$$\bar{c}_{12} = -4,\quad \bar{c}_{13} = -6,\quad \bar{c}_{23} = -2,\quad \bar{c}_{31} = 0$$
1522-
1523-
$\bar{c}_{12} = -4,\quad \bar{c}_{13} = -6,\quad \bar{c}_{23} = -2,\quad \bar{c}_{31} = 0$
15241518

15251519

15261520

0 commit comments

Comments
 (0)