Skip to content

Commit 9407e28

Browse files
Merge pull request #345 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 63e821b + 65299ef commit 9407e28

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,16 @@ x, y ≥ 0
450450

451451
<br>
452452

453+
### [Excel Setup]():
454+
455+
| Cell | Description | Formula / Value |
456+
|------|--------------------------|---------------------|
457+
| B1 | x (Decision Variable) | (leave blank) |
458+
| B2 | y (Decision Variable) | (leave blank) |
459+
| B3 | Objective Function (Z) | `=40*B1 + 30*B2` |
460+
| B5 | Constraint 1 (LHS) | `=2*B1 + 1*B2` |
461+
| B6 | Constraint 2 (LHS) | `=1*B1 + 2*B2` |
462+
453463

454464

455465

0 commit comments

Comments
 (0)