Presentation is loading. Please wait.

Presentation is loading. Please wait.

Solver & Optimization Problems n An optimization problem is a problem in which we wish to determine the best values for decision variables that will maximize.

Similar presentations


Presentation on theme: "Solver & Optimization Problems n An optimization problem is a problem in which we wish to determine the best values for decision variables that will maximize."— Presentation transcript:

1 Solver & Optimization Problems n An optimization problem is a problem in which we wish to determine the best values for decision variables that will maximize or minimize a performance measure subject to a set of constraints n A feasible solution is set of values for the decision variables which satisfy all of the constraints n An optimal solution is a feasible solution which achieves the maximization/minimization objective for the performance measure n Solver is an Excel Add-in which can identify the optimal solutions for a correctly defined spreadsheet model

2 Components of an Optimization Problem n Decision Variables: Changing cells, the input parameters users experiment with to try to improve the situation and which are under the user’s control n Constraint Cells: The performance measures that users watch to make sure that cell values remain in an appropriate range n Objective: Set orTarget cell, the key performance measure that the user wants to maximize or minimize

3 Influence Chart Notation n Changing Cells: No arrows are directed into these points. They are parameters that are under the manager’s control. (Denoted with squares) n Constraint Cells: Arrows must point into the cell. Changing cells must directly or indirectly influence constraint cells, so an attempt to attain feasibility can be made. (Denote with circles) n Target Cell: Cell that started the influence chart. Arrows must point into the target cell and changing cells must directly or indirectly influence it, so an attempt to optimize the target can be made. (Denote with polygon)

4 Overview of Mathematical Programming Optimization Techniques n Linear Programming: Continuous values for decision variablesContinuous values for decision variables Linear constraintsLinear constraints Single linear objectiveSingle linear objective n Nonlinear Programming: Continuous values for decision variablesContinuous values for decision variables Linear or nonlinear constraintsLinear or nonlinear constraints Single linear or nonlinear objectiveSingle linear or nonlinear objective

5 Overview of Mathematical Programming Optimization Techniques (continued) n Integer Programming: Integer values for decision variablesInteger values for decision variables Linear constraintsLinear constraints Single linear objectiveSingle linear objective n Goal Programming: Continuous values for decision variablesContinuous values for decision variables Linear or nonlinear constraintsLinear or nonlinear constraints Several linear objectivesSeveral linear objectives

6 Linearity n A linear function is where each variable appears in a separate term together with its constant coefficient. n The graph of a linear function of two variables is a straight line n An optimization problem is linear if: the objective is a linear function of the decision variablesthe objective is a linear function of the decision variables Each constraint cell is a linear function of the decision variablesEach constraint cell is a linear function of the decision variables

7 Integrality Considerations n In linear programming, the decision variables are not required to assume only integer values. Therefore often fractional solutions are identified as the optimal solution. n If one or more decision variables need to consider only integer values, the model becomes an integer programming problem. n If possible, fractional solutions can be rounded, interpreted as the average number or work-in- progress or ignored if the model is for planning purposes only

8 Solver Modeling Requirements n All components of the optimization problem must be on the same worksheet. Solver’s settings are saved with the sheet. n To speed up computation time, keep reports, data sets used to calculate parameter values, and other intermediate calculations on a different worksheet. n Solver’s constraint dialog box will not let you enter formulas. All formulas and calculations must be done on the worksheet. The constraint dialog box just compares cells to determine feasibility.

9 Graphical Solutions (for 2 decision variable problems) n Plot all constraints including nonnegativity ones n Determine the feasible region. (The feasible region is the set of feasible solution points) n Identify the optimal solution using either the isoprofit or isocost line method the isoprofit or isocost line method the extreme point method which is based on the property that an optimal solution will always exist on at least one of the corner points of the feasible region the extreme point method which is based on the property that an optimal solution will always exist on at least one of the corner points of the feasible region

10 n Any linear program falls in one of three categories: is infeasible (the problem is overconstrained so that no solution satisfies all the constraints) is infeasible (the problem is overconstrained so that no solution satisfies all the constraints) has a unique optimal solution or alternate optimal solutions has a unique optimal solution or alternate optimal solutions has an objective function that can be increased without bound has an objective function that can be increased without bound Types of LP Solutions

11 Example: Feasible Problem with Unique Solution n Solve graphically for the optimal solution: Max z = x 1 + x 2 Max z = x 1 + x 2 s.t. 4x 1 + 3x 2 > 12 s.t. 4x 1 + 3x 2 > 12 2x 1 + x 2 < 8 2x 1 + x 2 < 8 x 1, x 2 > 0 x 1, x 2 > 0

12 Example: Unique Optimal Solution n There is one point that satisfies all four constraints, and maximizes the objective. (0,8) is the optimal solution. x2x2x2x2 x1x1x1x1 4x 1 + 3x 2 > 12 2x 1 + x 2 < 8 34 4 8

13 Solver Result Messages n Solver found a solution. All constraints and optimality conditions are satisfied: Solver has correctly identified an optimal solution for the problem you have formulated. Note that there may be alternative optimal solutions possible however. n Solver has converged to the current solution. All constraints are satisfied: You have not selected the linear programming option in the Solver options. Thus nonlinear programming is being performed and this is the best solution Solver has found so far. It is not guaranteed to be the optimal one however. In RSPE, it will select the best possible engine for your problem so you do not have to worry about this.

14 Example: Infeasible Problem n Solve graphically for the optimal solution: Max z = x 1 + x 2 Max z = x 1 + x 2 s.t. 4x 1 + 3x 2 < 12 s.t. 4x 1 + 3x 2 < 12 2x 1 + x 2 > 8 2x 1 + x 2 > 8 x 1, x 2 > 0 x 1, x 2 > 0

15 Example: Infeasible Problem n There are no points that satisfy both constraints, hence this problem has no feasible region, and no optimal solution. x2x2x2x2 x1x1x1x1 4x 1 + 3x 2 < 12 2x 1 + x 2 > 8 34 4 8

16 Solver Result Messages n Solver could not find a feasible solution: You may have too many constraints, one of the constraints may be entered wrong (e.g. the inequality sign might be going the wrong way) or you may not have enough changing cells. n Set Cell values do not converge: Your model as formulated is unbounded. One or more constraint is missing from the problem or entered wrong. Often times the modeler has forgotten to check the Assume Nonnegativity option in Solver.

17 Example: Unbounded Problem n Solve graphically for the optimal solution: Max z = 3x 1 + 4x 2 Max z = 3x 1 + 4x 2 s.t. x 1 + x 2 > 5 s.t. x 1 + x 2 > 5 3x 1 + x 2 > 8 3x 1 + x 2 > 8 x 1, x 2 > 0 x 1, x 2 > 0

18 Example: Unbounded Problem n The feasible region is unbounded and the objective function line can be moved parallel to itself without bound so that z can be increased infinitely. x2x2x2x2 x1x1x1x1 3x 1 + x 2 > 8 x 1 + x 2 > 5 Max 3x 1 + 4x 2 5 5 8 2.67

19 Solver Result Messages n The Linearity Conditions required by this Solver Engine are not satisfied: Solver’s preliminary tests indicate that your model is not linear. This may be the case. However sometimes the test fails not due to nonlinearity, but due to poor scaling (e.g. some #s are in % and others in millions). If you think your model is linear, try resolving the model again. Some times Solver can find the solution the second time. If not, use the option in Solver called Use Automatic Scaling. Solver will attempt to rescale your data. If that doesn’t solve the problem, you will need to rescale the data yourself. In RSPE, Solver will identify the linearity for you in Guided Mode.

20 Solver Result Messages n Solver encountered an error value in a target or constraint cell: Using the optimization technique selected, a cell formula resulted in an error message and the algorithm cannot continue solving the problem. n This can occur if you have a nonlinear formula in a target or constraint cell and you try to solve the problem using the Standard simplex LP technique. Make the formula linear or switch to the Nonlinear solution technique. n This also happens when your formula results in a number that is not real (for instance, when you divide by zero). You will need to fix the logic and then close down and reopen Excel to clear the registry of this error message.


Download ppt "Solver & Optimization Problems n An optimization problem is a problem in which we wish to determine the best values for decision variables that will maximize."

Similar presentations


Ads by Google