Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ Most negative reduced cost: $\bar{c}_{31} = -13$

<br>

- **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**:
Expand All @@ -1732,7 +1732,7 @@ Most negative reduced cost: $\bar{c}_{31} = -13$

<br>

#### [2.3](). Update Basic Variables**
#### [2.3](). **Update Basic Variables**

<br>

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

<br>

#### [2.4](). Verify Feasibility**
#### [2.4](). **Verify Feasibility**

- [**Supplies**]():

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

<br>

#### [2.5](). Calculate New Total Cost**
#### [2.5](). ** Calculate New Total Cost**

<br>

Expand All @@ -1787,6 +1787,16 @@ $$

<br>

```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*}
```

<br>

## [Step 3](): Recheck Optimality

#### [3.1](). Recalculate Dual Variables
Expand Down