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 bd8bc02 + 5abf9d6 commit 4e6e278Copy full SHA for 4e6e278
README.md
@@ -1272,7 +1272,9 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8:
1272
1273
## [Step 4](): Evaluate Objective Function at Each Vertex:
1274
1275
-## Feasible Vertices:
+### - [Feasible Vertices():
1276
+
1277
+<br>
1278
1279
- A: (0, 0)
1280
- B: (0, 2)
@@ -1314,9 +1316,9 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8:
1314
1316
| D | 14 | No |
1315
1317
1318
-<br><br>
1319
1320
-## 🏁 [Conclusion]():
1321
+### 🏁 [Conclusion]():
1322
1323
- **Optimal solution:** $x_1 = 3$, $x_2 = 0$
1324
- **Maximum value:** $Z = 12$
0 commit comments