نتایج جستجو برای: multi echelon inventory system

تعداد نتایج: 2609388  

Journal: :journal of optimization in industrial engineering 2010
mehdi seif barghy maghsoud amiri mostafa heidari

multi-echelon inventory systems are one of the most important and attractive areas in modelling supply chain management so that several researches and studies have been done about. in this paper, the total cost function of a two-echelon inventory system with central warehouse and many identical retailers controlled by continuous review inventory policy is estimated. we have assumed the demand i...

2004
Manuel Rossetti

This paper explores the application of constrained clustering algorithms to inventory grouping based problems. Our research in this area is based upon a segmentation methodology that considers operationally relevant part attributes. In this paper, we present a brief review of literature on multi-echelon inventory models, and clustering applications to inventory segmentation. Finally, we discuss...

Journal: :international journal of industrial engineering and productional research- 0
maghsoud amiri associate professor, industrial management department, faculty of management and accounting, allameh tabatabaei university, tehran, iran mehdi seif barghy assistant professor, technical and engineering department, alzahra university laaya olfat associate professor, industrial management department, faculty of management and accounting, allameh tabatabaei university, tehran, iran seyed hossein razavi hajiagha phd candidate, industrial management department, faculty of management and accounting, allameh tabatabaei university, tehran, iran

inventory control is one of the most important issues in supply chain management. in this paper, a three-echelon production, distribution, inventory system composed of one producer, a set of wholesalers and retailers is considered. costumers' demands can be approximated by a normal distribution and the inventory policy is a kind of continuous review (r, q). in this paper, a model based on ...

Journal: :journal of optimization in industrial engineering 0
mehdi seif barghy department of industrial engineering, islamic azad university of qazvin maghsoud amiri department of management & accounting, allameh tabatabei university mostafa heidari islamic azad university of qazvin

multi-echelon inventory systems are one of the most important and attractive areas in modelling supply chain management so that several researches and studies have been done about. in this paper, the total cost function of a two-echelon inventory system with central warehouse and many identical retailers controlled by continuous review inventory policy is estimated. we have assumed the demand i...

2005
Mohammad H. Al-Rifai Manuel D. Rossetti Vikram L. Desai

Large multi-echelon inventory systems usually consist of hundreds of thousands of stock keep units (SKU). Calculating inventory policies for each product is a computational burden that necessitates the need for more efficient policy setting techniques that reduce computational time and increases managerial convenience. The main objective of our research is to investigate the effect of segmentat...

Journal: :IJAPUC 2013
Zhi Chen Chao Ren Ren-long Zhang Mi-Yuan Shan

Joint managed inventory is an advanced supply chain inventory management tool, which will effectively tackle the complicated problem between the inventory cost of supply chain and service level. The research on inventory model and its’ control under JMI environment is a hot issue at present. In this paper, the authors deeply discuss the question of the inventory time costs about the multi-produ...

Journal: :Operations Research 2003
Lingxiu Dong Hau L. Lee

Since Clark and Scarf’s pioneering work, most advances in multi-echelon inventory systems have been based on demand processes that are time-independent. This paper revisits the serial multi-echelon inventory system of Clark and Scarf, and develops three key results. First, we provide a simple lower bound approximation to the optimal echelon inventory levels and an upper bound to the total syste...

Journal: :IJBPSCM 2013
Suman Niranjan Frank W. Ciarallo

No: 011-0319 Abstract Title: Impact of Inventory Allocation Policies on Downstream Supply Variability in a Multi-echelon System Authors Information: SUMAN NIRANJAN School of Management, State University of New York Binghamton, Vestal, NY 13902 607-777-4120 sniranja@binghamton.edu FRANK CIARALLO Biomedical, Industrial, and Human Factors Engineering, Wright State University, Dayton, OH 45435 937-...

2005
G. P. Kiesmüller A. G. de Kok

The efficient management of a distribution system requires coordination between transportation planning and inventory control. Small and frequent shipments can reduce inventory levels while maintaining high customer service levels, but they increase unit transportation costs due to inappropriate utilization of the vehicles and more handling costs. On the other hand shipment consolidation polici...

2008
Fengqi You Ignacio E. Grossmann

We address the optimal design of a multi-echelon supply chain and the associated inventory systems in the presence of uncertain customer demands. By using the guaranteed service approach to model the multi-echelon stochastic inventory system, we develop an optimization model for simultaneously optimizing the transportation, inventory and network structure of a multi-echelon supply chain. We for...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->