Spare part inventory control for an aircraft component repair shop

Size: px
Start display at page:

Download "Spare part inventory control for an aircraft component repair shop"

Transcription

1 Spare part inventory control for an aircraft component repair shop Martin de Jong - Fokker Services Willem van Jaarsveld - Erasmus Universiteit Rotterdam 19th of January 2011

2 Outline Introduction Component Maintenance, Repair and Overhaul (CMRO) market Relevant company processes Research goals Modelling approach Algorithm Results & insights

3 Components/LRUs...

4 Components/LRUs...

5 Aerospace CMRO market Unserviceable components are replaced by serviceable ones during line maintenance These components are often called Line Replacable Units (LRUs) The unserviceable LRUs are repaired to be used in future line maintenance. These repairs are often outsourced: Component Maintenance Repair and Overhaul (CMRO) market This market was worth at least $9 billion in 2007 Very competitive market Key factors are quality, turnaround time (TAT), and price

6 Aerospace CMRO market Unserviceable components are replaced by serviceable ones during line maintenance These components are often called Line Replacable Units (LRUs) The unserviceable LRUs are repaired to be used in future line maintenance. These repairs are often outsourced: Component Maintenance Repair and Overhaul (CMRO) market This market was worth at least $9 billion in 2007 Very competitive market Key factors are quality, turnaround time (TAT), and price

7 ... and spare parts

8 ... and spare parts

9 ... and spare parts

10 Spare parts stocking is a major issue Good spare parts provisioning is considered as the key element in component maintenance activities: To achieve a good on time delivery, while keeping working capital low.

11 The repair process (simplified) Customer sends LRU to shop for repair. On arrival, the LRU is inspected for fault diagnosis. This inspection reveals which spare parts are needed for the repair. Any parts not on stock are ordered. As soon as all parts that are needed are available, the LRU is repaired and returned to the customer.

12 Inventory control process (simplified) When stock on hand + items on order - backorders for a part falls below the reorder point (min) for that part, the inventory controller is notified (undershoot). The inventory controller sends out a purchase order, after evaluation of the undershoot trigger. Evaluation is mainly based on leadtime, cost and past usage of the part. When applicable, prior knowledge such as the expected number of future repairs for specific LRUs is taken into account.

13 Research goal Develop a method that can determine suitable reorder points and order quantities 1 taking into account the service level targets to be achieved, which are set on LRU level. 2 automatically, based on data available in ERP system. 3 to advice the inventory controllers in their decision making, to help in achieving the service level targets.

14 Modelling issues Multiple LRU types (> 1000 active), and multiple different parts (> active). Parts are used for the repair of different LRU types, each with different availability targets dictated by the market. A broad range of parts is possibly needed to repair a LRU of a certain type.

15 Modelling issues Multiple LRU types (> 1000 active), and multiple different parts (> active). Parts are used for the repair of different LRU types, each with different availability targets dictated by the market. A broad range of parts is possibly needed to repair a LRU of a certain type. Introduce Statistical Bill of Materials.

16 The Statistical Bill of Materials (St. BOM) Data analysis on completed repairs of LRUs of a given type: P/N Usage prob. Quantity MA % 1 (31.3%) % 1 (15.65%), 2 (1.74%) % 2 (4.35 %)... KIP % 1(0.87%) KIP % 1(0.87%)... Excerpt of statistical BOM for LRU type (based on 115 repairs)

17 The Statistical Bill of Materials (St. BOM) Data analysis on completed repairs of LRUs of a given type: P/N Usage prob. Quantity MA % 1 (31.3%) % 1 (15.65%), 2 (1.74%) (5 parts) % 2 (4.35 %) (10 parts) KIP % 1(0.87%) KIP % 1(0.87%) (32 parts) Excerpt of statistical BOM for LRU type (based on 115 repairs)

18 The model - information requirements Based on following information:

19 The model - information requirements Based on following information: The forecasted repair volume for each LRU type. The statistical BOM for each LRU type. Leadtime & price of individual spare parts. Availability target(s) per LRU type: E.G. of all repairs done for LRU type , in at least 95% of the cases all spare parts needed for the repair must be available within 10 days after the repair commences. May have multiple such constraints per LRU type.

20 Gathering this information Repair volume estimate is based on sales forecast, historical maintenance interval, and operational plan. Statistical BOM as shown on earlier slide, and adapted in case of exceptions. Leadtime and price are in ERP system; they are continually monitored and improved.

21 Gathering this information Repair volume estimate is based on sales forecast, historical maintenance interval, and operational plan. Statistical BOM as shown on earlier slide, and adapted in case of exceptions. Leadtime and price are in ERP system; they are continually monitored and improved. Availability targets are in line with agreed performance targets, for every individual LRU: Augmented by LRU classification.

22 The model Formulated as optimization problem: 1 Select reorder point and order up to point (min, max) for each spare part; 2 such that the availability targets for each LRU are achieved; 3 while minimizing total cost, consisting of i) holding costs for all parts, and ii) total ordering efforts

23 The model Formulated as optimization problem: 1 Select reorder point and order up to point (min, max) for each spare part; 2 such that the availability targets for each LRU are achieved; 3 while minimizing total cost, consisting of i) holding costs for all parts, and ii) total ordering efforts Availability and total cost calculation: Assume Poisson arrival process for repairs. Demand for spare parts becomes compound Poisson. Steady state analysis.

24 The algorithm: IP formulation min i I p P i c ip x ip s.t. f a ({x ip } i,p ) ˆf a a A x ip = 1 i I p P i x ip {0, 1} i I, p P i I : Spare parts P: Policies: p := (min, max) x: Decision variables: x ip = 1 policy p is used for part i. c: Costs A: Availability contraints (LRUs) f a : Availability ˆf a : Availability target

25 Linearizing the availability constraint Inventory level of different parts are dependent. Exact LRU availability f a ({x ip } i,p ) is intractable.

26 Linearizing the availability constraint Inventory level of different parts are dependent. Exact LRU availability f a ({x ip } i,p ) is intractable. Assume the inventory level of different parts is independent: Reasonable approximation, only weakly correlated in reality. Tractability. As suggested by others who solve similar problems (Assemble To Order (Song); Tooling problems (Vliegen)).

27 Linearizing the availability constraint Inventory level of different parts are dependent. Exact LRU availability f a ({x ip } i,p ) is intractable. Assume the inventory level of different parts is independent: Reasonable approximation, only weakly correlated in reality. Tractability. As suggested by others who solve similar problems (Assemble To Order (Song); Tooling problems (Vliegen)). LRU availability can be approximated as the product of (LRU specific) availability of individual spare parts. f a ({x ip } i,p ) i I a p P i f aip x ip

28 Linearizing the availability constraint min [...] s.t. f aip x ip ˆf a a A i I a p P i x ip = 1 i I p P i x ip {0, 1} A: Availability contraints (LRUs) f aip : LRU a specific availability for part i, policy p ˆf a : Availability target x ip : Binary decision variables i I, p P i

29 Linearizing the availability constraint min [...] s.t. log i I a p P i x ip = 1 x ip {0, 1} p P i f aip x ip log ˆf a a A i I i I, p P i A: Availability contraints (LRUs) f aip : LRU a specific availability for part i, policy p ˆf a : Availability target x ip : Binary decision variables

30 Linearizing the availability constraint min [...] s.t. log f aip x ip log ˆf a i I a p P i x ip = 1 p P i x ip {0, 1} a A i I i I, p P i A: Availability contraints (LRUs) f aip : LRU a specific availability for part i, policy p ˆf a : Availability target x ip : Binary decision variables

31 Linearizing the availability constraint min [...] s.t. log(f aip )x ip log ˆf a a A i I a p P i x ip = 1 i I p P i x ip {0, 1} A: Availability contraints (LRUs) f aip : LRU a specific availability for part i, policy p ˆf a : Availability target x ip : Binary decision variables i I, p P i

32 Linearizing the availability constraint min [...] s.t. aipx ip ˆf a i I a p P i f x ip = 1 p P i x ip {0, 1} a A i I i I, p P i A: Availability contraints (LRUs) f aip : LRU a specific availability for part i, policy p ˆf a : Availability target x ip : Binary decision variables

33 Linearizing the availability constraint min [...] s.t. aipx ip ˆf a i I a p P i f x ip = 1 p P i x ip {0, 1} a A i I i I, p P i A: Availability contraints (LRUs) f aip : LRU a specific availability for part i, policy p ˆf a : Availability target x ip : Binary decision variables Linear, but still hard to solve because of sheer size

34 Solution approach (overview) Main ingredients used to solve LP relaxation:

35 Solution approach (overview) Main ingredients used to solve LP relaxation: 1 Use column generation: each column corresponds to a (min, max) policy for a specific part.

36 Solution approach (overview) Main ingredients used to solve LP relaxation: 1 Use column generation: each column corresponds to a (min, max) policy for a specific part. 2 The pricing problem decouples into a problem for each spare part; an innovative algorithm was developed to solve these problems efficiently.

37 Solution approach (overview) Main ingredients used to solve LP relaxation: 1 Use column generation: each column corresponds to a (min, max) policy for a specific part. 2 The pricing problem decouples into a problem for each spare part; an innovative algorithm was developed to solve these problems efficiently. 3 In total, 10 6 columns are generated: a selection mechanism is used to decide which of the new and existing columns will become part of the new restricted master problem.

38 Solution approach (overview) Main ingredients used to solve LP relaxation: 1 Use column generation: each column corresponds to a (min, max) policy for a specific part. 2 The pricing problem decouples into a problem for each spare part; an innovative algorithm was developed to solve these problems efficiently. 3 In total, 10 6 columns are generated: a selection mechanism is used to decide which of the new and existing columns will become part of the new restricted master problem. Integer solution is found using simple rounding procedures, which gives good results (3% gap).

39 Solution approach (overview) Main ingredients used to solve LP relaxation: 1 Use column generation: each column corresponds to a (min, max) policy for a specific part. 2 The pricing problem decouples into a problem for each spare part; an innovative algorithm was developed to solve these problems efficiently. 3 In total, 10 6 columns are generated: a selection mechanism is used to decide which of the new and existing columns will become part of the new restricted master problem. Integer solution is found using simple rounding procedures, which gives good results (3% gap). Problem with parts and 4000 constraints is solved in about 2 minutes, with LPSolve as backing LP solver.

40 Insights Much can be gained by concentrating on good performance for important LRUs.

41 Insights Much can be gained by concentrating on good performance for important LRUs. To achieve short TATs with high probability, we are forced to stock slower moving spare parts as well.

42 Insights Much can be gained by concentrating on good performance for important LRUs. To achieve short TATs with high probability, we are forced to stock slower moving spare parts as well. Or look at other options: exchanges/cannibalization.

43 Insights Much can be gained by concentrating on good performance for important LRUs. To achieve short TATs with high probability, we are forced to stock slower moving spare parts as well. Or look at other options: exchanges/cannibalization. Component maintenance is a knowledge driven industry, based on their specific knowledge inventory controllers should influence the final decision: Modification programs Reliability changes Vendor reliability Market availability of spare parts others

44 Importance of research to FS Model was implemented as a software tool linked to ERP system: Generates recommended min-max policy for each part, supporting the inventory controller decision making.

45 Importance of research to FS Model was implemented as a software tool linked to ERP system: Generates recommended min-max policy for each part, supporting the inventory controller decision making. This can help acting early on changes (in leadtime/repair rate/ St. BOM), instead of acting when inventory breaches the unadapted min quantity.

46 Importance of research to FS Model was implemented as a software tool linked to ERP system: Generates recommended min-max policy for each part, supporting the inventory controller decision making. This can help acting early on changes (in leadtime/repair rate/ St. BOM), instead of acting when inventory breaches the unadapted min quantity. Tool can also help to plan for new capabilities.

47 Importance of research to FS Tool gives management the capability to steer the entire assortment at once, and to quickly get a broad insight of the assortment. It allows for a better coordination between the performance targets, and the inventory decisions on the spare part level.

48 Importance of research to FS Tool gives management the capability to steer the entire assortment at once, and to quickly get a broad insight of the assortment. It allows for a better coordination between the performance targets, and the inventory decisions on the spare part level. Min quantities give quick and detailed insight into changes in inventory requirements resulting from changes in the repair volume of specific LRU s.

49 Importance of research to FS Tool gives management the capability to steer the entire assortment at once, and to quickly get a broad insight of the assortment. It allows for a better coordination between the performance targets, and the inventory decisions on the spare part level. Min quantities give quick and detailed insight into changes in inventory requirements resulting from changes in the repair volume of specific LRU s. And identify overstock situation, which can act as a trigger to initiate special actions to reduce the overstock for specific parts.

50 Discussion & questions

Planning Optimization in AX2012

Planning Optimization in AX2012 Planning Optimization in AX2012 Streamline your manufacturing operations with Master Planning and Forecasting Kevin Cosman 11 June 2013 About the Presenter Kevin Cosman, Senior Solutions consultant with

More information

Single item inventory control under periodic review and a minimum order quantity

Single item inventory control under periodic review and a minimum order quantity Single item inventory control under periodic review and a minimum order quantity G. P. Kiesmüller, A.G. de Kok, S. Dabia Faculty of Technology Management, Technische Universiteit Eindhoven, P.O. Box 513,

More information

Inventory Control Strategy Study For Airlines

Inventory Control Strategy Study For Airlines Inventory Control Strategy Study For Airlines Supanee Arthasartsri and He Ren, School of Aerospace, Mechanical Manufacturing Engineering RMIT University (Australia) The airline industry, as a whole, sits

More information

Inventory Models for Special Cases: A & C Items and Challenges

Inventory Models for Special Cases: A & C Items and Challenges CTL.SC1x -Supply Chain & Logistics Fundamentals Inventory Models for Special Cases: A & C Items and Challenges MIT Center for Transportation & Logistics Inventory Management by Segment A Items B Items

More information

Material Requirements Planning (MRP)

Material Requirements Planning (MRP) Material Requirements Planning (MRP) Unlike many other approaches and techniques, material requirements planning works which is its best recommendation. Joseph Orlicky, 1974 1 History Begun around 1960

More information

ProfitTool Inventory Management System Item Demand Forecasting & Automated Purchasing

ProfitTool Inventory Management System Item Demand Forecasting & Automated Purchasing ProfitTool Inventory Management System Item Demand Forecasting & Automated Purchasing A White Paper on the Key Functions ProfitTool Inventory Management General Data Systems has developed the ProfitTool

More information

Moving Parts Planning Forward

Moving Parts Planning Forward 2013 Moving Parts Planning Forward In less than six months, we ve reduced our inventory by more than $75,000 and expect to reduce it by $150,000 by the end of the first year. Valogix e-report Series www.valogixinventoryplanning.com

More information

Chapter 7. Production, Capacity and Material Planning

Chapter 7. Production, Capacity and Material Planning Chapter 7 Production, Capacity and Material Planning Production, Capacity and Material Planning Production plan quantities of final product, subassemblies, parts needed at distinct points in time To generate

More information

Evaluating the Lead Time Demand Distribution for (r, Q) Policies Under Intermittent Demand

Evaluating the Lead Time Demand Distribution for (r, Q) Policies Under Intermittent Demand Proceedings of the 2009 Industrial Engineering Research Conference Evaluating the Lead Time Demand Distribution for (r, Q) Policies Under Intermittent Demand Yasin Unlu, Manuel D. Rossetti Department of

More information

IEOR 4404 Homework #2 Intro OR: Deterministic Models February 14, 2011 Prof. Jay Sethuraman Page 1 of 5. Homework #2

IEOR 4404 Homework #2 Intro OR: Deterministic Models February 14, 2011 Prof. Jay Sethuraman Page 1 of 5. Homework #2 IEOR 4404 Homework # Intro OR: Deterministic Models February 14, 011 Prof. Jay Sethuraman Page 1 of 5 Homework #.1 (a) What is the optimal solution of this problem? Let us consider that x 1, x and x 3

More information

Antti Salonen KPP227 - HT 2015 KPP227

Antti Salonen KPP227 - HT 2015 KPP227 - HT 2015 1 Inventory management Inventory management concerns short-range decisions about supplies, inventories, production levels, staffing patterns, schedules and distribution. The decisions are often

More information

2012 Americas School of Mines

2012 Americas School of Mines www.pwc.com 2012 Americas School of Mines Maximizing Asset Management From Work Plan to Financial Performance Doug Stretton, Paul Ingram May 17, 2012 Presentation Summary Maximizing mining assets is often

More information

Modeling Multi-Echelon Multi-Supplier Repairable Inventory Systems with Backorders

Modeling Multi-Echelon Multi-Supplier Repairable Inventory Systems with Backorders J. Service Science & Management, 2010, 3, 440-448 doi:10.4236/jssm.2010.34050 Published Online December 2010 (http://www.scirp.org/journal/jssm) Modeling Multi-Echelon Multi-Supplier Repairable Inventory

More information

FIXED CHARGE UNBALANCED TRANSPORTATION PROBLEM IN INVENTORY POOLING WITH MULTIPLE RETAILERS

FIXED CHARGE UNBALANCED TRANSPORTATION PROBLEM IN INVENTORY POOLING WITH MULTIPLE RETAILERS FIXED CHARGE UNBALANCED TRANSPORTATION PROBLEM IN INVENTORY POOLING WITH MULTIPLE RETAILERS Ramidayu Yousuk Faculty of Engineering, Kasetsart University, Bangkok, Thailand ramidayu.y@ku.ac.th Huynh Trung

More information

Agenda. Real System, Transactional IT, Analytic IT. What s the Supply Chain. Levels of Decision Making. Supply Chain Optimization

Agenda. Real System, Transactional IT, Analytic IT. What s the Supply Chain. Levels of Decision Making. Supply Chain Optimization Agenda Supply Chain Optimization KUBO Mikio Definition of the Supply Chain (SC) and Logistics Decision Levels of the SC Classification of Basic Models in the SC Logistics Network Design Production Planning

More information

Key Benefits: Minimize lead times and maximize on-time deliveries to customers. Respond quickly to changes in demand for materials and capacity

Key Benefits: Minimize lead times and maximize on-time deliveries to customers. Respond quickly to changes in demand for materials and capacity Microsoft Business Solutions Axapta Master Planning streamlines your manufacturing processes and supply chain to help you reduce costs and satisfy customer demands. Key Benefits: Minimize lead times and

More information

Inventory Control: It s Your Money!

Inventory Control: It s Your Money! A Randall Data Systems White Paper Inventory Control: It s Your Money! The importance of knowing what you have and what you really need, and how inventory control software can help. Randall Data Systems,

More information

Chapter 07. Spare Parts Inventory Management

Chapter 07. Spare Parts Inventory Management Chapter 07 Spare Parts Inventory Management Spare Part Spare part means a part or sub-unit or a major assembly which is available in stock for substitution when needed. Need for Scientific Management of

More information

ISE 421 QUANTATIVE PRODUCTION PLANNING

ISE 421 QUANTATIVE PRODUCTION PLANNING ISE 421 QUANTATIVE PRODUCTION PLANNING LECTURE III MRP, MRPII, ERP, APS Dr. Arslan ÖRNEK 2013 2014 Fall Term PRODUCTION PLANNING & SCHEDULING (PP&S) PP&S is one of the most critical activities in a manufacturing

More information

Discrete Optimization

Discrete Optimization Discrete Optimization [Chen, Batson, Dang: Applied integer Programming] Chapter 3 and 4.1-4.3 by Johan Högdahl and Victoria Svedberg Seminar 2, 2015-03-31 Todays presentation Chapter 3 Transforms using

More information

Chapter 14 Inventory Management

Chapter 14 Inventory Management Chapter 14 Inventory Management Overview Nature of Inventories Opposing Views of Inventories Fixed Order Quantity Systems Fixed Order Period Systems Other Inventory Models Some Realities of Inventory Planning

More information

Efficient and Robust Allocation Algorithms in Clouds under Memory Constraints

Efficient and Robust Allocation Algorithms in Clouds under Memory Constraints Efficient and Robust Allocation Algorithms in Clouds under Memory Constraints Olivier Beaumont,, Paul Renaud-Goud Inria & University of Bordeaux Bordeaux, France 9th Scheduling for Large Scale Systems

More information

Datasheet Electronic Kanban Ultriva vs. ERP ekanban Modules By Narayan Laksham

Datasheet Electronic Kanban Ultriva vs. ERP ekanban Modules By Narayan Laksham Datasheet Electronic Kanban Ultriva vs. ERP ekanban Modules By Narayan Laksham Summary: Several ERP vendors offer rudimentary Kanban modules to compliment their MRP systems. However, these Kanban modules

More information

Refinery Planning & Scheduling - Plan the Act. Act the Plan.

Refinery Planning & Scheduling - Plan the Act. Act the Plan. Refinery Planning & Scheduling - Plan the Act. Act the Plan. By Sowmya Santhanam EXECUTIVE SUMMARY Due to the record high and fluctuating crude prices, refineries are under extreme pressure to cut down

More information

Predictive Maintenance for Government

Predictive Maintenance for Government Predictive Maintenance for How to prevent asset failure, control maintenance costs and anticipate budget needs Highlights Predictive maintenance helps government agencies automatically detect equipment

More information

Glossary of Inventory Management Terms

Glossary of Inventory Management Terms Glossary of Inventory Management Terms ABC analysis also called Pareto analysis or the rule of 80/20, is a way of categorizing inventory items into different types depending on value and use Aggregate

More information

Cloud Branching. Timo Berthold. joint work with Domenico Salvagnin (Università degli Studi di Padova)

Cloud Branching. Timo Berthold. joint work with Domenico Salvagnin (Università degli Studi di Padova) Cloud Branching Timo Berthold Zuse Institute Berlin joint work with Domenico Salvagnin (Università degli Studi di Padova) DFG Research Center MATHEON Mathematics for key technologies 21/May/13, CPAIOR

More information

Distributed Control in Transportation and Supply Networks

Distributed Control in Transportation and Supply Networks Distributed Control in Transportation and Supply Networks Marco Laumanns, Institute for Operations Research, ETH Zurich Joint work with Harold Tiemessen, Stefan Wörner (IBM Research Zurich) Apostolos Fertis,

More information

Module 10: Inventory Managing Stocks at the HIV Rapid Testing Site

Module 10: Inventory Managing Stocks at the HIV Rapid Testing Site Module 10: Inventory Managing Stocks at the HIV Rapid Testing Site Purpose To equip the participants with necessary knowledge so they can properly manage the stocks at the rapid testing sites. Pre-requisite

More information

SAP APO SNP (Supply Network Planning) Sample training content and overview

SAP APO SNP (Supply Network Planning) Sample training content and overview SAP APO SNP (Supply Network Planning) Sample training content and overview Course Objectives At the completion of this course, you will be able to: Understand the concepts of SNP and supply chain network

More information

Operations Management

Operations Management 13-1 MRP and ERP Operations Management William J. Stevenson 8 th edition 13-2 MRP and ERP CHAPTER 13 MRP and ERP McGraw-Hill/Irwin Operations Management, Eighth Edition, by William J. Stevenson Copyright

More information

Inventory Management. Material Requirements Planning. Chris Caplice ESD.260/15.770/1.260 Logistics Systems Oct 2006

Inventory Management. Material Requirements Planning. Chris Caplice ESD.260/15.770/1.260 Logistics Systems Oct 2006 Inventory Management Material Requirements Planning Chris Caplice ESD.260/15.770/1.260 Logistics Systems Oct 2006 Assumptions: Basic MRP Model Demand Constant vs Variable Known vs Random Continuous vs

More information

ISLAND AVIATIONS SERVICES LTD MALE REQUEST FOR PROPOSALS ENGINEERING & MAINTENANCE MANAGEMENT SOFTWARE

ISLAND AVIATIONS SERVICES LTD MALE REQUEST FOR PROPOSALS ENGINEERING & MAINTENANCE MANAGEMENT SOFTWARE ISLAND AVIATIONS SERVICES LTD MALE REQUEST FOR PROPOSALS ENGINEERING & MAINTENANCE MANAGEMENT SOFTWARE 16 FEBRUARY 2014 Prepared by IASL Procurement Committee 1 RFP ENGINEERING MANAGEMENT SOFTWARE Island

More information

Solutions for material forecasting & monitoring Forecasting the consumption of

Solutions for material forecasting & monitoring Forecasting the consumption of 55 I MAINTENANCE & ENGINEERING The requirement for materials originates from consumables for airframe checks and component repairs, and maintaining the correct inventory of rotable components. IT solutions

More information

Algorithm Design and Analysis

Algorithm Design and Analysis Algorithm Design and Analysis LECTURE 27 Approximation Algorithms Load Balancing Weighted Vertex Cover Reminder: Fill out SRTEs online Don t forget to click submit Sofya Raskhodnikova 12/6/2011 S. Raskhodnikova;

More information

Supply chain management by means of FLM-rules

Supply chain management by means of FLM-rules Supply chain management by means of FLM-rules Nicolas Le Normand, Julien Boissière, Nicolas Méger, Lionel Valet LISTIC Laboratory - Polytech Savoie Université de Savoie B.P. 80439 F-74944 Annecy-Le-Vieux,

More information

A Production Planning Problem

A Production Planning Problem A Production Planning Problem Suppose a production manager is responsible for scheduling the monthly production levels of a certain product for a planning horizon of twelve months. For planning purposes,

More information

Unlock MRO Value. Optimize Spares Inventories Using Analytics. An Oniqua Executive Brief

Unlock MRO Value. Optimize Spares Inventories Using Analytics. An Oniqua Executive Brief Unlock MRO Value Optimize Spares Inventories Using Analytics An Oniqua Executive Brief EXECUTIVE SUMMARY Unlock MRO Value Optimize Spares Inventories Using Analytics SITUATION: Quantifying business value

More information

5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1

5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1 5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1 General Integer Linear Program: (ILP) min c T x Ax b x 0 integer Assumption: A, b integer The integrality condition

More information

Chapter 6. Linear Programming: The Simplex Method. Introduction to the Big M Method. Section 4 Maximization and Minimization with Problem Constraints

Chapter 6. Linear Programming: The Simplex Method. Introduction to the Big M Method. Section 4 Maximization and Minimization with Problem Constraints Chapter 6 Linear Programming: The Simplex Method Introduction to the Big M Method In this section, we will present a generalized version of the simplex method that t will solve both maximization i and

More information

Appendix O MANUFACTURING YOUTH APPRENTICESHIP PRODUCTION OPERATIONS MANAGEMENT PATHWAY PRODUCTION OPERATIONS MANAGEMENT (UNIT 8)

Appendix O MANUFACTURING YOUTH APPRENTICESHIP PRODUCTION OPERATIONS MANAGEMENT PATHWAY PRODUCTION OPERATIONS MANAGEMENT (UNIT 8) Appendix O MANUFACTURING YOUTH APPRENTICESHIP PRODUCTION OPERATIONS MANAGEMENT PATHWAY PRODUCTION OPERATIONS MANAGEMENT (UNIT 8) Pathway: (Unit 8) PAGE 1 OF 17 Unit 8: Pathway 1. Assist to purchase materials

More information

Reorder level = demand during lead time = lead time x demand per unit time ROL = LT x D

Reorder level = demand during lead time = lead time x demand per unit time ROL = LT x D Reorder Level Additional assumption: Lead time is known and constant No need to carrying stock from one cycle to the next So each order should be scheduled to arrive as existing stock runs out Reorder

More information

DATA QUALITY SYMPOSIUM 23 APRIL 2009 AND 24 APRIL 2009. Master Data Acquisitioning Principles and Challenges. Johan Zwarts

DATA QUALITY SYMPOSIUM 23 APRIL 2009 AND 24 APRIL 2009. Master Data Acquisitioning Principles and Challenges. Johan Zwarts DATA QUALITY SYMPOSIUM 23 APRIL 2009 AND 24 APRIL 2009 Master Data Acquisitioning Principles and Challenges Johan Zwarts Organizations implement VERY large and VERY expensive ERP systems without proper

More information

Integrated Inventory Management for Maintenance, Repair and Operations (MRO) Materials By Doug Wallace 1. Introduction

Integrated Inventory Management for Maintenance, Repair and Operations (MRO) Materials By Doug Wallace 1. Introduction Integrated Inventory Management for Maintenance, Repair and Operations (MRO) Materials By Doug Wallace As appeared in the July-August 07 issue of Reliable Plant 1. Introduction From an operational perspective,

More information

Replenishment Types. Buy Type M, known as Min/Max, is set up on the warehouse item record on the Purchasing tab.

Replenishment Types. Buy Type M, known as Min/Max, is set up on the warehouse item record on the Purchasing tab. Replenishment Types A. Replenishment Calculations for Buy Type M Buy Type M, known as Min/Max, is set up on the warehouse item record on the Purchasing tab. The minimum and maximum values are manually

More information

Optimizing Inventories in Service Part and MRO Supply Chains

Optimizing Inventories in Service Part and MRO Supply Chains White paper Optimizing Inventories in Service Part and MRO Supply Chains Four elements to unlock the value of working capital Lalit Khandelwal, Bharath Vasudevan Abstract Although optimizing inventories

More information

MATERIALS MANAGEMENT. Module 9 July 22, 2014

MATERIALS MANAGEMENT. Module 9 July 22, 2014 MATERIALS MANAGEMENT Module 9 July 22, 2014 Inventories and their Management Inventories =? New Car Inventory Sitting in Parking Lots Types of Inventory 1. Materials A. Raw material B. WIP C. Finished

More information

1 2 3 4 5 Demand 150 170 180 160 160

1 2 3 4 5 Demand 150 170 180 160 160 MGT 3110: Exam 2 Study Guide 1. What is aggregate planning? What is its purpose? 2. What are demand options for aggregate planning? Give examples and discuss the effects of each. 3. Why is there a need

More information

Asset Management Services featuring SmartSpares

Asset Management Services featuring SmartSpares Asset Management Services featuring SmartSpares July, 2007 ABB Inc. - 1 - Ed Hunt 248-670-5579 ABB Inc.Robotics Division Customer Service Agenda Issues / Challenges A Discussion ABB s Offer SmartSpares

More information

PRODUCTION PLANNING AND SCHEDULING Part 1

PRODUCTION PLANNING AND SCHEDULING Part 1 PRODUCTION PLANNING AND SCHEDULING Part Andrew Kusiak 9 Seamans Center Iowa City, Iowa - 7 Tel: 9-9 Fax: 9-669 andrew-kusiak@uiowa.edu http://www.icaen.uiowa.edu/~ankusiak Forecasting Planning Hierarchy

More information

Live Learning Center. Solution-Driven Integrated Learning Paths. Make the Most of Your Educational Experience

Live Learning Center. Solution-Driven Integrated Learning Paths. Make the Most of Your Educational Experience Solution-Driven Integrated Learning Paths Educational Sessions Lean Global Supply Chain Basics of Operation Management Demand Management, Forecasting, and S & OP Professional Advancement Special Interest

More information

Item Master and Bill of Material

Item Master and Bill of Material 4 Item Master and Bill of Material MGT2405, University of Toronto, Denny Hong Mo Yeh The enterprise resource planning (ERP) system plans and controls all resources in an enterprise. Material requirement

More information

Integer Programming: Algorithms - 3

Integer Programming: Algorithms - 3 Week 9 Integer Programming: Algorithms - 3 OPR 992 Applied Mathematical Programming OPR 992 - Applied Mathematical Programming - p. 1/12 Dantzig-Wolfe Reformulation Example Strength of the Linear Programming

More information

In a multi-item inventory system, such as an assemble-to-order manufacturing system or

In a multi-item inventory system, such as an assemble-to-order manufacturing system or Order-Based Backorders and Their Implications in Multi-Item Inventory Systems Jing-Sheng Song Graduate School of Management, University of California, Irvine, California 9697 jssong@uci.edu In a multi-item

More information

Fueling your supply chain for global growth. UPS Aerospace Logistics Solutions

Fueling your supply chain for global growth. UPS Aerospace Logistics Solutions Fueling your supply chain for global growth UPS Aerospace Logistics Solutions Challenges facing the aerospace industry have never been greater. The demand for more fuel-efficient aircraft and an increasing

More information

Job Manager for Tool and Die Shops

Job Manager for Tool and Die Shops Job Manager for Tool and Die Shops What makes Tool and Die Shops unique? First, most orders are for a unique Tool or Die. No two Jobs are alike. The Job is a one of a kind job, not a mass production type

More information

Materials Management and Inventory Systems

Materials Management and Inventory Systems Materials Management and Inventory Systems Richard J.Tersine Old Dominion University 'C & North-Holland PUBLISHING COMPANY NEW YORK AMSTERDAM Contents Preface Chapter 1 INTRODUCTION 1 Inventory 4 Types

More information

On the effect of forwarding table size on SDN network utilization

On the effect of forwarding table size on SDN network utilization IBM Haifa Research Lab On the effect of forwarding table size on SDN network utilization Rami Cohen IBM Haifa Research Lab Liane Lewin Eytan Yahoo Research, Haifa Seffi Naor CS Technion, Israel Danny Raz

More information

Job Manager for Metal Fabrication

Job Manager for Metal Fabrication Job Manager for Metal Fabrication What makes Metal Fabrication unique? First, most metal shops are building to unique specifications. The Jobs are service type jobs, not production type jobs. Mass Production

More information

OVERVIEW OF THE SUPPLY CHAIN ROADMAP

OVERVIEW OF THE SUPPLY CHAIN ROADMAP OVERVIEW OF THE SUPPLY CHAIN ROADMAP Windows Client IFS CUSTOMER SUMMIT 2011, CHICAGO DARLA BLOOM SENIOR ADVISOR darla.bloom@ifsworld.com OVERVIEW OF THE SUPPLY CHAIN ROADMAP AGENDA Supply Chain Program

More information

Issues in inventory control models with demand and supply uncertainty Thesis proposal

Issues in inventory control models with demand and supply uncertainty Thesis proposal Issues in inventory control models with demand and supply uncertainty Thesis proposal Abhijit B. Bendre August 8, 2008 CORAL Centre for Operations Research Applications in Logistics Dept. of Business Studies,

More information

Revenue Management for Transportation Problems

Revenue Management for Transportation Problems Revenue Management for Transportation Problems Francesca Guerriero Giovanna Miglionico Filomena Olivito Department of Electronic Informatics and Systems, University of Calabria Via P. Bucci, 87036 Rende

More information

Chapter 12 Inventory Control and Management

Chapter 12 Inventory Control and Management Chapter 12 Inventory Control and Management Learning Outcomes Describe the functions and costs of an inventory system. Determine the order quantity and Economic Order Quantity. Determine the reorder point

More information

Inventory Management - A Teaching Note

Inventory Management - A Teaching Note Inventory Management - A Teaching Note Sundaravalli Narayanaswami W.P. No.2014-09-01 September 2014 INDIAN INSTITUTE OF MANAGEMENT AHMEDABAD-380 015 INDIA Inventory Management - A Teaching Note Sundaravalli

More information

Master planning in Dynamics AX

Master planning in Dynamics AX 12/10/2015 Master planning in Dynamics AX JACOB RODER SR. SOLUTION CONSULTANT DYNAMIC CONSULTING JACOB.RODER@DYNAMICCONSULTING.COM 1 Agenda Morning Short Intro Master planning basics Master plan settings

More information

Supply Chain Design and Inventory Management Optimization in the Motors Industry

Supply Chain Design and Inventory Management Optimization in the Motors Industry A publication of 1171 CHEMICAL ENGINEERING TRANSACTIONS VOL. 32, 2013 Chief Editors: Sauro Pierucci, Jiří J. Klemeš Copyright 2013, AIDIC Servizi S.r.l., ISBN 978-88-95608-23-5; ISSN 1974-9791 The Italian

More information

Oracle Utilities Work and Asset Management

Oracle Utilities Work and Asset Management Oracle Utilities Work and Asset Management User Guide Release 2.1.0 E61870-01 May 2015 Oracle Utilities Work and Asset Management User Guide Release 2.1.0 E61870-01 May 2015 Documentation build: 4.30.2015

More information

AMS' feature-rich software suite offers customer-proven maintenance and inventory management solutions to aviation clients worldwide.

AMS' feature-rich software suite offers customer-proven maintenance and inventory management solutions to aviation clients worldwide. AMS' feature-rich software suite offers customer-proven maintenance and inventory management solutions to aviation clients worldwide. AMS is a division of 2 BUSINESS INTEGRITY Always Aiming Higher We can

More information

Simulations can be run at item and group level giving users flexibility. In brief

Simulations can be run at item and group level giving users flexibility. In brief We all aim to optimize all kinds of aspects of our business, but we all also are aware it s very challenging to put reality in an optimization model. Nevertheless, we require insights which enable us to

More information

Min/Max Inventory Planning for Military Logistics

Min/Max Inventory Planning for Military Logistics 21st International Congress on Modelling and Simulation, Gold Coast, Australia, 29 Nov to 4 Dec 2015 www.mssanz.org.au/modsim2015 Min/Max Inventory Planning for Military Logistics S. Shekh Defence Science

More information

Analytics for an Online Retailer: Demand Forecasting and Price Optimization

Analytics for an Online Retailer: Demand Forecasting and Price Optimization Analytics for an Online Retailer: Demand Forecasting and Price Optimization Kris Johnson Operations Research Center, Massachusetts Institute of Technology, krisd@mit.edu Bin Hong Alex Lee Engineering Systems

More information

A SYSTEMS APPROACH TO OPTIMIZE A MULTI ECHELON REPAIRABLE ITEM INVENTORY SYSTEM WITH MULTIPLE CLASSES OF SERVICE

A SYSTEMS APPROACH TO OPTIMIZE A MULTI ECHELON REPAIRABLE ITEM INVENTORY SYSTEM WITH MULTIPLE CLASSES OF SERVICE A SYSTEMS APPROACH TO OPTIMIZE A MULTI ECHELON REPAIRABLE ITEM INVENTORY SYSTEM WITH MULTIPLE CLASSES OF SERVICE by Paul Lee Ewing Jr. A thesis submitted to the Faculty and the Board of Trustees of the

More information

Big Data for Supply Chain Optimization By: Anders Richter, SAS Institute, Denmark

Big Data for Supply Chain Optimization By: Anders Richter, SAS Institute, Denmark Big Data for Supply Chain Optimization By: Anders Richter, SAS Institute, Denmark Agenda Demand-Driven Planning & Optimization and Big data Inventory Optimization (IO) The Matas case Results and takeaways

More information

Introduction to Inventory Replenishment

Introduction to Inventory Replenishment Introduction to Inventory Replenishment Davisware 514 Market Loop West Dundee, IL 60118 Phone: (847) 426-6000 Fax: (847) 426-6027 Contents are the exclusive property of Davisware. Copyright 2011. All Rights

More information

HP Hardware Support Onsite 6-Hour Call-to-Repair Service HP Customer Support Contractual Service Package

HP Hardware Support Onsite 6-Hour Call-to-Repair Service HP Customer Support Contractual Service Package HP Hardware Support Onsite 6-Hour Call-to-Repair Service HP Customer Support Contractual Service Package Technical data HP Hardware Support Onsite 6-Hour Call-to-Repair Service provides an IT manager with

More information

Four Strategies for Smarter Inventory Control

Four Strategies for Smarter Inventory Control Whitepaper April 2016 Four Strategies for Smarter Inventory Control Section 01 Synopsis This paper is provided for companies that carry inventory (manufacturers, distributors, retailers and service providers)

More information

DEVELOPMENT OF LOW COST MRP SOFTWARE FOR A MANUFACTURING,

DEVELOPMENT OF LOW COST MRP SOFTWARE FOR A MANUFACTURING, KOLEJ UNIVERSITI TEKNIKAL KEBANGSAAN MALAYSIA DEVELOPMENT OF LOW COST MRP SOFTWARE FOR A MANUFACTURING, PROCESS Thesis submitted in accordance with the partial requirements of the Kolej Universiti Teknikal

More information

What options exist for multi-echelon forecasting and replenishment?

What options exist for multi-echelon forecasting and replenishment? Synchronization of Stores and Warehouses: Closing the Profit Gap Successful retailers focus their efforts on the customer and the unique attributes of each store in the chain. Tailoring assortments, promotions

More information

Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows

Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows TECHNISCHE UNIVERSITEIT EINDHOVEN Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows Lloyd A. Fasting May 2014 Supervisors: dr. M. Firat dr.ir. M.A.A. Boon J. van Twist MSc. Contents

More information

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. !-approximation algorithm.

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. !-approximation algorithm. Approximation Algorithms Chapter Approximation Algorithms Q Suppose I need to solve an NP-hard problem What should I do? A Theory says you're unlikely to find a poly-time algorithm Must sacrifice one of

More information

MATERIALS OPTIMIZATION

MATERIALS OPTIMIZATION MATERIALS OPTIMIZATION Materials Optimization INNOVATIVE MAINTENANCE SOLUTIONS Keeping your airplanes ready for the day s flying requires a dependable flow of crucial parts, materials, and knowledge. We

More information

The Next Generation of Inventory Optimization has Arrived

The Next Generation of Inventory Optimization has Arrived The Next Generation of Inventory Optimization has Arrived Cutting-edge demand classification technology integrated with network optimization and simulation enables cost reduction and increased inventory

More information

INTEGRATED OPTIMIZATION OF SAFETY STOCK

INTEGRATED OPTIMIZATION OF SAFETY STOCK INTEGRATED OPTIMIZATION OF SAFETY STOCK AND TRANSPORTATION CAPACITY Horst Tempelmeier Department of Production Management University of Cologne Albertus-Magnus-Platz D-50932 Koeln, Germany http://www.spw.uni-koeln.de/

More information

ELA Standards of Competence on the Supervisory/Operational Management Level

ELA Standards of Competence on the Supervisory/Operational Management Level ELA Standards of Competence on the Supervisory/Operational Management Level 2.0 Basic Supply Chain Concepts 2.0.01 Explain the scope and role of component activities within the supply chain 2.0.02 Map

More information

SERVICE LEVEL AGREEMENT. Cedar Rapids Fleet Services Division and City of Cedar Rapids Departments

SERVICE LEVEL AGREEMENT. Cedar Rapids Fleet Services Division and City of Cedar Rapids Departments SERVICE LEVEL AGREEMENT Cedar Rapids Fleet Services Division and City of Cedar Rapids Departments This document is a Service Level Agreement (SLA) between the Cedar Rapids Fleet Services Division (the

More information

Industry examples of Camelot LEAN Supply Chain Planning

Industry examples of Camelot LEAN Supply Chain Planning Walldorf, April 3 rd, 2014 Industry examples of Camelot LEAN Supply Chain Planning Patrick Wolf Value Chain Excellence. Strategy to Results. Industry examples of Camelot LEAN Supply Chain Planning Agenda

More information

HP Hardware Support Onsite 6-Hour Call-to-Repair Service HP Customer Support Contractual Services Package

HP Hardware Support Onsite 6-Hour Call-to-Repair Service HP Customer Support Contractual Services Package HP Hardware Support Onsite 6-Hour Call-to-Repair Service HP Customer Support Contractual Services Package Our team of support specialists will quickly begin troubleshooting your system to ensure the hardware

More information

Using EXCEL Solver October, 2000

Using EXCEL Solver October, 2000 Using EXCEL Solver October, 2000 2 The Solver option in EXCEL may be used to solve linear and nonlinear optimization problems. Integer restrictions may be placed on the decision variables. Solver may be

More information

Features: NEW!! EIM Version 3 Spreadsheets!

Features: NEW!! EIM Version 3 Spreadsheets! NEW!! EIM Version 3 Spreadsheets! An exciting new tool has just been released by EIM, Inc. that implements the principles of effective inventory management! The Version 3 Spreadsheets feature our newly

More information

e-book 2 Inventory Planning Critical to Success A Valogix e-book Series Inventory Planning and Optimization Solutions Page1 Valogix e-book Series

e-book 2 Inventory Planning Critical to Success A Valogix e-book Series Inventory Planning and Optimization Solutions Page1 Valogix e-book Series Page1 Inventory Planning and Optimization Solutions e-book 2 Inventory Planning Critical to Success A Valogix e-book Series Copyright 2012 Valogix LLC, All Rights Reserved Page2 COPYRIGHT This publication

More information

A Case Study Analysis of Inventory Cost and Practices for Operating Room Medical/Surgical Items

A Case Study Analysis of Inventory Cost and Practices for Operating Room Medical/Surgical Items October 2013 A Case Study Analysis of Inventory Cost and Practices for Operating Room Medical/Surgical Items CENTER FOR INNOVATION IN HEALTHCARE LOGISTICS Dr. Manuel D. Rossetti Dr. Vijith M. Varghese

More information

Seradex White Paper. Engineering Change Process. A Discussion of Issues in the Manufacturing OrderStream

Seradex White Paper. Engineering Change Process. A Discussion of Issues in the Manufacturing OrderStream Seradex White Paper A Discussion of Issues in the Manufacturing OrderStream Engineering Change Process Every manufacturing organization makes product design changes. In advanced technological industries

More information

Modeling and Optimization of an Industrial Inventory Management System

Modeling and Optimization of an Industrial Inventory Management System Modeling and Optimization of an Industrial Inventory Management System Design Team Katia Lisboa, Jaime Bonifasi, Cristina Cromeyer, Frederick Stewart Design Advisor Prof. Abe Zeid Sponsor Barry Controls

More information

Get more from Microsoft Dynamics AX with Service Management from HSO

Get more from Microsoft Dynamics AX with Service Management from HSO www.hso-equipment.com Get more from Microsoft Dynamics AX with Service Management from HSO FACTSHEET SERVICE MANAGEMENT CHALLENGES Integrated approach including managing customers, resources, partners

More information

AIRCRAFT SERVICES COMPONENT SERVICES ENGINE SERVICES LINE MAINTENANCE TRAINING SERVICES ENGINE PARTS REPAIR SERVICES

AIRCRAFT SERVICES COMPONENT SERVICES ENGINE SERVICES LINE MAINTENANCE TRAINING SERVICES ENGINE PARTS REPAIR SERVICES AIRCRAFT COMPONENT ENGINE LINE MAINTENANCE TRAINING ENGINE PARTS REPAIR KEY COMPANY FACTS One of the leading global MRO service providers Over 80 years of experience in engine MRO Around 500 customers

More information

PTC Service Parts Management for Aerospace and Defense

PTC Service Parts Management for Aerospace and Defense PTC Service Parts Management for Aerospace and Defense PTC Service Parts Management for Aerospace and Defense Increase System Availability while Reducing Inventory Cost PTC s Service Parts Management for

More information

Pharmacy Supply Chain

Pharmacy Supply Chain Pharmacy Supply Chain A Structured Approach to Managing Pharmacy Inventory David Stead Chief Pharmacist Royal Bournemouth & Christchurch Hospitals David Owens Supply Chain Development Manager NHS Logistics

More information

Content Sheet 4-1: Purchasing and Inventory Overview

Content Sheet 4-1: Purchasing and Inventory Overview Content Sheet 4-1: Purchasing and Inventory Overview Role in quality management systems Purchasing and inventory management is a critical, or essential, component of the quality management system. Efficient

More information

IMPLEMENTATION OF DATA PROCESSING AND AUTOMATED ALGORITHM BASED FAULT DETECTION FOR SOLAR THERMAL SYSTEMS

IMPLEMENTATION OF DATA PROCESSING AND AUTOMATED ALGORITHM BASED FAULT DETECTION FOR SOLAR THERMAL SYSTEMS IMPLEMENTATION OF DATA PROCESSING AND AUTOMATED ALGORITHM BASED FAULT DETECTION FOR SOLAR THERMAL SYSTEMS Stefan Küthe, Corry de Keizer, Reza Shahbazfar and Klaus Vajen Institute of Thermal Engineering,

More information