IE 3302: Production & Inventory Control Fall 2020

IE 3302: Production & Inventory Control Fall 2020

For this assignment, you will develop an Excel-based simulation tool using VBA macros to explore the effect of demand variability on system performance. There are two components to this project: 1) the simulation tool and 2) a report that describes experimentation and results. This project will be worth 16% of your overall course grade, with the simulation tool and the report each contributing 8%, respectively.

Part 1: Simulation Tool

This tool will simulate daily demand, demand fulfillment, and inventory replenishment of a single item for 365 simulated days using the EOQ method of inventory control. Assume the following parameter values as inputs to your tool:

 

Daily demand 10 units/day
Order cost $5/order
Holding cost $0.05/unit/day
Vendor lead time 4 days
Backorder cost $10/unit/day
Purchase cost $0.05/unit

 

The economic order quantity (EOQ) method of inventory control assumes that demand occurs continuously. For this assignment, you will approximate continuous demand by assuming a daily time- step, in which the following events occur in each simulated day:

  • Start of the day: Any replenishment orders that are due from the vendor will arrive at the start of the day and will be added to available inventory. This inventory is assumed to be available to fill orders on the same day that it arrives. If there are backorders from the previous day (i.e., negative inventory), those orders will be filled
  • End of the day: Available inventory will be drawn down by the number of units demanded during the day. You will then check to see if a replenishment order needs to be placed; if so, the order is placed with the vendor, and the vendor’s lead time clock starts running (i.e., at the start of the next day, the lead time will be reduced by 1 day).

The tool will be used to simulate three different scenarios, each of which must be run for 10 replications of 365 simulated days. For all three scenarios, you will capture (at a minimum):

  • One state variable – current inventory level – at the start and end of each simulated day
  • Two system performance metrics – cost and service level – at the end of each 365-day simulation replication

IE 3302: Production & Inventory Control Fall 2020

The three scenarios are as follows:

  1. Start by assuming that there is no demand variability (i.e., the system is deterministic). Determine the optimal order quantity (Q*) and reorder point (r*) for this system, and use these values to control inventory replenishment. Assuming that you start at time 0 with Q* units in inventory, run the simulation, and collect relevant output

 

  1. Now, assume that daily demand exhibits randomness (i.e., the system is stochastic) and follows a normal distribution. Again, use Q* and r* to control inventory replenishment. Assuming that you start at time 0 with Q* units in inventory, run the simulation for the following three daily demand distributions (mean, standard deviation):
    • Low demand variability: N(10, 2)
    • Medium demand variability: N(10, 5)
    • High demand variability: N(10, 10)

 

  1. Finally, assume that you can buffer against demand variability using safety stock. Assume you start at time 0 with Q* + ss units in inventory, and run the simulation for the three demand distributions described above (i.e., low, medium, high). Experiment with different levels of safety stock: What level of safety stock gives you the lowest total cost and/or service level on average (over 10 replications)? How does safety stock impact system performance across each of the 10 simulation replications?

DETAILED ASSIGNMENT

20200914184932mrj_assigment

Powered by WordPress