We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3711053 + a6f2ee5 commit 3b33004Copy full SHA for 3b33004
1 file changed
README.md
@@ -63,6 +63,7 @@ Sim-opt combines simulation and optimization techniques to provide a comprehensi
63
64
<br>
65
66
+
67
### **[How to Implement Optimization]() in Simulation Models**:
68
69
@@ -222,20 +223,28 @@ $$
222
223
224
225
-1. Express the cherry chocolate constraint:
226
+[1](). Express the cherry chocolate constraint:
227
228
+<br>
229
230
$$\frac{x_1}{2} + \frac{x_2}{3} \leq 130$$
231
232
233
234
```latex
235
\frac{x_1}{2} + \frac{x_2}{3} \leq 130
236
```
237
- <br>
238
+ <br>
239
-2. Express the mint chocolate constraint:
240
+[2](). Express the mint chocolate constraint:
241
242
243
244
$$\frac{x_1}{2} + \frac{2x_2}{3} \leq 170$$
245
246
247
248
249
\frac{x_1}{2} + \frac{2x_2}{3} \leq 170
250
0 commit comments