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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ x_1,\, x_2,\, s_1,\, s_2,\, s_3,\, s_4 \geq 0
- **Leaving variable**: s₃ (minimum ratio = 3)
- Pivot to bring x₁ into the basis.

### {Updated tableau shows next candidate as]():
### [Updated tableau shows next candidate as]():

- **Entering variable**: x₂
- **Leaving variable**: s₁ or s₄ (tie – choose s₁)
Expand All @@ -825,7 +825,7 @@ Now the most negative coefficient in the Z row is for s₃, but:

### 🏁 [Final Optimal Solution]():

The optimal solution was reached at the end of Iteration 1]():
[The optimal solution was reached at the end of Iteration 1]():

x₁ = 3
x₂ = 0
Expand Down