Skip to content

Update README.md #953

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 3, 2025
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: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2027,9 +2027,7 @@ v_1 &= 12, \quad v_2 = 18, \quad v_3 = 24 \\

<br>

---\\\ UNDER CONTR🚛🚛🚛

### **3.2 Compute Reduced Costs Again**
#### [3.2](). Compute Reduced Costs Again

<br>

Expand All @@ -2042,20 +2040,26 @@ v_1 &= 12, \quad v_2 = 18, \quad v_3 = 24 \\

<br>

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

<br>

## Final Iteration (Optimal Solution)
## [Step 4](): Final Iteration (Optimal Solution)

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

### [4.1](). Select Entering Variable**
<br>

Most negative reduced cost: $\bar{c}_{13} = -6$.

**Entering variable:** $x_{13}$.
<br>

Entering variable:** $x_{13}$.

<br>

🏄🏄🏄🏄

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

- **Loop Path**: $ x_{13} \rightarrow x_{33} \rightarrow x_{31} \rightarrow x_{11} \rightarrow x_{13} $.
Expand Down