We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 192fcda + d1f8be2 commit c323821Copy full SHA for c323821
1 file changed
README.md
@@ -286,8 +286,11 @@ The **graphical method** for solving simple linear programming (LP) problems inv
286
<br>
287
288
5. **Determine the Optimal Solution:**
289
- - For a [**maximization**]() problem, the vertex that yields the **largest** value of the objective function is the optimal solution.
290
- - For a [**minimization**]() problem, the vertex that yields the **smallest** value of the objective function is the optimal solutio
+ - For a **maximization** problem, the vertex that yields the **largest** value of the objective function is the optimal solution [1, 6].
+
291
+ - For a **minimization** problem, the vertex that yields the **smallest** value of the objective function is the optimal solution [2, 7].
292
293
294
295
296
0 commit comments