90 likes | 233 Vues
Learn how to effectively set up and solve transportation optimization problems in Excel using the Solver add-in from the Analysis ToolPak. This guide walks you through the initial setup, including how to enable the Analysis ToolPak, define constraints for garages and locations, and formulate the cost function based on bus allocations. With practical examples and clear instructions, you will understand how to leverage Solver settings to find the optimal solution for minimizing transportation costs.
E N D
Using Excel for Optimization by Michael Nichols
Initial Setup The Analysis ToolPack on the Microsoft Office CD includes the Solver. Select the Tools menu and choose “Add Ins”. Check the box corresponding to the Analysis ToolPack.
Problem Setup Each Garage has a cost associated with sending to each Location. Each Location has a minimum number of needed buses.
Problem Setup (cont.) Each Garage has the total number of buses being sent as a constraint. Each location has the total number of buses allocated, also as a constraint. This will be the area that can be modified by the solver to find the solution.
Problem Setup (cont.) Each Time entry is a sum of the Buses sent multiplied by the cost to send to each location. Ex: “=(LocA*Garage1)+(LocA*Garage2)+(LocA*Garage3)” Total is a sum of the times.
Solver Settings Select “Solver” from the Tools menu. In this section, you will be able to enter your constraints as well as select the method used to find your solution.