Skip to content

Commit 65bc45e

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)