Skip to content

Commit ed44114

Browse files
Update README.md
Signed-off-by: Fabiana 🧬 Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent 2504e85 commit ed44114

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,17 +335,31 @@ The **graphical method** for solving simple linear programming (LP) problems inv
335335

336336
- **[Decision Variables]():** These are the variables that we want to determine the values of to optimize the ***[OBJECTIVE FUNCTION]()*** (e.g.):
337337

338+
<br>
339+
338340
$$\(x_1\)$$ and $$\(x_2\)$$
339341

342+
<br>
343+
344+
```latex
345+
\(x_1\)$$ and $$\(x_2\)
346+
```
347+
340348
<br>
341349

342350
- **[Objective Function]():** This is the linear function that we aim to maximize or minimize. For example:
343351

352+
353+
<br>
354+
344355
$$\max/\min \quad Z$$ = $$c_1x_1 + c_2x_2$$
345356

357+
358+
<br>
359+
346360
```latex
347361
Max/Min \quad Z = c_1x_1 + c_2x_2
348-
```
362+
```
349363

350364
<br>
351365

0 commit comments

Comments
 (0)