You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,16 +339,16 @@ The **graphical method** for solving simple linear programming (LP) problems inv
339
339
340
340
<br>
341
341
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.
343
343
344
344
<br>
345
345
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].
347
347
348
348
349
349
<br>
350
350
351
-
5.**Determine the Optimal Solution:**
351
+
5.**[Determine the Optimal Solution]():**
352
352
* For a **maximization** problem, the vertex that yields the **largest** value of the objective function is the optimal solution [1, 6].
353
353
* For a **minimization** problem, the vertex that yields the **smallest** value of the objective function is the optimal solution [2, 7].
0 commit comments