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 63e821b + 65299ef commit 9407e28Copy full SHA for 9407e28
1 file changed
README.md
@@ -450,6 +450,16 @@ x, y ≥ 0
450
451
<br>
452
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
463
464
465
0 commit comments