File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments