Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,20 @@ The Excel Solver is an optimization tool available in Microsoft Excel that allow

<br>

In the context of Linear Programming (LP) and the Simplex Method, Excel Solver can be used to:
• Define decision variables (cells that Solver will change);
• Set a linear objective function to maximize or minimize;
• Specify constraints on variables (e.g., inequalities or equalities);
• Use the Simplex LP solving method to compute the optimal solution


<br>









Expand Down