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 73f4e8a + 3f23af6 commit 311dffbCopy full SHA for 311dffb
1 file changed
README.md
@@ -445,6 +445,15 @@ Fill the spreadsheet with the following structure:
445
| B2 | y (Decision Variable) | *(leave blank)* |
446
| B3 | Objective Function Z | `=3*B1 + 5*B2` |
447
448
+<br>
449
+
450
+#### Constraints Left-Hand Side (LHS)
451
452
+| Cell | Description | Formula |
453
+|------|----------------------------|---------------------|
454
+| B5 | Constraint 1 LHS | `=1*B1 + 2*B2` |
455
+| B6 | Constraint 2 LHS | `=2*B1 + 1*B2` |
456
457
458
459
0 commit comments