Skip to content

Commit a6d8a19

Browse files
Merge pull request #162 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents e556ab8 + a19c9b9 commit a6d8a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ The **graphical method** for solving simple linear programming (LP) problems inv
235235
- **[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**.
236236
- **[Boundary Line]():** Each equality constraint or the equality part of an inequality constraint represents a straight line in the graph.
237237
- **[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.
238+
- **[Vertices]() (Extreme Points):** The corner points of the feasible region, formed by the intersection of two or more boundary lines.
239239
- **[Optimal Solution]():** A feasible solution that yields the best (maximum for maximization problems, minimum for minimization problems) value of the objective function.
240240

241241

0 commit comments

Comments
 (0)