Skip to content

Commit 4848ea9

Browse files
Update README.md
Signed-off-by: Fabiana 🧬 Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent 9815f45 commit 4848ea9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -439,24 +439,24 @@ $a_{i1}x_1$ + $a_{i2}x_2 \geq b_i$
439439

440440
<br>
441441

442-
2. **[Identify the Feasible Region]():** For each inequality constraint, determine which side of the line satisfies the inequality. This can be done by testing a point (e.g., the origin $\(0,0)\)$; if it's not on the line) in the inequality. The feasible region is the area where all the shaded regions of the inequalities overlap. If there are non-negativity constraints $\(x_1 \geq 0\)$ and $\(x_2 \geq 0\)$, the feasible region will be in the **[first quadrant]()** [3].
442+
2. **[Identify the Feasible Region]():** For each inequality constraint, determine which side of the line satisfies the inequality. This can be done by testing a point (e.g., the origin $\(0,0)\)$; if it's not on the line) in the inequality. The feasible region is the area where all the shaded regions of the inequalities overlap. If there are non-negativity constraints $\(x_1 \geq 0\)$ and $\(x_2 \geq 0\)$, the feasible region will be in the **[first quadrant]()**.
443443

444444
<br>
445445

446-
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.
446+
3. **[Identify the Vertices]():** Determine the coordinates of all the vertices (corner points) of the feasible region. These are the points where the boundary lines intersect.
447447

448448
<br>
449449

450-
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].
450+
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.
451451

452452

453453
<br>
454454

455455
5. **[Determine the Optimal Solution]():**
456456

457-
* For a **maximization** problem, the vertex that yields the **largest** value of the objective function is the optimal solution [1, 6].
457+
* For a **maximization** problem, the vertex that yields the **largest** value of the objective function is the optimal solution.
458458

459-
* For a **minimization** problem, the vertex that yields the **smallest** value of the objective function is the optimal solution [2, 7].
459+
* For a **minimization** problem, the vertex that yields the **smallest** value of the objective function is the optimal solution.
460460

461461

462462
<br><br>

0 commit comments

Comments
 (0)