We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daa7852 + 61c48b1 commit 8cb5cb0Copy full SHA for 8cb5cb0
README.md
@@ -563,7 +563,7 @@ After running Solver:
563
564
## Extras Excercise:
565
566
-### 1- 📊 Linear Programming Mathematical Model — Production Optimization
+## 1- 📊 Linear Programming Mathematical Model — Production Optimization
567
568
### ✅ Problem Statement
569
@@ -746,13 +746,16 @@ x_1 \geq 0, \quad x_2 \geq 0
746
747
<br>
748
749
----llll---
+## 2- 📈 Graphical Solution to the Linear Programming (LP) Problem
750
751
-### 2- 📈 Graphical Solution to the Linear Programming (LP) Problem
+**Objective:**
752
753
+Maximize
754
+$$
755
+Z = 4x_1 + 3x_2
756
757
758
----oooo----
759
760
761
0 commit comments