Skip to content

Commit 6f5ba37

Browse files
Merge pull request #914 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents e6b78ea + f7f24c3 commit 6f5ba37

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ The **graphical method** for solving simple linear programming (LP) problems inv
337337

338338
<br>
339339

340-
$$\(x_1\)$$ and $$\(x_2\)$$
340+
$$\(x_1\)$$ and $$\(x_2\)$$
341341

342342
<br>
343343

@@ -349,7 +349,6 @@ The **graphical method** for solving simple linear programming (LP) problems inv
349349

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

352-
353352
<br>
354353

355354
$$\max/\min \quad Z$$ = $$c_1x_1 + c_2x_2$$
@@ -364,7 +363,12 @@ The **graphical method** for solving simple linear programming (LP) problems inv
364363
<br>
365364

366365
- **[Constraints]():** These are linear inequalities or equalities that restrict the values the decision variables can take.
367-
- [Equality constraint]():
366+
367+
<br>
368+
369+
- [Equality constraint]():
370+
371+
<br>
368372

369373
$$a_{i1}x_1 + a_{i2}x_2$$ = $$b_i$$
370374

0 commit comments

Comments
 (0)