An Example (based on the Phillips article)

Size: px
Start display at page:

Download "An Example (based on the Phillips article)"

Transcription

1 An Eample (based on the Phllps artcle) Suppose ou re the hapless MBA, and ou haven t been fred You decde to use IP to fnd the best N-product soluton, for N = to 56 Let be 0 f ou don t produce product, f ou do Let M be the mamum of product ou could produce M = N for all Suppose there s a mnmum producton quantt L for each product ou opt to produce. What constrants mplement that? OR 54 Fall 009 Lesson 0-, p.

2 Prce Breaks/Quantt Dscounts A tpcal stuaton: The frst N tems cost $D apece The net N tems cost, sa $0.8D apece The net N tems cost, sa, $0.6D apece Wth no constrants, an optmzaton wll tr to bu the cheapest ones frst So, how do we mplement these condtons? Let,, be the number bought at each prce Let, be bnar N N, * N, N N * OR 54 Fall 009 Lesson 0-, p.

3 A Slghtl Dfferent Scheme Suppose nstead the prce break s as follows: Bu up to N tems: cost $D apece Bu up to N tems: cost, sa $0.8D apece Bu up to N tems: cost, sa, $0.6D apece Ths defnes a cost curve for the tems Let,, be the number bought OR 54 Fall 009 Lesson 0-, p. Let,, be the number bought Let,, be bnar; the constrants are: *, * *, * * N N N N N

4 Modelng Pecewse Lnear Functons Suppose ou have some varable that has a pecewse lnear cost functon: f() V V V U U U Ths appears to be a forbddng thng to model OR 54 Fall 009 Lesson 0-, p. 4

5 But, We Can Handle It Replace ever occurrence of the varable n the model wth: U U U K U n n Replace ever occurrence of f() wthn the model wth: V V V K V n n Add the constrants K n = 0 for all OR 54 Fall 009 Lesson 0-, p. 5

6 Handlng the Adjacenc Condton Note that for ths to work: The s gve the weght on the th and st pont (the are NOT bnar!) At most two s can be nonzero, and the must be adjacent Wnston shows how to do ths wth a bunch more constrants (p. 48) That s NOT what we re gong to do Instead, tell our solver that these varables are tpe SOS The solver wll automatcall enforce the adjacenc condton OR 54 Fall 009 Lesson 0-, p. 6

7 OK, So What s an SOS Varable? SOS stands for specal ordered set There are two general tpes SOS tpe : a set of varables for whch at most ma be nonzero SOS tpe : a set of varables for whch at most ma be nonzero; the two must be adjacent SOS varable processng s a specal procedure nsde the smple algorthm Generall much more effcent to use SOS Warnng: not all solvers mplement SOS varables, nor are the defntons standard! OR 54 Fall 009 Lesson 0-, p. 7

8 If You re Stuck Wthout SOS Varables The followng set of constrants wll enforce the adjacenc condton: w w w w w OR 54 Fall 009 Lesson 0-, p. 8 { } w w w w w w w n n n n n for all 0, = M

9 Eample: A Mnng Problem (Wllams, 985) A compan has 4 mnes t can operate for the net 5 ears The can operate at most mnes a ear The pa a earl roalt ever ear a mne s open Once the mne s closed, t s closed permanentl Each mne, f operatng, has a ma producton each ear, and a known ore qualt There are earl targets for overall ore qualt, whch s a weghted average of the qualt of the outputs from the mnes The sellng prce/ton of ore s known What mnes should the compan operate, and when? OR 54 Fall 009 Lesson 0-, p. 9

10 Eample: A Mnng Problem (Wllams, 985) A compan has 4 mnes t can operate for the net 5 ears The can operate at most mnes a ear The pa a earl roalt ever ear a mne s open Once the mne s closed, t s closed permanentl Each mne, f operatng, has a ma producton each ear, and a known ore qualt There are earl targets for overall ore qualt, whch s a weghted average of the qualt of the outputs from the mnes The sellng prce/ton of ore s known What mnes should the compan operate, and when? OR 54 Fall 009 Lesson 0- p.

11 Mnng Problem (cont d) Indces = mne {-4} t = ear {-5} Data ROYALTY = earl roalt pad f mne s open PROD = lmt on earl producton n mne QUAL = qualt of mne ore PRICE = sellng prce of blended ore D t = dscount rate n ear t (, 0.9, 0.8, ) RQUAL t = requred qualt of blended ore n ear t Varables? OR 54 Fall 009 Lesson 0- p.

12 Mne Decsons Each ear, we have to decde whether to keep a mne open, and f so, whether to produce So: o t = f mne s open n ear t, 0 otherwse p t = f mne produces n ear t, 0 otherwse t = amount of ore produced b mne n ear t Objectve ma z = D t * PRICE * t t t D t * ROYALTY * o t OR 54 Fall 009 Lesson 0- p.

13 Enforcng Openng, Closng, and Producton If a mne s closed, t can t produce: pt ot for all, t Once a mne s closed, t stas closed: o t o for all, t <, t < 5 Lmt producton of open mnes: p t PROD for all t * p t t for all, t OR 54 Fall 009 Lesson 0- p. 4

14 Fnall, the Qualt Requrements Blendng constrants: Lnearze: QUAL t * t = RQUAL t for all t QUAL * t = RQUALt * t for all t Nonnegatvt and bnar varable constrants: o t t, 0 for all, t p t {0,} for all, t OR 54 Fall 009 Lesson 0- p. 5

15 Covers, Parttons, Packs These are ver common tpes of IP s General descrpton of a cover: Have some set of objects S = {,,, N} Also have a collecton of subsets of S, e.g., s = {,} s = {,,5} s = {,6} Each subset has a cost assocated wth t (C ) Objectve s to cover S wth some collecton of the subsets at mnmum cost Each element of S must be n one or more of the chosen subsets Want to choose the mnmum-cost collecton of subsets OR 54 Fall 009 Lesson 0- p. 6

16 Wnston E. 5, p c c c c c c z mn = OR 54 Fall 009 Lesson 0- p. 7 {0,} for all = subset; each constrant s an object

17 General Form The standard cover problem s: mn z = subject to Data: A j * C * for all j { 0,} for all A j = f subset covers object j, 0 otherwse OR 54 Fall 009 Lesson 0- p. 8

18 Parttons, Packs Partton: each object can onl be covered b subset mn z = subject to A * C * {0,}for all j = for all j Pack: each subset has value V, and we want to mamze the value of the subsets packed n: ma z = subject to A * V * {0,}for all j for all j OR 54 Fall 009 Lesson 0- p. 9

19 Pack Eample (Wnston p. 555, # Indces d = dstrcts { -8} Data POP d = populaton of dstrct d n 000 s A d,d = f ambulance n d can respond to d n tme Varables, Objectve and Constrants d = f ambulance assgned to d, 0 otherwse ma z = subject to A * d d d d, d ' d = d, d ' d A d, d ' * POP d for all d' {0,} for all d * d OR 54 Fall 009 Lesson 0- p. 0

20 Another Pack Eample (from Schrage) A fnancal frm wants to package a set of mortgages The want to mamze the number of packages Each package must be worth at least $M Mortgage values: A B C D E F G H I Value (000's) There are 70 packages that are worth more than $M that contan 4 or less mortgages So: Let = package #, j = mortgage A j = f mortgage j s n package, 0 otherwse OR 54 Fall 009 Lesson 0- p.

21 Mortgage Packng (cont d) The problem s then: ma z = subject to A j * for all {0,}for all j Note that n these tpes of problems, ou usuall have to generate the subsets OR 54 Fall 009 Lesson 0- p.

22 MPL Code for Mortgage Packng The followng MPL code does the mortgage packng problem, ncludng generatng the subsets INDEX dummes m := (A,B,C,D,E,F,G,H,I,D,D); m := m; m := m; m := m; Alases of m m4 := m; DATA V[m] := (90,870,80,640,550,50,0,95,55,0,0); V[m] := (90,870,80,640,550,50,0,95,55,0,0); V[m] := (90,870,80,640,550,50,0,95,55,0,0); V4[m4] := (90,870,80,640,550,50,0,95,55,0,0); BINARY VARIABLES [m,m,m,m4] WHERE ( (m<m) and (m<m) and (m<m4) and (V[m]V[m]V[m]V4[m4] >= 000) ); OR 54 Fall 009 Lesson 0- p.

23 MPL Code (cont d) MODEL ma npack = sum(m,m,m,m4: [m,m,m,m4]); SUBJECT TO packcon[m] WHERE ( (m <> "D") and (m <> "D") ): sum( m=m,m,m,m4: [m,m,m,m4]) sum( m,m=m,m,m4: [m,m,m,m4]) sum( m,m,m=m,m4: [m,m,m,m4]) sum( m,m,m,m4=m: [m,m,m,m4]) <= ; END OR 54 Fall 009 Lesson 0- p. 4

24 Natural Integer Solutons When solvng nteger or med-nteger problems, frst look at the LP relaaton Allow nteger varables to be fractonal Allow bnar varables to be fractonal, wth bounds of 0 to If ou solve the LP and get ntegral answers: Qut! Answer s optmal Wh can t t get an better? We know some LP s wll have ntegral solutons If the LP s a network model If the A matr (all constrant coeffcents) s totall unmodular, and the constrant RHS s are nteger But what f the LP relaaton has fractons? OR 54 Fall 009 Lesson 0-, p.

25 Solvng MIPs va Branch-and-Bound Introduced b Land and Dog (960) Ideas Solve LP relaaton of problem Choose a fractonal varable, sa, wth value * Create two new LP s: ma z = c subject to A b * 0 ma z = c subject to A b * 0 OR 54 Fall 009 Lesson 0-, p.

26 Branch-and-Bound (cont d) Addng these restrctons and resolvng (va dual smple) s ver quck Leads to a tree of solutons: * Each branch tghtens upper bound Each branch adds a constrant Each branch (hopefull) elmnates a fractonal varable Some ssues: What do ou branch on? How do eplore the tree? How do ou know when ou re done? * * * * * OR 54 Fall 009 Lesson 0-, p.

27 Node Selecton Commercal codes have lots of clever trcks Look at the objectve functon coeffcents/reduced costs of the fractonal varables Look at degree of fractonaton (where.5 s the most fractonal) Branch prortes Suppled b users Tells code whch varables to branch on frst Eample: = buld a factor, n produce products at that factor Whch varable should ou branch on frst? NOTE: MPL doesn t appear to support ths, although CPLEX does OR 54 Fall 009 Lesson 0-, p. 4

28 Branch-and-Bound: Probng Commercal codes look at the mplcatons of a branch Suppose we have the followng constrants: 4 OR 54 Fall 009 Lesson 0-, p. 5 Suppose we solve the relaaton, and = 0.5 What happens f we set = 0? What happens f we set =? {0,} for all 5 4

29 Branch-and-Bound: Tree Traversal Tradeoff here s feasblt versus optmalt Wnston s last-n-frst-out Actuall s depth-frst-search Technque s to dve as deep nto the tree as necessar to get an nteger feasble soluton Idea s to get nteger feasble frst, then search for mprovement Gettng an nteger feasble soluton provdes a lower bound, ma cut off large parts of the tree later See Wnston, fgures 0-7, pp OR 54 Fall 009 Lesson 0-, p. 6

30 More Traversal If ou alread have a feasble soluton, ou ma want to traverse the tree dfferentl Wnston calls ths jumptrackng Actuall s breadth-frst search Instead of dvng nto the tree, ou solve each node resultng from each branch Regardless of the traversal, note what happens at each node: Problem s ether nfeasble, nteger feasble, or tghtened Frst two cases: node s fathomed and no more search s necessar OR 54 Fall 009 Lesson 0-, p. 7

31 Branch-and-Bound: Stoppng Crtera Wnston gves the mpresson ou stop when everthng s fathomed Not so - would be deadl for man bg problems To prove nteger optmalt, ou need to fathom ever node Untenable for a bg MIP Need to set an ntegralt gap (usuall ) For a ma problem, we have an upper bound at an stage of branch and bound An nteger feasble soluton gves a lower bound The ntegralt gap s usuall defned as: gap = upper bound lower lower bound bound OR 54 Fall 009 Lesson 0-, p. 8

32 Prudence n Solvng a Bg MIP Set an teraton lmt Most solvers let ou lmt the number of teratons Allows ou to avod long, useless runs Set a solve tme lmt (for same reasons as above) Set a loose ntegralt gap to start (sa, 0.0) If ou have an estng soluton: Compare t to the LP relaaton; use t to gve advce on an ntegralt gap Use the objectve functon value as a cutoff parameter; solver won t eplore branches worse than the cutoff Use branch prortes OR 54 Fall 009 Lesson 0-, p. 9

INTEGER PROGRAMMING 1.224J/ESD.204J TRANSPORTATION OPERATIONS, PLANNING AND CONTROL: CARRIER SYSTEMS

INTEGER PROGRAMMING 1.224J/ESD.204J TRANSPORTATION OPERATIONS, PLANNING AND CONTROL: CARRIER SYSTEMS INTEGE POGAMMING 1.224J/ESD.204J TANSPOTATION OPEATIONS, PLANNING AND CONTOL: CAIE SYSTEMS Professor Cyntha Barnhart Professor Ngel H.M. Wlson Fall 2003 IP OVEVIEW Sources: -Introducton to lnear optmzaton

More information

Impacts of supply and demand shifts

Impacts of supply and demand shifts Impacts of supply and demand shfts 1. Impacts of Supply shft S S S S Same sze of shft D D Elastc Demand Inelastc demand 2. Impacts of Demand shft D D S D D S Same sze of shft D Elastc Supply Inelastc demand

More information

Appendix 6.1 The least-cost theorem and pollution control

Appendix 6.1 The least-cost theorem and pollution control Appendx 6.1 The least-cost theorem and polluton control nstruments Ths appendx s structured as follows. In Part 1, we defne the notaton used and set the scene for what follows. Then n Part 2 we derve a

More information

AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS

AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS Andrés Ramos Marano Ventosa Mchel Rver Abel Santamaría Unversdad Pontfca Comllas IBERDROLA DISTRIBUCIÓN S.A.U. Alberto Agulera

More information

Planning of work schedules for toll booth collectors

Planning of work schedules for toll booth collectors Lecture Notes n Management Scence (0) Vol 4: 6 4 4 th Internatonal Conference on Appled Operatonal Research, Proceedngs Tadbr Operatonal Research Group Ltd All rghts reserved wwwtadbrca ISSN 00-0050 (Prnt),

More information

Supplier selection and evaluation using multicriteria decision analysis

Supplier selection and evaluation using multicriteria decision analysis Suppler selecton and evaluaton usng multcrtera decson analyss Stratos Kartsonaks 1, Evangelos Grgorouds 2, Mchals Neofytou 3 1 School of Producton Engneerng and Management, Techncal Unversty of Crete,

More information

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE Dleep R. Sule and Anuj A. Davalbhakta Lousana Tech Unversty ABSTRACT Ths paper presents a new graphcal technque for cluster

More information

A TABU SEARCH FOR MULTIPLE MULTI-LEVEL REDUNDANCY ALLOCATION PROBLEM IN SERIES-PARALLEL SYSTEMS

A TABU SEARCH FOR MULTIPLE MULTI-LEVEL REDUNDANCY ALLOCATION PROBLEM IN SERIES-PARALLEL SYSTEMS Internatonal Journal of Industral Engneerng, 18(3), 120-129, 2011. A TABU SEACH FO MULTIPLE MULTI-LEVEL EDUNDANCY ALLOCATION POBLEM IN SEIES-PAALLEL SYSTEMS Kl-Woong Jang and Jae-Hwan Km Department of

More information

Study on dynamic multi-objective approach considering coal and water conflict in large scale coal group

Study on dynamic multi-objective approach considering coal and water conflict in large scale coal group IOP Conference Seres: Earth and Envronmental Scence PAPER OPEN ACCESS Study on dynamc mult-objectve approach consderng coal and water conflct n large scale coal group To cte ths artcle: Qng Feng and L

More information

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions , pp.215-219 http://dx.do.org/10.14257/astl.2016.123.40 Applcaton of Ant colony Algorthm n Cloud Resource Schedulng Based on Three Constrant Condtons Yang Zhaofeng, Fan Awan Computer School, Pngdngshan

More information

PSO Approach for Dynamic Economic Load Dispatch Problem

PSO Approach for Dynamic Economic Load Dispatch Problem Internatonal Journal of Innovatve Research n Scence, Engneerng and Technology (An ISO 3297: 2007 Certfed Organzaton Vol. 3, Issue 4, Aprl 2014 PSO Approach for Dynamc Economc Load Dspatch Problem P.Svaraman

More information

Financial Distress Prediction of K-means Clustering Based on Genetic Algorithm and Rough Set Theory

Financial Distress Prediction of K-means Clustering Based on Genetic Algorithm and Rough Set Theory 505 A publcaton of CHEMICAL ENGINEERING TRANSACTIONS VOL. 51, 2016 Guest Edtors: Tchun Wang, Hongyang Zhang, Le Tan Copyrght 2016, AIDIC Servz S.r.l., ISBN 978-88-95608-43-3; ISSN 2283-9216 The Italan

More information

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy 06 Internatonal Academc Conference on Human Socety and Culture (HSC 06) ISBN: 978--60595-38-6 Optmal Issung Polces for Substtutable Fresh Agrcultural Products under Eual Orderng Polcy Qao- TENG,a, and

More information

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs A Two-Echelon Inventory Model for Sngle-Vender and Mult-Buyer System Through Common Replenshment Epochs Wen-Jen Chang and Chh-Hung Tsa Instructor Assocate Professor Department of Industral Engneerng and

More information

1 Basic concepts for quantitative policy analysis

1 Basic concepts for quantitative policy analysis 1 Basc concepts for quanttatve polcy analyss 1.1. Introducton The purpose of ths Chapter s the ntroducton of basc concepts of quanttatve polcy analyss. They represent the components of the framework adopted

More information

Consumption capability analysis for Micro-blog users based on data mining

Consumption capability analysis for Micro-blog users based on data mining Consumpton capablty analyss for Mcro-blog users based on data mnng ABSTRACT Yue Sun Bejng Unversty of Posts and Telecommuncaton Bejng, Chna Emal: sunmoon5723@gmal.com Data mnng s an effectve method of

More information

A Novel Gravitational Search Algorithm for Combined Economic and Emission Dispatch

A Novel Gravitational Search Algorithm for Combined Economic and Emission Dispatch A Novel Gravtatonal Search Algorthm for Combned Economc and Emsson Dspatch 1 Muhammad Yaseen Malk, 2 Hmanshu Gupta 1 Student, 2 Assstant Professor 1 Electrcal Engneerng 1 E-Max Group of Insttutons, Haryana,

More information

SOUTHERN METHODIST UNIV Modeling of Oil Production Operations MODELING OF OIL PRODUCTION OPERATIONS SENIOR DESIGN PROJECT SPRING 1986

SOUTHERN METHODIST UNIV Modeling of Oil Production Operations MODELING OF OIL PRODUCTION OPERATIONS SENIOR DESIGN PROJECT SPRING 1986 1986-01 Spring 1986 SOUTHERN METHODST UNV Modeling of Oil Production Operations William A. Carter MODELNG OF OL PRODUCTON OPERATONS SENOR DESGN PROJECT SPRNG 1986 DEPARTMENT OF OPERATONS RESEARCH AND ENGNEERNG

More information

The Spatial Equilibrium Monopoly Models of the Steamcoal Market

The Spatial Equilibrium Monopoly Models of the Steamcoal Market Advances n Management & Appled Economcs, vol.2, no.3, 2012, 125-132 ISSN: 1792-7544 (prnt verson), 1792-7552 (onlne) Scenpress Ltd, 2012 The Spatal Equlbrum Monopoly Models of the Steamcoal Maret Hu Wen

More information

An Artificial Neural Network Method For Optimal Generation Dispatch With Multiple Fuel Options

An Artificial Neural Network Method For Optimal Generation Dispatch With Multiple Fuel Options An Artfcal Neural Network Method For Optmal Generaton Dspatch Wth Multple Fuel Optons S.K. Dash Department of Electrcal Engneerng, Gandh Insttute for Technologcal Advancement,Badaraghunathpur,Madanpur,

More information

GROUP-BAY STOWAGE PLANNING PROBLEM FOR CONTAINER SHIP

GROUP-BAY STOWAGE PLANNING PROBLEM FOR CONTAINER SHIP POLISH MARITIME RESEARCH Specal Issue 2016 S1 (91) 2016 Vol. 23; pp. 152-159 10.1515/pomr-2016-0060 GROUP-BAY STOWAGE PLANNING PROBLEM FOR CONTAINER SHIP Shen Yfan a Zhao Nng b M Wejan b a Scentfc Research

More information

Steady State Load Shedding to Prevent Blackout in the Power System using Artificial Bee Colony Algorithm

Steady State Load Shedding to Prevent Blackout in the Power System using Artificial Bee Colony Algorithm Jurnal Teknolog Full paper Steady State Load Sheddng to Prevent Blackout n the Power System usng Artfcal Bee Colony Algorthm R. Mageshvaran a*, T. Jayabarath b a School of Electrcal Engneerng. VIT Unversty.

More information

Emission Reduction Technique from Thermal Power Plant By Load Dispatch

Emission Reduction Technique from Thermal Power Plant By Load Dispatch Emsson Reducton Technque from Thermal Power Plant By Load Dspatch S. R. Vyas 1, Dr. Rajeev Gupta 2 1 Research Scholar, Mewar Unversty, Chhtorgrah. Inda 2 Dean EC Dept., Unversty College of Engg. RTU, Kota.

More information

Gbest Artificial Bee Colony for Non-Convex Optimal Economic Dispatch in Power Generation

Gbest Artificial Bee Colony for Non-Convex Optimal Economic Dispatch in Power Generation Indonesan Journal of Electrcal Engneerng and Computer Scence Vol.11, No.1, July 2018, pp. 187~194 ISSN: 2502-4752, DOI: 10.11591/jeecs.v11.1.pp187-194 187 Gbest Artfcal Bee Colony for Non-Convex Optmal

More information

Evaluating Clustering Methods for Multi-Echelon (r,q) Policy Setting

Evaluating Clustering Methods for Multi-Echelon (r,q) Policy Setting Proceedngs of the 2007 Industral Engneerng Research Conference G. Bayraksan W. Ln Y. Son and R. Wysk eds. Evaluatng Clusterng Methods for Mult-Echelon (r) Polcy Settng Vkram L. Desa M.S.; Manuel D. Rossett

More information

Optimum Generation Scheduling for Thermal Power Plants using Artificial Neural Network

Optimum Generation Scheduling for Thermal Power Plants using Artificial Neural Network Internatonal Journal of Electrcal and Computer Engneerng (IJECE) Vol., o., ecember 0, pp. 35~39 ISS: 088-8708 35 Optmum Generaton Schedulng for Thermal ower lants usng Artfcal eural etwork M. S. agaraja

More information

CONGESTION MANAGEMENT USING COORDINATED CONTROL OF FACTS DEVICES AND LOAD SHEDDING

CONGESTION MANAGEMENT USING COORDINATED CONTROL OF FACTS DEVICES AND LOAD SHEDDING COGESTIO MAAGEMET USIG COORDIATED COTROL OF FACTS DEVICES AD LOAD SHEDDIG avel Etngov, ola Voropa Energy Systems Insttute Iruts, Russa etngov@sem.se.r.ru Aleandre Oudalov ABB Corporate Research Centre

More information

Optimal Operation of a Wind and Fuel Cell Power Plant Based CHP System for Grid-Parallel Residential Micro-Grid

Optimal Operation of a Wind and Fuel Cell Power Plant Based CHP System for Grid-Parallel Residential Micro-Grid Optmal Operaton of a Wnd and Fuel Cell Power Plant Based CHP System for Grd-Parallel Resdental Mcro-Grd M. Y. EL-SHARKH, M. TARIOVE, A. RAHMA, M. S. ALAM Department of Electrcal and Computer Engneerng,

More information

Optimal operation scheme for diesel power plant units of PT. PLN-Manokwari Branch using Lagrange Multiplier Method

Optimal operation scheme for diesel power plant units of PT. PLN-Manokwari Branch using Lagrange Multiplier Method Avalable onlne at www.scencedrect.com roceda Envronmental Scences 17 ( 2013 ) 557 565 The 3 rd Internatonal Conference on Sustanable Future for Human Securty SUSTAIN 2012 Optmal operaton scheme for desel

More information

CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM

CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM 28 CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM The man aspraton of Grd Computng s to aggregate the maxmum avalable dle computng power of the dstrbuted resources,

More information

Dynamic Economic Dispatch for Combined Heat and Power Units using Particle Swarm Algorithms

Dynamic Economic Dispatch for Combined Heat and Power Units using Particle Swarm Algorithms Internatonal Journal of Energy and Power Engneerng 2015; 4(2): 84-93 Publshed onlne March 19, 2015 (http://www.scencepublshnggroup.com/j/jepe) do: 10.11648/j.jepe.20150402.19 ISSN: 2326-957X (Prnt); ISSN:

More information

Extended Abstract for WISE 2005: Workshop on Information Systems and Economics

Extended Abstract for WISE 2005: Workshop on Information Systems and Economics Extended Abstract for WISE 5: Workshop on Informaton Systems and Economcs How Many Bundles?:An Analyss on Customzed Bundlng of Informaton Goods wth Multple Consumer Types Wendy HUI Ph.D. Canddate Department

More information

Optimization of Groundwater Use in the Goksu Delta at Silifke, Turkey

Optimization of Groundwater Use in the Goksu Delta at Silifke, Turkey Frst Internatonal Conference on Saltwater Intruson and Coastal Aqufers Montorng, Modelng, and Management. Essaoura, Morocco, Aprl 23 25, 21 Optmzaton of Groundwater Use n the Goksu Delta at Slfke, Turkey

More information

1991), a development of the BLAST program which integrates the building zone energy balance with the system and central plant simulation.

1991), a development of the BLAST program which integrates the building zone energy balance with the system and central plant simulation. OPTIMISATION OF MECHANICAL SYSTEMS IN AN INTEGRATED BUILDING ENERGY ANALYSIS PROGRAM: PART I: CONVENTIONAL CENTRAL PLANT EQUIPMENT Russell D. Taylor and Curts O. Pedersen Unversty of Illnos at Urbana-

More information

Objectives Definition

Objectives Definition Pod Product, Servces, and ng Strateges Chapter 9 Objectves Be able to defne product and dk know the major classfcatons of products and servces. Understand the decsons companes make regardng ther ndvdual

More information

Research Article A New Extended MILP MRP Approach to Production Planning and Its Application in the Jewelry Industry

Research Article A New Extended MILP MRP Approach to Production Planning and Its Application in the Jewelry Industry Mathematcal roblems n Engneerng Volume 2016, Artcle ID 7915673, 18 pages http://dx.do.org/10.1155/2016/7915673 Research Artcle A New Extended MIL MR Approach to roducton lannng and Its Applcaton n the

More information

Do not turn over until you are told to do so by the Invigilator.

Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Economcs Man Seres PG Examnaton 016-17 FINANCIAL ECONOMETRICS ECO-7009A Tme allowed: HOURS Answer ALL FOUR questons. Queston 1 carres a weght of 5%; queston carres 0%;

More information

Optimization in Allocating Goods to Shop Shelves Utilizing Genetic Algorithm under the Introduction of Sales Probabilities

Optimization in Allocating Goods to Shop Shelves Utilizing Genetic Algorithm under the Introduction of Sales Probabilities Journal of Communcaton and Computer 2 (205 55-63 do: 0.7265/548-7709/205.04.00 D DAVID PUBLISHING Optmzaton n Allocatng Goods to Shop Shelves Utlzng Genetc Algorthm under the Introducton of Sales Probabltes

More information

The research on modeling of coal supply chain based on objectoriented Petri net and optimization

The research on modeling of coal supply chain based on objectoriented Petri net and optimization Proceda Earth and Planetary Scence 1 (2009) 1608 1616 Proceda Earth and Planetary Scence www.elsever.com/locate/proceda The 6 th Internatonal Conference on Mnng Scence & Technology The research on modelng

More information

A Group Decision Making Method for Determining the Importance of Customer Needs Based on Customer- Oriented Approach

A Group Decision Making Method for Determining the Importance of Customer Needs Based on Customer- Oriented Approach Proceedngs of the 010 Internatonal Conference on Industral Engneerng and Operatons Management Dhaka, Bangladesh, January 9 10, 010 A Group Decson Makng Method for Determnng the Importance of Customer Needs

More information

Non-cooperative strategic behavior:

Non-cooperative strategic behavior: Strategc non-cooperatve behavor Vllas-Boas Non-cooperatve strategc behavor: Encompasses actons of one frm that wants to ncrease ts profts by mprovng ts poston relatve to ts rvals. To harm ts rvals To beneft

More information

RouteMaker Users Guide

RouteMaker Users Guide Gettng Started RouteMaker Users Gude Users Gude Fg. RouteMaker Man Screen RouteMaker s an addon opton for ProftMaker that helps you manage your Route busness. It prnts delvery Manfests for your drvers

More information

Computational Solution to Economic Operation of Power Plants

Computational Solution to Economic Operation of Power Plants Electrcal and Electronc Engneerng 013, 3(6): 139-148 DOI: 10.593/j.eee.0130306.01 Computatonal Soluton to Economc Operaton of ower lants Temtope Adefarat 1,*, Ayodele Sunday Oluwole 1, Mufutau Adewolu

More information

R. MAGESHVARAN*, T. JAYABARATHI, VAIBHAV SHAH, SHIVAM SOOD

R. MAGESHVARAN*, T. JAYABARATHI, VAIBHAV SHAH, SHIVAM SOOD Journal of Engneerng Scence and Technology Vol. 10, No.10 (2015) 1239-1260 School of Engneerng, Taylor s Unversty OPTIMUM STEADY STATE LOAD SHEDDING USING SHUFFLED FROG LEAPING ALGORITHM TO AVERT BLACKOUT

More information

Reprint from "MPT-Metallurgical P(ant and Technology International" issue No. 2/1990, pages Optimization of. Tempcore installations for

Reprint from MPT-Metallurgical P(ant and Technology International issue No. 2/1990, pages Optimization of. Tempcore installations for Reprnt from "MPT-Metallurgcal P(ant and Technology nternatonal" ssue No. 2/990, pages 6-69 (Ç 990, Verlag StahlesenmbH, Düsseldorf Optmzaton of. Tempcore nstallatons for rebars Perre Smon, Centre de Recherches

More information

The Order Selection and Lot Sizing Problem in the Make-to-Order Environment

The Order Selection and Lot Sizing Problem in the Make-to-Order Environment Florda Internatonal Unversty FIU Dgtal Commons FIU Electronc Theses and Dssertatons Unversty Graduate School 3-4-2011 The Order Selecton and Lot Szng Problem n the Make-to-Order Envronment Zhongpng Zha

More information

On Advantages of Scheduling using Genetic Fuzzy Systems

On Advantages of Scheduling using Genetic Fuzzy Systems On Advantages of Schedulng usng Genetc Fuzzy Systems Carsten Franke, Joachm Leppng, and Uwe Schwegelshohn Computer Engneerng Insttute, Dortmund Unversty, 44221 Dortmund, Germany (emal: {carsten.franke,

More information

Prediction algorithm for users Retweet Times

Prediction algorithm for users Retweet Times , pp.9-3 http://dx.do.org/0.457/astl.05.83.03 Predcton algorthm for users Retweet Tmes Hahao Yu, Xu Feng Ba,ChengZhe Huang, Haolang Q Helongang Insttute of Technology, Harbn, Chna Abstract. In vew of the

More information

Why do we have inventory? Inventory Decisions. Managing Economies of Scale in the Supply Chain: Cycle Inventory. 1. Understanding Inventory.

Why do we have inventory? Inventory Decisions. Managing Economies of Scale in the Supply Chain: Cycle Inventory. 1. Understanding Inventory. -- Chapter 10 -- Managng Economes of Scale n the Supply Chan: Cycle Inventory Pros: Why do we have nventory? To overcome the tme and space lags between producers and consumers To meet demand/supply uncertanty

More information

Research on chaos PSO with associated logistics transportation scheduling under hard time windows

Research on chaos PSO with associated logistics transportation scheduling under hard time windows Advanced Scence and Technology Letters Vol76 (CA 014), pp75-83 http://dxdoorg/101457/astl0147618 Research on chaos PSO wth assocated logstcs transportaton schedulng under hard tme wndows Yuqang Chen 1,

More information

Production Scheduling for Parallel Machines Using Genetic Algorithms

Production Scheduling for Parallel Machines Using Genetic Algorithms Producton Schedulng for Parallel Machnes Usng Genetc Algorthms Chchang Jou 1), Hsn-Chang Huang 2) 1) Tamkang Unversty, Department of Informaton Management (cjou@mal.m.tku.edut.tw) 2) Tamkang Unversty,

More information

Simulation and optimization of the separation of Rare Earth Elements

Simulation and optimization of the separation of Rare Earth Elements Abstract Smulaton and optmzaton of the separaton of Rare Earth Elements Carlos Fernández Antón Department of Chemcal Engneerng, Lund Unversty, Sweden December 2012 The subject of ths work was to study

More information

RECEIVING WATER HYDRAULICS ASSIGNMENT 2

RECEIVING WATER HYDRAULICS ASSIGNMENT 2 RECEIVING WATER HYDRAULICS ASSIGNMENT 2 Desgn of wastewater dscharge from the cty of Göteborg. Example of a dffuser n a stratfed coastal sea Example of retenton tme calculatons Ths assgnment conssts of

More information

COST OPTIMIZATION OF WATER DISTRIBUTION SYSTEMS SUBJECTED TO WATER HAMMER

COST OPTIMIZATION OF WATER DISTRIBUTION SYSTEMS SUBJECTED TO WATER HAMMER Thrteenth Internatonal Water Technology Conference, IWTC13 29, Hurghada, Egypt COST OPTIMIZATION OF WATER DISTRIBUTION SYSTEMS SUBJECTED TO WATER HAMMER Berge Djebedjan *, Mohamed S. Mohamed *, Abdel-Gawad

More information

Development and production of an Aggregated SPPI. Final Technical Implementation Report

Development and production of an Aggregated SPPI. Final Technical Implementation Report Development and producton of an Aggregated SPP Fnal Techncal mplementaton Report Marcus Frdén, Ulf Johansson, Thomas Olsson Servces Producer Prce ndces, Prce Statstcs Unt, Statstcs Sweden 2010 ntroducton

More information

Annual Energy Production Maximization for Tidal Power Plants with Evolutionary Algorithms

Annual Energy Production Maximization for Tidal Power Plants with Evolutionary Algorithms Internatonal Journal of Flud Machnery and Systems DOI: http://dx.do.org/10.5293/ijfms.2017.10.3.264 Vo 10 o. 3 July-September 2017 ISS (Onlne): 1882-9554 Orgnal Paper Annual Energy Producton Maxmzaton

More information

Sporlan Valve Company

Sporlan Valve Company F21O-10-12 LMTED: M & W What s a TEV Settng? For years Sporlan and every other manufacturer oftevs has used regulated arflow and controlled temperature baths to establsh a "factory" settng. Typcally the

More information

OPTIMAL CONTROL THEORY APPLIED TO HYBRID FUEL CELL POWERED VEHICLE. G. Paganelli 1, T.M. Guerra 2, S. Delprat 2 Y. Guezennec 1, G.

OPTIMAL CONTROL THEORY APPLIED TO HYBRID FUEL CELL POWERED VEHICLE. G. Paganelli 1, T.M. Guerra 2, S. Delprat 2 Y. Guezennec 1, G. Copyrght IFAC 15th Trennal World Congress, Barcelona, Span OPTIMAL CONTROL THEORY APPLIED TO HYBRID FUEL CELL POWERED VEHICLE G. Paganell 1, T.M. Guerra, S. Delprat Y. Guezennec 1, G. Rzzon 1 1 Center

More information

Identifying Factors that Affect the Downtime of a Production Process

Identifying Factors that Affect the Downtime of a Production Process Identfyng Factors that Affect the Downtme of a Producton Process W. Nallaperuma 1 *, U. Ekanayake 1, Ruwan Punch-Manage 2 1 Department of Physcal scences, Rajarata Unversty, Sr Lanka 2 Department of Statstcs

More information

Study on trade-off of time-cost-quality in construction project based on BIM XU Yongge 1, a, Wei Ya 1, b

Study on trade-off of time-cost-quality in construction project based on BIM XU Yongge 1, a, Wei Ya 1, b Internatonal Conference on Economcs, Socal Scence, Arts, Educaton and Management Engneerng (ESSAEME 205) Study on trade-off of tme-cost-qualty n constructon project based on BIM XU Yongge, a, We Ya, b

More information

CHAPTER 2 OBJECTIVES AND METHODOLOGY

CHAPTER 2 OBJECTIVES AND METHODOLOGY 28 CHAPTER 2 OBJECTIVES AND METHODOLOGY The objectve of ths research s to mprove shop floor performance through proper allocaton of jobs n the machnes by consderng due tme, whch reduces the overall penalty

More information

Optimization of the north Europe H2 distribution pipeline

Optimization of the north Europe H2 distribution pipeline Optmzaton of the north Europe H2 dstrbuton ppelne Florence Boutemy a, Benjamn Grandgeorge b, Sona Garca Del Cerro c, Stéphane Houyou b, Bors Pachany d (a) AIR LIUIDE R&D, 1 chemn de la Porte des Loges,

More information

The Role of Price Floor in a Differentiated Product Retail Market

The Role of Price Floor in a Differentiated Product Retail Market Economc Analyss & Polcy, Vol. 40 No. 3, DECEMBER 2010 The Role of Prce Floor n a Dfferentated Product Retal Market Barna Bakó 1 Faculty of Economcs, Corvnus Unversty of Budapest Fovám tér 8, Budapest,

More information

Assignment II Design of Wastewater Discharge from the City of Gothenburg. Design of a Wastewater Discharge from the City of Gothenburg

Assignment II Design of Wastewater Discharge from the City of Gothenburg. Design of a Wastewater Discharge from the City of Gothenburg Assgnment II Desgn of Wastewater Dscharge from the Cty of Gothenburg Envronmental Hydraulcs Desgn of a Wastewater Dscharge from the Cty of Gothenburg The assgnment conssts of two parts. The frst part deals

More information

2013 IEEE 7th International Conference on Self-Adaptation and Self-Organizing Systems Workshops. {xy336699,

2013 IEEE 7th International Conference on Self-Adaptation and Self-Organizing Systems Workshops. {xy336699, 2013 IEEE 7th Internatonal Conference on Self-Adaptaton and Self-Organzng Systems Workshops Self-adaptve, Deadlne-aware Resource Control n Cloud Computng Yu Xang 1, Bharath Balasubramanan 2, Mchael Wang

More information

Managing the Microgrid Net Load Variability

Managing the Microgrid Net Load Variability Managng the Mcrogrd Net Load Varablty Abdulazz Alanaz, Mohana Alanaz, Amn Khodae Department of Electrcal and Computer Engneerng Unversty of Denver Denver, CO USA Alanaz.Alanaz@du.edu, Mohana.Alanaz@du.edu,

More information

QUANTITY DISCOUNTS, CAPACITY DECISIONS, AND CHANNEL STRUCTURE CHOICES IN SUPPLY CHAINS JONATHAN EUGENE JACKSON JR.

QUANTITY DISCOUNTS, CAPACITY DECISIONS, AND CHANNEL STRUCTURE CHOICES IN SUPPLY CHAINS JONATHAN EUGENE JACKSON JR. QUANTITY DISCOUNTS, CAPACITY DECISIONS, AND CHANNEL STRUCTURE CHOICES IN SUPPLY CHAINS By JONATHAN EUGENE JACKSON JR. A dssertaton submtted n partal fulfllment of the requrements for the degree of DOCTOR

More information

Applied Soft Computing

Applied Soft Computing Appled Soft Computng (2) 4 46 Contents lsts avalable at ScenceDrect Appled Soft Computng journal homepage: wwwelsevercom/locate/asoc Soft computng based optmzaton of combned cycled power plant start-up

More information

Competitive Generation Expansion Planning Using Imperialist Competitive Algorithm. *Corresponding author

Competitive Generation Expansion Planning Using Imperialist Competitive Algorithm. *Corresponding author Compettve Generaton Expanson Plannng Usng Imperalst Compettve Algorthm HEDAYATFAR, B. 1 *, BARJANEH, A. 2 1 Electronc Engneerng Department, Islamc Azad Unversty, Saveh Branch, Saveh, Iran 2 Electronc Engneerng

More information

A SIMULATION STUDY OF QUALITY INDEX IN MACHINE-COMPONF~T GROUPING

A SIMULATION STUDY OF QUALITY INDEX IN MACHINE-COMPONF~T GROUPING A SMULATON STUDY OF QUALTY NDEX N MACHNE-COMPONF~T GROUPNG By Hamd Sefoddn Assocate Professor ndustral and Manufacturng Engneerng Department Unversty of Wsconsn-Mlwaukee Manocher Djassem Assstant Professor

More information

Clustering. CS4780 Machine Learning Fall Thorsten Joachims Cornell University. Reading: Manning/Schuetze Chapter 14 (not , 14.1.

Clustering. CS4780 Machine Learning Fall Thorsten Joachims Cornell University. Reading: Manning/Schuetze Chapter 14 (not , 14.1. Clusterng CS4780 Mahne Learnng Fall 2009 Thorsten Joahms Cornell Unversty Readng: Mannng/Shuetze Chapter 14 (not 14.1.3, 14.1.4) Based on sldes from Prof. Clare Carde, Prof. Ray Mooney, Prof. Ymng Yang

More information

Selected Economic Aspects of Water Quality Trading

Selected Economic Aspects of Water Quality Trading Selected Economc Aspects of Water Qualty Tradng Rchard N. Bosvert Gregory L. Poe Yukako Sado Cornell Unversty Passac Rver Tradng Project Kckoff Meetng Cook College, Rutgers Unversty, New Brunswck, NJ January

More information

EUROPEAN CONGRESS OF THE REGIONAL SCIENCE ASSOCIATION VOLOS- 2006

EUROPEAN CONGRESS OF THE REGIONAL SCIENCE ASSOCIATION VOLOS- 2006 EUROPEAN CONGRESS OF THE REGIONAL SCIENCE ASSOCIATION VOLOS- 2006 Ttle: Economes of Scale and Spatal Scope n the European Arlne Industry Ref. 905 Authors Manuel Romero-Hernández Unv. De Las Palmas de Gran

More information

emissions in the Indonesian manufacturing sector Rislima F. Sitompul and Anthony D. Owen

emissions in the Indonesian manufacturing sector Rislima F. Sitompul and Anthony D. Owen Mtgaton optons for energy-related CO 2 emssons n the Indonesan manufacturng sector Rslma F. Stompul and Anthony D. Owen School of Economcs, The Unversty of New South Wales, Sydney, Australa Why mtgaton

More information

Report on the WASTE-C-CONTROL Software Tool

Report on the WASTE-C-CONTROL Software Tool Report on the Software Tool Mdterm Report / Annex 7.3.3: Report on Software Tool 1 Contents 1 TOOL DEVELOPMENT... 3 1.1 METHODOLOGY... 3 1.2 MODEL BUILDING... 4 1.2.1 Waste Collecton... 6 1.2.2 Treatment

More information

ISEM 2011 Proceedings, September 21-23, Stellenbosch, South Africa 2011 ISEM

ISEM 2011 Proceedings, September 21-23, Stellenbosch, South Africa 2011 ISEM PLANNING AND MONITORING TOOL TO CONTROL PROFITABILITY IN A MANUFACTURING CONCERN: A CASE STUDY AT C CHEMICALS. S Mhlanga1*, W Dlamn 2,C Mbohwa 3 and JHC Pretorus 4 1 Department of Mechancal Engneerng,

More information

Branch and Bound Method

Branch and Bound Method Branch and Bound Method The Branch and Bound (B&B) is a strategy to eplore the solution space based on the implicit enumeration of the solutions : B&B eamines disjoint subsets of solutions (branching)

More information

Tuneable hydrogels. complete.handy.simple USER GUIDE. Innovative cell culture systems.

Tuneable hydrogels. complete.handy.simple USER GUIDE. Innovative cell culture systems. complete.handy.smple USER GUIDE Innovatve cell culture systems. Innovatve cell culture systems. MATERIAL NEEDED Materal ncluded Lyophlzed peptde gel powder n glass val Materal not ncluded Dstlled water

More information

CLONAL SELECTION-BASED ARTIFICIAL IMMUNE SYSTEM OPTIMIZATION TECHNIQUE FOR SOLVING ECONOMIC DISPATCH IN POWER SYSTEM

CLONAL SELECTION-BASED ARTIFICIAL IMMUNE SYSTEM OPTIMIZATION TECHNIQUE FOR SOLVING ECONOMIC DISPATCH IN POWER SYSTEM Proceedngs of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 16-18, 2005 (pp275-280) CLONAL SELECTION-BASED ARTIFICIAL IMMUNE SYSTEM OPTIMIZATION TECHNIQUE FOR SOLVING ECONOMIC

More information

Journal of Engineering Science and Technology Review 10 (6) (2017) Research Article. Kai Yang 1,3,* and Yuwei Liu 2

Journal of Engineering Science and Technology Review 10 (6) (2017) Research Article. Kai Yang 1,3,* and Yuwei Liu 2 Jestr Journal of Engneerng Scence and Technology Revew 10 (6) (2017) 171-178 Research Artcle Optmzaton of Producton Operaton Scheme n the Transportaton Process of Dfferent Proportons of Commngled Crude

More information

A Real-time Planning and Scheduling Model in RFID-enabled Manufacturing

A Real-time Planning and Scheduling Model in RFID-enabled Manufacturing Proceedngs of the 2014 Internatonal Conference on Industral Engneerng and Operatons Management Bal, Indonesa, January 7 9, 2014 A Real-tme Plannng and Schedulng Model n RFID-enabled Manufacturng Ray Y.

More information

Experiments with Protocols for Service Negotiation

Experiments with Protocols for Service Negotiation PROCEEDINGS OF THE WORKSHOP ON APPLICATIONS OF SOFTWARE AGENTS ISBN 978-86-7031-188-6, pp. 25-31, 2011 Experments wth Protocols for Servce Negotaton Costn Bădcă and Mhnea Scafeş Unversty of Craova, Software

More information

OPTIMISATION AND CONSTRAINT BASED HEURISTIC METHODS FOR ADVANCED PLANNING AND SCHEDULING SYSTEMS

OPTIMISATION AND CONSTRAINT BASED HEURISTIC METHODS FOR ADVANCED PLANNING AND SCHEDULING SYSTEMS Internatonal Journal of Industral Engneerng, 23(1), 26-48, 2016 OPTIMISATION AND CONSTRAINT BASED HEURISTIC METHODS FOR ADVANCED PLANNING AND SCHEDULING SYSTEMS Cemalettn Ozturk 1, M. Arslan Ornek 2,*

More information

STRATEGIES OF DELAY DELIVERY AND CONTROLLABLE LEAD TIME TO OPTIMIZE THE TOTAL COST IN SUPPLY CHAIN CONSIGNMENT INVENTORY

STRATEGIES OF DELAY DELIVERY AND CONTROLLABLE LEAD TIME TO OPTIMIZE THE TOTAL COST IN SUPPLY CHAIN CONSIGNMENT INVENTORY Internatonal Journal of Producton Technolog and Management (IJPTM) Volume 10, Issue 1, Januar-June, 2019, pp. 9 18, Artcle ID: IJPTM_10_01_002 Avalable onlne at http://www.aeme.com/jptm/ssues.asp?jtpe=ijptm&vtpe=10&itpe=1

More information

Logistics Management. Where We Are Now CHAPTER ELEVEN. Measurement. Organizational. Sustainability. Management. Globalization. Culture/Ethics Change

Logistics Management. Where We Are Now CHAPTER ELEVEN. Measurement. Organizational. Sustainability. Management. Globalization. Culture/Ethics Change CHAPTER ELEVEN Logstcs Management McGraw-Hll/Irwn Copyrght 2011 by the McGraw-Hll Companes, Inc. All rghts reserved. Where We Are Now Relatonshps Sustanablty Globalzaton Organzatonal Culture/Ethcs Change

More information

COMPARISON ANALYSIS AMONG DIFFERENT CALCULATION METHODS FOR THE STATIC STABILITY EVALUATION OF TAILING DAM

COMPARISON ANALYSIS AMONG DIFFERENT CALCULATION METHODS FOR THE STATIC STABILITY EVALUATION OF TAILING DAM Blucher Mechancal Engneerng Proceedngs May 2014, vol. 1, num. 1 www.proceedngs.blucher.com.br/evento/10wccm COMPARISON ANALYSIS AMONG DIFFERENT CALCULATION METHODS FOR THE STATIC STABILITY EVALUATION OF

More information

An Application of MILP-based Block Planning in the Chemical Industry

An Application of MILP-based Block Planning in the Chemical Industry The Eghth Internatonal Symposum on Operatons Research and Its Applcatons (ISORA 09) Zhangjaje, Chna, September 20 22, 2009 Copyrght 2009 ORSC & APORC, pp. 103 110 An Applcaton of MILP-based Block Plannng

More information

Construction of Control Chart Based on Six Sigma Initiatives for Regression

Construction of Control Chart Based on Six Sigma Initiatives for Regression 2018 IJSRST Volume 4 Issue 2 Prnt ISSN: 2395-6011 Onlne ISSN: 2395-602X Themed Secton: Scence and Technology Constructon of Control Chart Based on Sx Sgma Intatves for Regresson ABSTRACT R. Radhakrshnan

More information

CONFLICT RESOLUTION IN WATER RESOURCES ALLOCATION

CONFLICT RESOLUTION IN WATER RESOURCES ALLOCATION 7 th Internatonal Conference on Hydronformatcs HIC 2006, Nce, FRANCE CONFLICT RESOLUTION IN WATER RESOURCES ALLOCATION MASOUD ASADZADEH ESFAHANI Graduate Research Assstant, School of Cvl and Envronmental

More information

IMPACTS OF MINIMUM ACTIVITY LEVEL AND MULTI-SOURCING ON PRODUCT FAMILY AND SUPPLY CHAIN DESIGN

IMPACTS OF MINIMUM ACTIVITY LEVEL AND MULTI-SOURCING ON PRODUCT FAMILY AND SUPPLY CHAIN DESIGN 21 st Internatonal Conference on Producton Research IMPACTS OF MINIMUM ACTIVITY LEVEL AND MULTI-SOURCING ON PRODUCT FAMILY AND SUPPLY CHAIN DESIGN Bertrand Baud-Lavgne, Bruno Agard and Bernard Penz Unversté

More information

K vary over their feasible values. This allows

K vary over their feasible values. This allows Proceedngs of the 2007 INFORMS Smulaton Socety Research Workshop. MULTI-PRODUCT CYCLE TIME AND THROUGHPUT EVALUATION VIA SIMULATION ON DEMAND John W. Fowler Gerald T. Mackulak Department of Industral Engneerng

More information

A Multi-Product Reverse Logistics Model for Third Party Logistics

A Multi-Product Reverse Logistics Model for Third Party Logistics 2011 Internatonal Conference on Modelng, Smulaton and Control IPCSIT vol.10 (2011) (2011) IACSIT Press, Sngapore A Mult-Product Reverse Logstcs Model for Thrd Party Logstcs Tsa-Yun Lao, Agatha Rachmat

More information

Study on Productive Process Model Basic Oxygen Furnace Steelmaking Based on RBF Neural Network

Study on Productive Process Model Basic Oxygen Furnace Steelmaking Based on RBF Neural Network IJCSI Internatonal Journal of Computer Scence Issues, Vol., Issue 3, No 2, May 24 ISSN (Prnt): 694-84 ISSN (Onlne): 694-784 www.ijcsi.org 7 Study on Productve Process Model Basc Oxygen Furnace Steelmakng

More information

Coalitions of firms in manufacturing networks: stability and optimality issues

Coalitions of firms in manufacturing networks: stability and optimality issues Preprnts of the 18th IFAC World Congress Mlano (Italy) August 28 - September 2, 2011 Coaltons of frms n manufacturng networks: stablty and optmalty ssues Jean-Claude Hennet*. Sona Mahjoub*,** * LSIS, CNRS-UMR

More information

A FREILP Approach for Long-Term Planning of MSW Management System in HRM, Canada

A FREILP Approach for Long-Term Planning of MSW Management System in HRM, Canada A FREILP Approach for Long-Term Plannng of MSW Management System n HRM, Canada by Wenwen Pe Submtted n partal fulfllment of the requrements for the degree of Master of Appled Scence at Dalhouse Unversty

More information

Development of a Quality Control Programme for steel production: A case study

Development of a Quality Control Programme for steel production: A case study IOSR Journal of Mechancal and Cvl Engneerng (IOSR-JMCE) e-iss: 2278-1684,p-ISS: 2320-334X, Volume 11, Issue 5 Ver. I (Sep- Oct. 2014), PP 73-81 Development of a Qualty Control Programme for steel producton:

More information

Optimization of the Replenishment Strategy for the Supplier Based on Genetic Algorithm

Optimization of the Replenishment Strategy for the Supplier Based on Genetic Algorithm www.ccsenet.org/jb Internatonal Journal of Busness and Manageent Vol. 6, No. ; January 0 Optzaton of the Replenshent Strategy for the Suppler Based on Genetc Algorth Ke Zhu School of Busness, nversty of

More information

INCORPORATING WAITING TIME IN COMPETITIVE LOCATION MODELS: FORMULATIONS AND HEURISTICS 1

INCORPORATING WAITING TIME IN COMPETITIVE LOCATION MODELS: FORMULATIONS AND HEURISTICS 1 INCORPORATING WAITING TIME IN COMPETITIVE LOCATION MODELS: FORMULATIONS AND HEURISTICS 1 Francsco Slva a, Danel Serra b a GREL, IET, Unverstat Pompeu Fabra, Ramon Tras Fargas, 25-27, 08005 Barcelona, Span.

More information

Dynamic optimal groundwater management considering fixed and operation costs for an unconfined aquifer

Dynamic optimal groundwater management considering fixed and operation costs for an unconfined aquifer Dynamc optmal groundwater management consderng fxed and operaton costs for an unconfned aqufer MING- SHENG. YEH, YU-WEN. CHEN 2, CHIN-TSAI. HSIAO 3, LIANG-CHENG. CHANG 5. Graduate Student of Department

More information

Derived Operating Rules for Allocating Recharges and Withdrawals among Unconnected Aquifers

Derived Operating Rules for Allocating Recharges and Withdrawals among Unconnected Aquifers Derved Operatng Rules for Allocatng Recharges and Wthdrawals among Unconnected Aqufers Davd E. Rosenberg 1 and Jay R. Lund, M.ASCE 2 Abstract: Sx balancng rules are derved to nform short-term drawdown

More information