Skip to content

Commit e556ab8

Browse files
Merge pull request #161 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 7b68665 + a3cbb12 commit e556ab8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,17 @@ The **graphical method** for solving simple linear programming (LP) problems inv
228228

229229
#### $$a_{i1}x_1$$ + $$a_{i2}x_2 \geq b_i$$
230230

231+
<br>
232+
233+
234+
- **[Feasible Solution]():** A solution \((x_1, x_2)\) that satisfies all the constraints of the problem.
235+
- **[Feasible Region]():** The set of all feasible solutions. Graphically, this is a subregion of the plane formed by the intersection of the regions defined by the constraints. The feasible region is often a **convex polygon**.
236+
- **[Boundary Line]():** Each equality constraint or the equality part of an inequality constraint represents a straight line in the graph.
237+
- **[Semiplane]():** Each inequality constraint defines a half-plane on one side of its boundary line, including the line itself. The feasible region is the intersection of these semiplanes.
238+
- **[Vertices](0 (Extreme Points):** The corner points of the feasible region, formed by the intersection of two or more boundary lines.
239+
- **[Optimal Solution]():** A feasible solution that yields the best (maximum for maximization problems, minimum for minimization problems) value of the objective function.
240+
241+
231242

232243

233244

0 commit comments

Comments
 (0)