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 22ab6be + 55b80c4 commit d0e34c4Copy full SHA for d0e34c4
1 file changed
README.md
@@ -604,19 +604,35 @@ And the **monthly resource availability**:
604
605
---
606
607
-### 🧠 Step-by-Step Modeling
+### 🧠 Step-by-Step Modeling;
608
609
-<br>
610
-
611
-#### 1. 🧮 Decision Variables
+#### 1. [Decision Variables]()
612
613
- Let:
614
615
x₁ = quantity produced of product P1
616
617
x₂ = quantity produced of product P2
618
619
-Or in LaTeX (for use in documents):
+<br>
+
+☟ Or in LaTeX (for use in documents):
620
621
+```latex
622
+x_1 = \text{quantity produced of product P1} \\
623
624
+x_2 = \text{quantity produced of product P2}
625
+```
626
627
628
629
+[Objective Function]():
630
631
+### Maximize total profit:
632
633
+\text{Maximize } Z = 120x_1 + 150x_2
634
635
636
637
638
0 commit comments