0% found this document useful (0 votes)
0 views

Assignment 3(CEP) (1)

The assignment focuses on simulating an order-up-to-level inventory system for a laptop-selling company, requiring students to evaluate queuing models using statistical methods and random number generation. Students must generate random numbers, estimate lost sales per week, and present statistics through various graphs over a 5-week simulation period. The assignment is part of the Computer Engineering program and is due on 11/2022, with a total of 5 marks available.

Uploaded by

Safina Soomro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

Assignment 3(CEP) (1)

The assignment focuses on simulating an order-up-to-level inventory system for a laptop-selling company, requiring students to evaluate queuing models using statistical methods and random number generation. Students must generate random numbers, estimate lost sales per week, and present statistics through various graphs over a 5-week simulation period. The assignment is part of the Computer Engineering program and is due on 11/2022, with a total of 5 marks available.

Uploaded by

Safina Soomro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Reg.

# _______________Section _A & C Name _________________________

Department: Computer Engineering Program: B.S (CE)

Assignment 3
CE-409 Simulation and Modelling

Announced date: Due Date: /11/2022 Total Marks = 5


/11/2022
Marks Obtained =
Teacher Name: Dr. Huma Hasan Rizvi
Complex Engineering Problem
Sr. No Course Learning Outcomes PLOs Attributes Blooms
Taxonomy

CLO_ PLO_4 WP1: Depth of C3


4 (Investigation) knowledge required (Apply)
Evaluation Queuing Models
WP3: Depth of
using statistical models and
analysis required
random number generation and
WA3:
testing techniques and apply
Design/Development
them to Simulation mode
of Solution

Supply Chain Analytics (Inventory Management)


Problem Description:
Simulation of an order-up-to-level Inventory System (M, N) Inventory Problem.
Consider a situation in which a company sells laptops. The system they use for
maintaining inventory is to review the simulation after a fixed number of days (say
N) and make a decision about what is to be done. The policy is to order up to a level
(say M).
The inventory system that functions as follows:
a) Whenever the inventory level falls to or below 10 units, an order is placed.
Only one order can be outstanding at a time.
b) The size of each day is equal to 20-I, (I is the inventory level when the order is
placed.
c) If demand occurs during a period when inventory level is zero, the sale is lost.
d) Daily demand is normally distributed, with a mean of 5 units and standard
deviation of 1.5 units (Round off demands to the closest integer during the
simulation, and if, negative value results, give it a demand of zero)
e) Lead time is distributed between 0 and 5 days.
f) The simulation will start with 18 units in the inventory.
g) For simplicity, assume that orders are placed at the close of the business day
and received after the lead time has occurred. Thus if lead time is one day, the
order is available for distribution on the morning of the 2nd day of the business
following the placement of the order.
h) Let the simulation run for 5 weeks.

Objective:
a) Generate your own random numbers by using linear congruential method and
use it where necessary.
b) Estimate by simulation, the average number of lost sales per week for the
inventory system.
c) Shows all statistics on graphs.
 Inventory level as a function of days
 Lost sales per days
 Lead time for inventory for 5 days
 Number of Inventory require to meet M requirement and N

You might also like