Skip to content

Commit e768b56

Browse files
Merge pull request #127 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents a1003b3 + 7d88c67 commit e768b56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@ Thus, the maximum profit achievable is [**R$ 5,100**]().
186186
The **graphical method** for solving simple linear programming (LP) problems involving **two decision variables**. The graphical method provides a visual way to understand the constraints, the feasible region, and how to find the optimal solution that either maximizes or minimizes the objective function.
187187

188188

189+
### Key Concepts
190+
191+
- **Decision Variables:** These are the variables that we want to determine the values of to optimize the objective function (e.g., \(x_1\) and \(x_2\)).
192+
- **Objective Function:** This is the linear function that we aim to maximize or minimize. For example:
193+
189194

190195

191196

0 commit comments

Comments
 (0)