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 2504e85 + ed44114 commit e6b78eaCopy full SHA for e6b78ea
README.md
@@ -335,17 +335,31 @@ The **graphical method** for solving simple linear programming (LP) problems inv
335
336
- **[Decision Variables]():** These are the variables that we want to determine the values of to optimize the ***[OBJECTIVE FUNCTION]()*** (e.g.):
337
338
+<br>
339
+
340
$$\(x_1\)$$ and $$\(x_2\)$$
341
342
343
344
+```latex
345
+\(x_1\)$$ and $$\(x_2\)
346
+```
347
348
<br>
349
350
- **[Objective Function]():** This is the linear function that we aim to maximize or minimize. For example:
351
352
353
354
355
$$\max/\min \quad Z$$ = $$c_1x_1 + c_2x_2$$
356
357
358
359
360
```latex
361
Max/Min \quad Z = c_1x_1 + c_2x_2
- ```
362
+ ```
363
364
365
0 commit comments