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