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: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,8 @@ A study on resource usage showed the possibility of producing two products: **P1

[The production department provided the following **resource usage** table]():

<br>

| Product | R1/unit | R2/unit | R3/unit |
|---------|---------|---------|---------|
| **P1** | 2 | 3 | 5 |
Expand All @@ -904,6 +906,8 @@ A study on resource usage showed the possibility of producing two products: **P1

[And the **monthly resource availability**]():

<br>

| Resource | Monthly Availability |
|----------|----------------------|
| **R1** | 100 |
Expand Down Expand Up @@ -996,7 +1000,7 @@ $5x_1 + 3x_2 \leq 120$

<br><br>

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

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

Expand All @@ -1012,7 +1016,7 @@ x_1 \geq 0, \quad x_2 \geq 0

<br><br>

### 5. [Complete Mathematical Model]():
### [5](). Complete Mathematical Model:

<br>

Expand Down Expand Up @@ -1048,7 +1052,7 @@ x_1 \geq 0, \quad x_2 \geq 0

<br>

### 🔢 {Profit per Product]():
### 🔢 [Profit per Product]():

<br>

Expand All @@ -1061,6 +1065,8 @@ x_1 \geq 0, \quad x_2 \geq 0

### 🧰 Resource Usage per Unit

<br>

| Product | R1/unit | R2/unit | R3/unit |
|:--------|:-------:|:-------:|:-------:|
| **P1** | 2 | 3 | 5 |
Expand All @@ -1070,6 +1076,8 @@ x_1 \geq 0, \quad x_2 \geq 0

### 📦 Monthly Resource Availability

<br>

| Resource | Available Units |
|:---------|:----------------:|
| **R1** | 100 |
Expand Down