Skip to content
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
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,19 +604,35 @@ And the **monthly resource availability**:

---

### 🧠 Step-by-Step Modeling
### 🧠 Step-by-Step Modeling;

<br>

#### 1. 🧮 Decision Variables
#### 1. [Decision Variables]()

- Let:

x₁ = quantity produced of product P1

x₂ = quantity produced of product P2

Or in LaTeX (for use in documents):
<br>

☟ Or in LaTeX (for use in documents):

```latex
x_1 = \text{quantity produced of product P1} \\
x_2 = \text{quantity produced of product P2}
```

<br>

[Objective Function]():

### Maximize total profit:

\text{Maximize } Z = 120x_1 + 150x_2





Expand Down