Skip to content

Commit 2516fcb

Browse files
Merge pull request #954 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents ad58cbb + c5bcfec commit 2516fcb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,31 +2042,31 @@ v_1 &= 12, \quad v_2 = 18, \quad v_3 = 24 \\
20422042

20432043
### [**Conclusion**](): Negative reduced costs ($x_{12}$, $x_{13}$, $x_{23}$) mean the solution is **still not optimal**. Further iterations are required.
20442044

2045+
20452046
<br>
20462047

2048+
20472049
## [Step 4](): Final Iteration (Optimal Solution)
20482050

20492051
#### [4.1](). Select Entering Variable
20502052

2051-
<br>
2052-
20532053
Most negative reduced cost: $\bar{c}_{13} = -6$.
20542054

2055-
<br>
20562055

2057-
Entering variable:** $x_{13}$.
2056+
Entering variable: $x_{13}$.
2057+
20582058

20592059
<br>
20602060

2061-
🏄🏄🏄🏄
2061+
🏄🏄🏄🏄🏄
20622062

20632063
#### [4.2](). Construct the Closed Loop
20642064

2065-
- **Loop Path**: $ x_{13} \rightarrow x_{33} \rightarrow x_{31} \rightarrow x_{11} \rightarrow x_{13} $.
2065+
- **Loop Path**: $x_{13} \rightarrow x_{33} \rightarrow x_{31} \rightarrow x_{11} \rightarrow x_{13}$.
20662066

20672067
- **Adjustment Values**:
2068-
- Subtract from $ x_{33} $ (150) and $ x_{11} $ (100).
2069-
- Minimum value to adjust: $ \min(150, 100) = 100 $.
2068+
- Subtract from $x_{33}$ (150) and $x_{11}$ (100).
2069+
- Minimum value to adjust: $\min(150, 100) = 100$.
20702070

20712071
<br>
20722072

0 commit comments

Comments
 (0)