Skip to content

Commit c85fdb5

Browse files
Merge pull request #587 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents bb44b04 + ebde6b7 commit c85fdb5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,26 @@ x_1,\, x_2,\, s_1,\, s_2,\, s_3,\, s_4 \geq 0
675675

676676
<br>
677677

678+
### 🔄 [Iterations Overview]():
678679

680+
#### [Iteration 1]():
679681

682+
- **Entering variable**: x₁ (most negative in Z row)
683+
- **Leaving variable**: s₃ (minimum ratio = 3)
684+
- Pivot to bring x₁ into the basis.
685+
686+
Updated tableau shows next candidate as:
687+
- **Entering variable**: x₂
688+
- **Leaving variable**: s₁ or s₄ (tie – choose s₁)
689+
690+
<br>
691+
692+
#### [Iteration 2]():
693+
694+
After pivoting x₂ into the basis, tableau is updated again.
695+
Now the most negative coefficient in the Z row is for s₃, but:
696+
- No valid pivot is possible (no positive coefficients in that column).
697+
- Hence, no further improvement is feasible.
680698

681699

682700

0 commit comments

Comments
 (0)