|
|
Overview
How to use the AppletThe Applet offers different algorithms for computing the optimal size of an order or a lot. In the upper part of the interface the holding costs, setup costs, the planning horizon, and the algorithm can be specified. In the table below the demand for each period can be added. After pushing the button Compute, the lot size is computed using the data given.
Business BackgroundMRP II systems in Operations Management use tools to compute the optimal size of orders or lots. Beside the classic static model (Economic Order Quantity), dynamic models are used. In dynamic models the lot size may vary across the planning periods. These models strive to solve the problem of finding the set of lot sizes that will “cover” the demand over the time horizon and will minimize the sum of the relevant costs. The demand for each period is assumed to be an integer number. The relevant costs can be divided into two major categories. The inventory holding cost - the cost of holding the manufacttured or purchased material in stock increase as the lot size or order size increases. The cost of obtaining that material and the cost for setting up the machines do not change with the size of the lot or the order. However, these fixed cost may be variable costs related to another cost driver. The direct costs for manufacturing are not relevant because they would be incurred irrespective of the batch size. The basic idea of the heuristic models is taken from the properties of the Economic Order Quantity: the minimum of the costs can be found where the holding costs for a batch match the setup costs for a batch. The heuristics iteratively add the demand for a period until a criterion is reached which is a bit different for each heuristic.
Technical BackgroundSince all these models are based on the same data - the order costs, the
storage costs and the demand over a fixed number of periods - it is possible to
define an abstract base class ( In the UML-diagram below the structure of the applet is
shown. The package
The Applet in Learning EnvironmentsRecently learning environments and E-Learning has received a lot of interest. This applet is meant as a contribution, to help understanding the complex algorithms for computing the lot size. Running single computations can be compared with computations by hand. The simulations point out the quality of the heuristics compared to the Wagner-Within algorithm. Interest on these applets has been shown by universities. Possibly these applets will be used to support learning environments or to support lectures:
I would be glad to cooperate with projects dealing with this topic. |
|