You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -713,7 +713,7 @@ After running Solver:
713
713
714
714
<br>
715
715
716
-
# VIII 🐍[Linear Programming Problem – Simplex Method using Python]():
716
+
# VIII 🐍[Linear Programming Problem – Simplex Method using Python]():
717
717
718
718
This example presents a complete, step-by-step solution to a **Linear Programming (LP)** problem using the **Simplex Method**, along with a basic **Python implementation**.
719
719
@@ -1217,7 +1217,8 @@ x_1 \geq 0$ and $x_2 \geq 0
1217
1217
1218
1218
<br>
1219
1219
1220
-
### [1](). Intersection of $x_1 + 3x_2 = 7$ and $2x_1 + 2x_2 = 8$:
0 commit comments