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: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,26 +591,28 @@ Summary of the problem:
• Available resources: R1, R2, R3
• Resource consumption per unit:

<br>

Product R1/unit R2/unit R3/unit
➢ Product
R1/unit; R2/unit; R3/unit

P1 2 3 5

P2 4 0 3

Monthly resource availability:
---

<br>
➢ Monthly resource availability:

Resource Availability
R1 100
R2 90
R3 120

<br>
----

### [Goal]():

Mathematically model the Linear Programming (LP) problem.
### ***Mathematically model the Linear Programming (LP) problem***

### [Modeling step-by-step]():

Expand Down