Homework Assignment Simulation Modeling The Cobbler Problem MGMT E - 5065 Operations and Logistics Management Due September 25 th.

Slides:



Advertisements
Similar presentations
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. A PowerPoint Presentation Package to Accompany Applied Statistics.
Advertisements

Introduction to Transportation Systems. PART II: FREIGHT TRANSPORTATION.
Lecture 10 Queueing Theory. There are a few basic elements common to almost all queueing theory application. Customers arrive, they wait for service in.
Table of Contents Chapter 12 (Computer Simulation: Basic Concepts)
3. 7 MBPF. Orange Juice Inc. produces and markets fruit juice
Operations Management For Competitive Advantage 1 Operations Scheduling Operations Management For Competitive Advantage Chapter 15.
Fundamentals of Python: From First Programs Through Data Structures
INDR 343 Problem Session
Queuing Theory Worthmore Department Store
 1  Outline  Model  problem statement  detailed ARENA model  model technique  Output Analysis.
MISSISSIPPI RIVER BARGE ARRIVALS AND UNLOADINGS A Queuing Simulation Applied Management Science for Decision Making, 1e © 2012 Pearson Prentice-Hall, Inc.
Probability Distributions
1 Queues Queue Concept Queue Design Considerations Queues in Java Collections APIs Queue Applications Reading L&C , 9.3.
Chapter 13 Queuing Theory
Simulation.
Simulation with ArenaChapter 2 – Fundamental Simulation Concepts Discrete Event “Hand” Simulation of a GI/GI/1 Queue.
Lecture 11 Queueing Models. 2 Queueing System  Queueing System:  A system in which items (or customers) arrive at a station, wait in a line (or queue),
Data Communication and Networks Lecture 13 Performance December 9, 2004 Joseph Conron Computer Science Department New York University
Simulating Single server queuing models. Consider the following sequence of activities that each customer undergoes: 1.Customer arrives 2.Customer waits.
Simulation Waiting Line. 2 Introduction Definition (informal) A model is a simplified description of an entity (an object, a system of objects) such that.
Queues Chapter 8 Nyhoff, ADTs, Data Structures and Problem Solving with C++, Second Edition, © 2005 Pearson Education, Inc. All rights reserved
The Poisson process and exponentially distributed service time In real life customers don’t arrive at pre-ordained times as specified in the last tutorial…
___________________________________________________________________________ Operations Research  Jan Fábry Waiting Line Models.
Spreadsheet Modeling & Decision Analysis
Simulation Examples ~ By Hand ~ Using Excel
Waiting Line Models ___________________________________________________________________________ Quantitative Methods of Management  Jan Fábry.
CHP-4 QUEUE.
Verification & Validation
Dana Middle School Welcome to the Dana Family! Lets Get Ready for !
MBA 513 Applied Business Models. MBA 513 Applied Business Models Operations Management.
© 2007 Pearson Education Simulation Supplement B.
MIT Fun queues for MIT The importance of queues When do queues appear? –Systems in which some serving entities provide some service in a shared.
Ali Movaghar Winter 2009 Modeling and Analysis of Computer Networks (Delay Models in Data Networks)
SIMULATION EXAMPLES QUEUEING SYSTEMS.
Simulation vs. Queuing Theory
Chapter 17 Scheduling. Management 3620Chapter 17 Schedule17-2 Overview of Production Planning Hierarchy Capacity Planning 1. Facility size 2. Equipment.
Homework Assignment Job Shop Scheduling MGMT E Operations and Logistics Operations and Logistics Management Management ACME TOOL & DIE, Inc. Due.
Assembly Line Balancing Boeing Corporation
Preparing for Quiz 1 Review notes, assignments Take practice quiz Read Tips on Taking On-line Exams Get a good night's rest Quiz 1 coverage: up to and.
CHAPTER SEVENTEEN SCHEDULING Chapter 17 Scheduling.
Structure of a Waiting Line System Queuing theory is the study of waiting lines Four characteristics of a queuing system: –The manner in which customers.
1 By: Prof. Y. Peter Chiu POM Chap-8: Scheduling ~ Homework Problems ~
Advantages of simulation 1. New policies, operating procedures, information flows and son on can be explored without disrupting ongoing operation of the.
Simulation Modeling and Analysis Ernesto Gutierrez-Miravete Rensselaer at Hartford October 14th, 2003.
Division of Polynomials Homework Solutions Feb 19 th Assignment.
Locating the Form The form can be found on the main TJHSST web site under Other Sites.
Introduction The objective of simulation – Analysis the system (Model) Analytically the model – a description of some system intended to predict the behavior.
September 10, 2014 Mrs. Girard Welcome to Kindergarten Open House.
Problem 1: Service System Capacity CustomersServed Customers Queue Server Problem: Can a server taking an average of x time units meet the demand? Solution.
Information Processing Modules. 10 -level INF1030- Word Processing INF1050- Spreadsheets INF1060- Databases INF1070- Digital Presentation INF1910- Special.
Nursing homework help BEST ASSIGNMENT.
WAITING LINES AND SIMULATION
Prepared by Lloyd R. Jaisingh
Problem 1: Service System Capacity
ETM 607 – Spreadsheet Simulations
Queues Queue Concept Queue Design Considerations
Jobs that are disappearing but still needed
Queues Chapter 8 Nyhoff, ADTs, Data Structures and Problem Solving with C++, Second Edition, © 2005 Pearson Education, Inc. All rights reserved
Modeling and Simulation CS 313
Call and Get the Best Canon printer repair service in Affordable Price Canon printer repair service.
How long must the plant operate on peak days?
Math 6.
Discrete Event “Hand” Simulation of a GI/GI/1 Queue
MAT 4830 Mathematical Modeling
Confidence Intervals in Simulation Part 1 – Video2: C.I. on m
Capacity rate = 100 customers/hour Input Rate Customers/hour Time 12pm 2pm 10am Capacity rate = 100 customers/hour Inventory Waiting.

Simulation Supplement B.
ECE 449/549 Homework #1 Create a taxi company model and run experiments in DEVSJAVA environment. Submit a short report on the model assumptions, model.
Place these numbers in order from smallest to largest.
Presentation transcript:

Homework Assignment Simulation Modeling The Cobbler Problem MGMT E Operations and Logistics Management Due September 25 th

The Cobbler Simulation A cobbler specializes in same-day shoe repair. Customers drop off their shoes before 9:00 am and expect them to be ready for pickup by 5:00 pm. There is a risk however, that the work needed on a pair of shoes cannot be done that day, depending on the type of repair that is required. A simulation spreadsheet was developed to reflect the number of shoes dropped off each morning: Number of Pairs ProbabilityRN Intervals

The Cobbler Simulation Currently, the maximum number of pairs of shoes that can be mended per day is: Number of Pairs ProbabilityRN Intervals

The Cobbler Simulation In the simulation for a specific day, the number of pairs of shoes needing repair ( NPSNR ) is determined first. Next, the maximum number of pairs of shoes that could be repaired ( MNPSR ) is determined. If MNPSR => NPSNR, all pairs of shoes are mended for that day. If MNPSR < NPSNR, then [ NPSNR - MNPSR ] pairs of shoes must be added to the number of pairs of shoes arriving the next day in order to obtain the NPSNR for the next day. The simulation continues in this manner.

The Cobbler Simulation REQUIREMENT: 1.Assuming the repair shop is empty of shoes at the start, simulate seven (7) days of operation, using the following random number strings: Dropoffs Capacity

The Cobbler Simulation REQUIREMENT: 2. Determine the average daily number of pairs held overnight. 3. Determine the average maximum repair capacity per day. 4. Determine the average daily number of pairs actually mended.

The Cobbler Simulation Day Random Number New Dropoffs Queue At Day Start NPSNR Random NumberMNPSR Actual Pairs Mended Queue At Day End Spreadsheet Format