diff --git a/README.md b/README.md index 78500c8..e339066 100644 --- a/README.md +++ b/README.md @@ -353,17 +353,17 @@ $\(x_1\)$ and $\(x_2\)$
- $\max/\min \quad Z$ = $c_1x_1 + c_2x_2$ +$\max/\min \quad Z$ = $c_1x_1 + c_2x_2$
- ```latex - Max/Min \quad Z = c_1x_1 + c_2x_2 - ``` +```latex +Max/Min \quad Z = c_1x_1 + c_2x_2 +```

-### **[Constraints]():** +### - **[Constraints]():** These are linear inequalities or equalities that restrict the values the decision variables can take. @@ -375,32 +375,36 @@ These are linear inequalities or equalities that restrict the values the decisio $a_{i1}x_1 + a_{i2}x_2$ = $b_i$ +
-
+```latex +\a_{i1}x_1 + a_{i2}x_2\ = b_i +``` - ```latex - a_{i1}x_1 + a_{i2}x_2 = b_i - ``` -

+

- **[Less than or equal to constraint]():** - $a_{i1}x_1$$ + $a_{i2}x_2 \leq b_i$ +
+ +$a_{i1}x_1$$ + $a_{i2}x_2 \leq b_i$
- ```latex - a_{i1}x_1 + a_{i2}x_2 \leq b_i - ``` +```latex + a_{i1}x_1 + a_{i2}x_2 \leq b_i +```

- [Greater than or equal to constraint](): - $a_{i1}x_1$ + $a_{i2}x_2 \geq b_i$ +
+ +$a_{i1}x_1$ + $a_{i2}x_2 \geq b_i$