Skip to content

Commit 5abf9d6

Browse files
Update README.md
Signed-off-by: Fabiana 🧬 Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent bd8bc02 commit 5abf9d6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,9 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8:
12721272

12731273
## [Step 4](): Evaluate Objective Function at Each Vertex:
12741274

1275-
## Feasible Vertices:
1275+
### - [Feasible Vertices():
1276+
1277+
<br>
12761278

12771279
- A: (0, 0)
12781280
- B: (0, 2)
@@ -1314,9 +1316,9 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8:
13141316
| D | 14 | No |
13151317

13161318

1317-
<br><br>
1319+
<br>
13181320

1319-
## 🏁 [Conclusion]():
1321+
### 🏁 [Conclusion]():
13201322

13211323
- **Optimal solution:** $x_1 = 3$, $x_2 = 0$
13221324
- **Maximum value:** $Z = 12$

0 commit comments

Comments
 (0)