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 fcc13c1 + 6b429df commit 4bfafdeCopy full SHA for 4bfafde
README.md
@@ -472,6 +472,18 @@ x, y ≥ 0
472
473
### [Solver Configuration]():
474
475
+1. Set Objective: **B3**
476
+2. To: **Maximize**
477
+3. By Changing Variable Cells: **B1:B2**
478
+4. Subject to the Constraints:
479
+ - **B5 <= C5**
480
+ - **B6 <= C6**
481
+ - **B1 >= 0**
482
+ - **B2 >= 0**
483
+5. Choose **Simplex LP** as the solving method.
484
+
485
+Click **Solve** to find the optimal solution.
486
487
488
489
0 commit comments