Skip to content

Commit 17c8c16

Browse files
Merge pull request #873 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents d4ff249 + f54a7f0 commit 17c8c16

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ Most negative reduced cost: $\bar{c}_{31} = -13$
17211721

17221722
<br>
17231723

1724-
- **Loop Path**: $x_{31} \rightarrow x_{32} \rightarrow x_{22} \rightarrow x_{21} \rightarrow x_{31}$.
1724+
- **Loop Path**: $x_{31} \rightarrow x_{32} \rightarrow x_{22} \rightarrow x_{21} \rightarrow x_{31}$
17251725

17261726

17271727
- **Adjustment Values**:
@@ -1732,7 +1732,7 @@ Most negative reduced cost: $\bar{c}_{31} = -13$
17321732

17331733
<br>
17341734

1735-
#### [2.3](). Update Basic Variables**
1735+
#### [2.3](). **Update Basic Variables**
17361736

17371737
<br>
17381738

@@ -1755,7 +1755,7 @@ Most negative reduced cost: $\bar{c}_{31} = -13$
17551755

17561756
<br>
17571757

1758-
#### [2.4](). Verify Feasibility**
1758+
#### [2.4](). **Verify Feasibility**
17591759

17601760
- [**Supplies**]():
17611761

@@ -1773,7 +1773,7 @@ Most negative reduced cost: $\bar{c}_{31} = -13$
17731773

17741774
<br>
17751775

1776-
#### [2.5](). Calculate New Total Cost**
1776+
#### [2.5](). ** Calculate New Total Cost**
17771777

17781778
<br>
17791779

@@ -1787,6 +1787,16 @@ $$
17871787

17881788
<br>
17891789

1790+
```latex
1791+
\begin{align*}
1792+
z &= (12 \times 100) + (18 \times 10) + (24 \times 130) + (22 \times 10) + (34 \times 150) \\
1793+
&= 1200 + 180 + 3120 + 220 + 5100 \\
1794+
&= \boxed{9820}
1795+
\end{align*}
1796+
```
1797+
1798+
<br>
1799+
17901800
## [Step 3](): Recheck Optimality
17911801

17921802
#### [3.1](). Recalculate Dual Variables

0 commit comments

Comments
 (0)