File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,20 +189,20 @@ The **graphical method** for solving simple linear programming (LP) problems inv
189189
190190### [ Key Concepts] ( ) :
191191
192- - ** Decision Variables:** These are the variables that we want to determine the values of to optimize the *** [ OBJECTIVE FUNCTION] ( ) *** (e.g.):
192+ - ** [ Decision Variables] ( ) :** These are the variables that we want to determine the values of to optimize the *** [ OBJECTIVE FUNCTION] ( ) *** (e.g.):
193193
194194 #### $$ \(x_1\) $$ and $$ \(x_2\) $$
195195
196196<br >
197197
198- - ** Objective Function:** This is the linear function that we aim to maximize or minimize. For example:
198+ - ** [ Objective Function] ( ) :** This is the linear function that we aim to maximize or minimize. For example:
199199
200200 $$ \max/\min \quad Z $$ = $$ c_1x_1 + c_2x_2 $$
201201
202202
203203<br >
204204
205- - ** Constraints:** These are linear inequalities or equalities that restrict the values the decision variables can take.
205+ - ** [ Constraints] ( ) :** These are linear inequalities or equalities that restrict the values the decision variables can take.
206206 - Equality constraint:
207207
208208
You can’t perform that action at this time.
0 commit comments