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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ x, y ≥ 0

<br>

### [*Excel Setup*]()
### [*Excel Setup*]():

<br>

Expand All @@ -563,7 +563,7 @@ x, y ≥ 0

<br>

### [*Solver Configuration*]()
### [*Solver Configuration*]():

1. Set Objective: **B3**
2. To: **Maximize**
Expand All @@ -578,7 +578,7 @@ x, y ≥ 0

<br>

### [*Solution Output*]()
### [*Solution Output*]():

After running Solver:

Expand Down Expand Up @@ -632,9 +632,9 @@ And the **monthly resource availability**:

<br>

### ➢[Step-by-Step Modeling]();
### ➢[Step-by-Step Modeling]()

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

- Let:

Expand Down Expand Up @@ -696,9 +696,9 @@ $3x_1 \leq 90

<br>

### 4. [Non-Negativity Constraints]():
### 4. [Non-Negativity Constraints]()

#### We cannot produce a negative quantity of products:
### ***We cannot produce a negative quantity of products***:

### $x_1 \geq 0, \quad x_2 \geq 0$

Expand Down