Skip to content

Commit 2595200

Browse files
Merge pull request #527 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 3b0c8af + 18ef125 commit 2595200

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
@@ -339,16 +339,16 @@ The **graphical method** for solving simple linear programming (LP) problems inv
339339

340340
<br>
341341

342-
3. **Identify the Vertices:** Determine the coordinates of all the vertices (corner points) of the feasible region [4, 6]. These are the points where the boundary lines intersect.
342+
3. **[Identify the Vertices]():** Determine the coordinates of all the vertices (corner points) of the feasible region [4, 6]. These are the points where the boundary lines intersect.
343343

344344
<br>
345345

346-
4. **Evaluate the Objective Function at Each Vertex:** Substitute the coordinates of each vertex into the objective function to find the value of the objective function at that point [6].
346+
4. **[Evaluate the Objective Function at Each Vertex]():** Substitute the coordinates of each vertex into the objective function to find the value of the objective function at that point [6].
347347

348348

349349
<br>
350350

351-
5. **Determine the Optimal Solution:**
351+
5. **[Determine the Optimal Solution]():**
352352
* For a **maximization** problem, the vertex that yields the **largest** value of the objective function is the optimal solution [1, 6].
353353
* For a **minimization** problem, the vertex that yields the **smallest** value of the objective function is the optimal solution [2, 7].
354354

0 commit comments

Comments
 (0)