Skip to content

Commit 5311c58

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

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

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

200-
#### $$\(x_1\)$$ and $$\(x_2\)$$
200+
$$\(x_1\)$$ and $$\(x_2\)$$
201201

202202
<br>
203203

@@ -209,11 +209,10 @@ The **graphical method** for solving simple linear programming (LP) problems inv
209209
Max/Min \quad Z = c_1x_1 + c_2x_2
210210
```
211211
212-
213212
<br>
214213
215214
- **[Constraints]():** These are linear inequalities or equalities that restrict the values the decision variables can take.
216-
- Equality constraint:
215+
- [Equality constraint]():
217216
218217
$$a_{i1}x_1 + a_{i2}x_2$$ = $$b_i$$
219218

0 commit comments

Comments
 (0)