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 96e7145 + cc7c0e3 commit a63a741Copy full SHA for a63a741
README.md
@@ -493,6 +493,22 @@ After running Solver:
493
- **x = 10**
494
- **y = 20**
495
- **Z = 40×10 + 30×20 = 1000**
496
+
497
+<br>
498
499
+### Solver Configuration (Simplex LP)
500
501
+1. Go to `Data` > `Solver`.
502
+2. Set Objective Cell: `B3`
503
+3. Select: **Max**
504
+4. By Changing Variable Cells: `B1:B2`
505
+5. Add Constraints:
506
+ - `B5 <= C5`
507
+ - `B6 <= C6`
508
+ - `B1 >= 0`
509
+ - `B2 >= 0`
510
+6. Choose **Simplex LP** as the solving method.
511
+7. Click **Solve**.
512
513
514
0 commit comments