Skip to content

Commit fdab177

Browse files
Merge pull request #941 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 51acf11 + fd34ffb commit fdab177

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ x_1 = \text{quantity produced of product P1} \\
938938
x_2 = \text{quantity produced of product P2}
939939
```
940940

941-
<br>
941+
<br><br>
942942

943943
### [2](). Objective Function:
944944

@@ -954,7 +954,7 @@ $\text{Maximize: } Z = 120x_1 + 150x_2$
954954
\text{Maximize: } Z = 120x_1 + 150x_2
955955
```
956956

957-
<br>
957+
<br><br>
958958

959959
### [3](). Resource Constraints:
960960

@@ -1000,12 +1000,17 @@ $5x_1 + 3x_2 \leq 120$
10001000

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

1003-
### $x_1 \geq 0, \quad x_2 \geq 0$
1003+
<br>
1004+
1005+
$x_1 \geq 0, \quad x_2 \geq 0$
1006+
1007+
<br>
10041008

10051009
```latex
10061010
x_1 \geq 0, \quad x_2 \geq 0
10071011
```
1008-
<br>
1012+
1013+
<br><br>
10091014

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

@@ -1023,6 +1028,8 @@ x_1 \geq 0, \quad x_2 \geq 0
10231028
}
10241029
$$
10251030

1031+
<br>
1032+
10261033
```latex
10271034
\boxed{
10281035
\begin{cases}
@@ -1034,11 +1041,16 @@ x_1 \geq 0, \quad x_2 \geq 0
10341041
\end{cases}
10351042
}
10361043
```
1044+
1045+
<br><br>
1046+
1047+
## 📌 [Summary Tables]():
1048+
10371049
<br>
10381050

1039-
## 📌 Summary Tables
1051+
### 🔢 {Profit per Product]():
10401052

1041-
### 🔢 Profit per Product
1053+
<br>
10421054

10431055
| Product | Profit per Unit (u.m.) |
10441056
|:--------|:----------------------:|

0 commit comments

Comments
 (0)