

This solution uses all the resources available. This solution gives the maximum profit of 25600. Check 'Make Unconstrained Variables Non-Negative' and select 'Simplex LP'.Ĭonclusion: it is optimal to order 94 bicycles and 54 mopeds. Click Add to enter the following constraint.Ħ. Enter OrderSize for the Changing Variable Cells.ĥ. You have the choice of typing the range names or clicking on the cells in the spreadsheet.Ĥ. The result should be consistent with the picture below. On the Data tab, in the Analyze group, click Solver.Įnter the solver parameters (read on). To find the optimal solution, execute the following steps.ġ. We shall describe next how the Excel Solver can be used to quickly find the optimal solution.
#SOLVER FOR EXCEL 2013 PRO#
Premium Solver Pro automatically chooses the best solver engine based on the model specification.
#SOLVER FOR EXCEL 2013 TRIAL#
It is not necessary to use trial and error. Up to 2000 decision variables can be specified and users can specify their problems with an Excel Solver type utility or a Ribbon and Task Pane interface. This solution has a total profit of 19000.


With this formulation, it becomes easy to analyze any trial solution.įor example, if we order 20 bicycles, 40 mopeds and 100 child seats, the total amount of resources used does not exceed the amount of resources available. Total Profit equals the sumproduct of UnitProfit and OrderSize. The amount of storage used equals the sumproduct of the range C8:E8 and OrderSize. Insert the following three SUMPRODUCT functions.Įxplanation: The amount of capital used equals the sumproduct of the range C7:E7 and OrderSize. To make the model easier to understand, create the following named ranges. What is the overall measure of performance for these decisions? The overall measure of performance is the total profit of the three products, so the objective is to maximize this quantity.Ģ. For example, each bicycle uses 300 units of capital and 0.5 unit of storage.Ĭ. What are the constraints on these decisions? The constrains here are that the amount of capital and storage used by the products cannot exceed the limited amount of capital and storage (resources) available. What are the decisions to be made? For this problem, we need Excel to find out how much to order of each product (bicycles, mopeds and child seats).ī. To formulate this linear programming model, answer the following three questions.Ī. The model we are going to solve looks as follows in Excel.ġ. Once you have enabled the add-in the INQUIRE tab will appear in the increasingly crowded. Check off Inquire from the Add-Ins available list then click OK. Then Select COM Add-ins from the Manage dropdown and click Go. You can find the Solver on the Data tab, in the Analyze group. The Inquire add-in is already installed with Excel 2013 you simply need to enable it by going to File > Options > Add-Ins. Under Add-ins, select Solver Add-in and click on the Go button.Ĥ.
