Skip to content

Commit 4bfafde

Browse files
Merge pull request #347 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents fcc13c1 + 6b429df commit 4bfafde

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,18 @@ x, y ≥ 0
472472

473473
### [Solver Configuration]():
474474

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+
475487

476488

477489

0 commit comments

Comments
 (0)