Skip to content

Commit af7f661

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent b0c7c09 commit af7f661

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,11 @@ The **graphical method** for solving simple linear programming (LP) problems inv
215215
- **[Constraints]():** These are linear inequalities or equalities that restrict the values the decision variables can take.
216216
- Equality constraint:
217217
218+
$$a_{i1}x_1 + a_{i2}x_2$$ = $$b_i$$
218219
219-
#### $$a_{i1}x_1 + a_{i2}x_2$$ = $$b_i$$
220+
```latex
221+
a_{i1}x_1 + a_{i2}x_2 = b_i
222+
```
220223

221224

222225
<br>

0 commit comments

Comments
 (0)