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.
1 parent dcf2238 commit 61377feCopy full SHA for 61377fe
README.md
@@ -402,6 +402,17 @@ The Excel Solver is an optimization tool available in Microsoft Excel that allow
402
403
<br>
404
405
+In the context of Linear Programming (LP) and the Simplex Method, Excel Solver can be used to:
406
+ • Define decision variables (cells that Solver will change);
407
+ • Set a linear objective function to maximize or minimize;
408
+ • Specify constraints on variables (e.g., inequalities or equalities);
409
+ • Use the Simplex LP solving method to compute the optimal solution
410
+
411
412
413
414
415
416
417
418
0 commit comments