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 2280ba3 + a9be61a commit 6917c97Copy full SHA for 6917c97
README.md
@@ -345,22 +345,21 @@ $\(x_1\)$ and $\(x_2\)$
345
\(x_1\)$$ and \(x_2\)
346
```
347
348
-<br>
+<br><br>
349
350
- **[Objective Function]():** This is the linear function that we aim to maximize or minimize. For example:
351
352
<br>
353
354
- $$\max/\min \quad Z$$ = $$c_1x_1 + c_2x_2$$
355
-
+ $\max/\min \quad Z$ = $c_1x_1 + c_2x_2$
356
357
358
359
```latex
360
Max/Min \quad Z = c_1x_1 + c_2x_2
361
362
363
364
365
- **[Constraints]():** These are linear inequalities or equalities that restrict the values the decision variables can take.
366
0 commit comments