
This will award the user a ClippyPoint and change the post's flair to solved. OPs can (and should) reply to any solutions with: Solution Verified

Use the appropriate flair for non-questions.


But like many users, you may decide that it’s most important to find a good solution – one that is better than the solution, or set of choices, you are using now. In other cases, it will find a locally optimal solution, and in still others, it will stop after a certain amount of time with the best solution it has found so far. In the best case, it will find the globally optimal solution – but this is not always possible. Solver is designed to find feasible and optimal solutions. A locally optimal solution is one where there are no other feasible solutions “in the vicinity” with better objective function values – you can picture this as a point at the top of a “peak” or at the bottom of a “valley” which may be formed by the objective function and/or the constraints. A globally optimal solution is one where there are no other feasible solutions with better objective function values. In some problems, a feasible solution is already known in others, finding a feasible solution may be the hardest part of the problem.Īn optimal solution is a feasible solution where the objective function reaches its maximum (or minimum) value – for example, the most profit or the least cost. A solution (set of values for the decision variables) for which all of the constraints in the Solver model are satisfied is called a feasible solution.
