|
171 | 171 |
|
172 | 172 | # II- [Modeling - Writing Mathematical Models]() |
173 | 173 |
|
174 | | -#### [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/blob/6a19c6fa9a8b255e1d21bb7d2c5d1ede61f5faf1/class_2-Modeling-Writing%20Mathematical%20Model%20s/2-Optimization%20and%20Simulation%20Modeling.pdf) to access Theoretical and Pratical Material. |
| 174 | +#### ☞ [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/blob/6a19c6fa9a8b255e1d21bb7d2c5d1ede61f5faf1/class_2-Modeling-Writing%20Mathematical%20Model%20s/2-Optimization%20and%20Simulation%20Modeling.pdf) to access Theoretical and Pratical Material. |
175 | 175 |
|
176 | | -#### [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/tree/8e6e2abf64164103aba57d65a58ce19490ea3361/class_2-Modeling-Writing%20Mathematical%20Model%20s/Manually%20solved%20exercises) and access exercises manually solved. |
| 176 | +#### ☞ [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/tree/8e6e2abf64164103aba57d65a58ce19490ea3361/class_2-Modeling-Writing%20Mathematical%20Model%20s/Manually%20solved%20exercises) and access exercises manually solved. |
177 | 177 |
|
178 | | -#### [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/tree/d9ba27da44bc9e19a5c9239a8aeb8ea4eb0da24d/class_2-Modeling-Writing%20Mathematical%20Model%20s/Extra%20Excercises) and access extras exercises |
| 178 | +#### ☞ [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/tree/d9ba27da44bc9e19a5c9239a8aeb8ea4eb0da24d/class_2-Modeling-Writing%20Mathematical%20Model%20s/Extra%20Excercises) and access extras exercises |
179 | 179 |
|
180 | 180 | <br> |
181 | 181 |
|
182 | 182 | ### [Example](): Maximizing Profit for a Chocolate Manufacturer |
183 | 183 |
|
| 184 | +<br> |
| 185 | + |
184 | 186 | A chocolate manufacturer has a stock of chocolates, consisting of 130 kg with cherry filling and 170 kg with mint filling. He decides to sell the stock in the form of two different assorted packages. One package contains a mix with half the weight in cherry chocolates and half in mint chocolates and sells for R$ 20.00 per kg. The other package contains a mix of one-third cherry chocolates and two-thirds mint chocolates and sells for R$ 12.50 per kg. How many kilograms of each mix should the seller prepare to maximize his sales profit? |
185 | 187 |
|
186 | 188 | <br> |
|
203 | 205 | Z = 20x_1 + 12.5x_2 |
204 | 206 | ``` |
205 | 207 |
|
206 | | -<br> |
| 208 | +<br><br> |
207 | 209 |
|
208 | 210 | ### [Subject to Constraints](): |
209 | 211 |
|
|
227 | 229 | \end{cases} |
228 | 230 | ``` |
229 | 231 |
|
230 | | -<br> |
| 232 | +<br><br> |
231 | 233 |
|
232 | 234 | ### [Solution Steps](): |
233 | 235 |
|
@@ -319,9 +321,9 @@ Thus, the maximum profit achievable is [**R$ 5,100**](). |
319 | 321 |
|
320 | 322 | # III- [Graphical Method for Linear Programming]() (LP) |
321 | 323 |
|
322 | | -#### ➢ [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/blob/910094081c2f3be40f14dacf4ec2c56de3d7aa83/class_3-Graphic%20Method/3-Graphic%20Method.pdf) to access Theoretical and Pratical Material. |
| 324 | +#### ☞ [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/blob/910094081c2f3be40f14dacf4ec2c56de3d7aa83/class_3-Graphic%20Method/3-Graphic%20Method.pdf) to access Theoretical and Pratical Material. |
323 | 325 |
|
324 | | -#### ➣ [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/tree/bcf9b6ae4da82dba29644bd2599e54e86f5c8188/class_3-Graphic%20Method/Manually%20solved%20exercises) and access solved exercises manually |
| 326 | +#### ☞ [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/tree/bcf9b6ae4da82dba29644bd2599e54e86f5c8188/class_3-Graphic%20Method/Manually%20solved%20exercises) and access solved exercises manually |
325 | 327 |
|
326 | 328 | <br> |
327 | 329 |
|
|
0 commit comments