Skip to content

Commit bfa9722

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <[email protected]>
1 parent f45aff7 commit bfa9722

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -594,13 +594,13 @@ After running Solver:
594594

595595
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**.
596596

597-
## 🧮 Problem Statement
597+
## 🧮 [Problem Statemen]():
598598

599-
### **Maximize:**
599+
### [**Maximize:**]():
600600

601601
$Z = 4x_1 + 3x_2$
602602

603-
### **Subject to:**
603+
### [**Subject to:**]():
604604

605605
$x_1 + 3x_2 \leq 7$
606606
$2x_1 + 2x_2 \leq 8$
@@ -627,6 +627,15 @@ x_1 \geq 0 \text{ e } x_2 \geq 0
627627
\
628628
```
629629

630+
<br>
631+
632+
### ✅ Standard Form Conversion:
633+
634+
### [pIntroduce slack variables](): s₁, s₂, s₃, s₄
635+
636+
### [The system becomes]():
637+
638+
630639

631640

632641

0 commit comments

Comments
 (0)