Skip to content

Commit 4c4abdc

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent b00d530 commit 4c4abdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ A chocolate manufacturer has a stock of chocolates, consisting of 130 kg with ch
127127

128128
### Objective Function
129129

130-
#### [Maximize]():
130+
### [Maximize]():
131131

132132
$$
133133
Z = 20x_1 + 12.5x_2
@@ -139,7 +139,7 @@ Z = 20x_1 + 12.5x_2
139139

140140
<br>
141141

142-
#### [Subject to Constraints]():
142+
### [Subject to Constraints]():
143143

144144
$$
145145
\begin{cases}
@@ -181,7 +181,7 @@ $$
181181
(x_1, x_2) = (180, 120)
182182
$$
183183

184-
#### [Maximum Profit Calculation]()
184+
### [Maximum Profit Calculation]()
185185

186186
$$
187187
Z = 20(180) + 12.5(120)

0 commit comments

Comments
 (0)