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

Size: px
Start display at page:

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

Transcription

1 INTEGE POGAMMING 1.224J/ESD.204J TANSPOTATION OPEATIONS, PLANNING AND CONTOL: CAIE SYSTEMS Professor Cyntha Barnhart Professor Ngel H.M. Wlson Fall 2003

2 IP OVEVIEW Sources: -Introducton to lnear optmzaton (Bertsmas, Tstskls)- Chap 1 - Sldes Fall 2000

3 Outlne When to use Integer Programmng (IP) Bnary Choces Example: Warehouse Locaton Example: Warehouse Locaton 2 estrcted range of values Gudelnes for strong formulaton Set Parttonng models Solvng the IP Lnear Programmng relaxaton Branch-and bound Example 12/31/2003 Barnhart 1.224J 3

4 When to use IP Formulaton? IP (Integer Programmng) vs. MIP (Mxed Integer Programmng) Bnary nteger program Greater modelng power than LP Allows to model: Bnary choces Forcng constrants estrcted range of values Pecewse lnear cost functons 12/31/2003 Barnhart 1.224J 4

5 Example: Warehouse Locaton A company s consderng openng warehouses n four ctes: New York, Los Angeles, Chcago, and Atlanta. Each warehouse can shp 100 unts per week. The weekly fxed cost of keepng each warehouse open s $400 for New York, $500 for LA, $300 for Chcago, and $150 for Atlanta. egon 1 requres 80 unts per week, regon 2 requres 70 unts per week, and egon 3 requres 40 unts per week. The shppng costs are shown below. Formulate the problem to meet weekly demand at mnmum cost. From/To egon 1 egon 2 egon 3 New York Los Angeles Chcago Atlanta /31/2003 Barnhart 1.224J 5

6 Warehouse Locaton- Approach What are the decson varables? Varables to represent whether or not to open a gven warehouse (y=0 or 1) Varables to track flows between warehouses and regons: x What s the obectve functon? Mnmze (fxed costs+shppng costs) What are the constrants? Constrant on flow out of each warehouse Constrant on demand at each regon Constrant ensurng that flow out of a closed warehouse s 0. 12/31/2003 Barnhart 1.224J 6

7 Warehouse Locaton- Formulaton Let y be the bnary varable representng whether we open a warehouse (y =1) or not (y =0). x represents the flow from warehouse to regon c = weekly cost of operatng warehouse t = unt transportaton cost from to W = the set of warehouses; = the set of regons MIN ( c. y t. x ) s.t. W W x 100. y, W x b, x Z, y 0,1 Forcng constrant 12/31/2003 Barnhart 1.224J 7

8 Warehouse Locaton- Addtonal Constrants If the New York warehouse s opened, the LA warehouse must be opened y NYC y LA y LA y y 2 ATL 1 elatonshp constrant At most 2 warehouses can be opened elatonshp constrant elatonshp constrant ynyc yla or 0 Ether Atlanta or LA warehouse must be opened, but not both 12/31/2003 Barnhart 1.224J 8

9 Bnary Choces Model choce between 2 alternatves (open or closed, chosen or not, etc) Set x=0 or x=1 dependng on the chosen alternatve Can model fxed or set-up costs for a warehouse Forcng flow constrants f warehouse s not open, no flow can come out of t Can model relatonshps 12/31/2003 Barnhart 1.224J 9

10 Example: Warehouse Locaton 2 A company s lookng at addng one or more warehouses somewhere n the regons whch they serve. Each warehouse costs $c w per month to operate and can delver a total of u w unts per month. It costs $c to transport a unt from the plant n regon to the warehouse n regon. Furthermore, the delvery costs from a warehouse n regon to consumers n regon s zero. Warehouses can servce other regons, but the company must pay addtonal transportaton costs of $t per unt per addtonal regon crossed. So to delver 1 unt from a warehouse n regon 2 to a customer n regon 4 would cost $(2 t). Note that the cost to transport a good from warehouse 0 to warehouse s $( t), not $t. All unts must travel through a warehouse on ther way to the customer. Fnally, there s a monthly demand for d unts of the product n regon. Formulate the problem to determne where to locate the new warehouses so as to mnmze the total cost each month f the plant s located n regon p. 12/31/2003 Barnhart 1.224J 10

11 Example 2: Network epresentaton 1, u1 Customer regon 1 d1 Plant p 2, u2 3, u3 Customer regon 2 Customer regon 3 d3 d2 4, u4 Customer regon 4 d4 5,u5 Customer regon 5 d5 12/31/2003 Barnhart 1.224J 11

12 Example 2: Approach Decson Varables? y = whether or not we open a warehouse n regon z =flow from warehouse to regon x p =flow from plant p to warehouse. Obectve Functon? MIN (fxed costs+transportaton costs from plant to warehouse+transportaton costs from warehouse to regon) Constrants? balance constrants at each warehouse demand constrants for each regon capacty constrants at each warehouse. Leta=cost of delverng a unt from warehouse to regon, a=t. - Letcp=cost of transportng one unt from the plant to warehouse 12/31/2003 Barnhart 1.224J 12

13 Example 2: Formulaton Mn c w. y c p. x p a. z s.t. x x p z d, z x 0,, z p u y, w Z, ; y 0, 1 12/31/2003 Barnhart 1.224J 13

14 Example 2: Addtonal Constrants At most 3 warehouses can be opened y 3 y y rw3 rw1 rw3 rw2 If you open a warehouse n some regon rw1 or rw2, you must also open a warehouse n regon rw3 y y yrw1 yrw2 yrw or 1 12/31/2003 Barnhart 1.224J 14

15 Example 2: Addtonal Constrants A plant costs $c p per month to operate and can output u p unts per month. In ths case, a plant can delver drectly to customers n ts regon at no addtonal cost, however t cannot delver drectly to customers n other regons; all unts travelng out of the plant s regon must pass through a warehouse before ther delvery to the customer. Formulate the problem to fnd the optmal dstrbuton of plants and warehouses. Addtonal decson varables: w = whether or not we open a plant n regon u = amount of flow drectly from plant to regon (no cost) Obectve Functon Addtonal term to account for the cost of the plants evsed constrants Constrants range over all regons, not only regon p Add drect flow from plant to customers n same regon Add constrant that total flow leavng a plant s less than u p 12/31/2003 Barnhart 1.224J 15

16 Example 2: Network epresentaton 2 Plant 1 1, u1 Customer regon 1 d1 Plant 2 2, u2 Customer regon 2 d2 Plant 3 3, u3 Customer regon 3 d3 Plant 4 4, u4 Customer regon 4 d4 Plant 5 5,u5 Customer regon 5 d5 12/31/2003 Barnhart 1.224J 16

17 12/31/2003 Barnhart 1.224J 17 Example 2: Formulaton 2 y w Z z x u w u u x y u x x z d u z s t z a x c w c y c MIN p w p w 0,1, ;,,,,.,. 0,,.....

18 estrcted range of values estrct a varable x to take values n a set {a 1,, a m } Introduce m bnary varables y, =1..m and the constrants X s. t. 1.. m y y 1.. m a 1 y 0,1, 12/31/2003 Barnhart 1.224J 18

19 Gudelnes for strong formulaton Good formulaton n LP: small number of varables (n) and constrants (m), because computatonal complexty of problem grows polynomally n n and m LP: choce of a formulaton s mportant but does not crtcally affect ablty to solve the problem IP: Choce of formulaton s crucal! Example: aggregaton of demand (Warehouse) 12/31/2003 Barnhart 1.224J 19

20 Set Parttonng models Very easy to wrte, often very hard to solve All rules, even non-lnear, mpractcal rules can be respected Every obect s n exactly one set Huge number of varables (all feasble combnatons) 12/31/2003 Barnhart 1.224J 20

21 Lnear Programmng relaxaton elax the ntegralty constrant Examples: X n Z + becomes X 0 X n {0,1} becomes 0 X 1 If an optmal soluton to the relaxaton s feasble for the MIP (.e., X take on nteger values n the optmal soluton of the relaxaton) => t s also the optmal soluton to the MIP The LP relaxaton provdes a lower bound on the soluton of the IP Good formulatons provde a tght bound on the IP 12/31/2003 Barnhart 1.224J 21

22 Branch-and-Bounds: A soluton approach for bnary Integer programs Branch-and-bound s a smart enumeraton strategy: Wth branchng, all possble solutons are enumerated (e.g. 2 number of bnary varables ) Wth boundng, only a (usually) small subset of possble solutons are evaluated before a provably optmal soluton s found 12/31/2003 Barnhart 1.224J 22

23 Branch-and-Bound Algorthm Begnnng wth root node (mnmzaton): Bound: Solve the current LP wth ths and all restrctons along the (back) path to the root node enforced Prune If optmal LP value s greater than or equal to the ncumbent soluton => Prune If LP s nfeasble => Prune If LP s ntegral => Prune Branch Set some varable to an nteger value epeat untl all nodes pruned 12/31/2003 Barnhart 1.224J 23

24 Example Company XYZ produces products A, B, C and D. In order to manufacture these products, Company XYZ needs: A B C D Proft Avalablty Nals Screws Glue Company XYZ wants to know whch products t should manufacture. Let X P = 1 f product P s manufactured, 0 otherwse 12/31/2003 Barnhart 1.224J 24

25 Solvng the LP 12/31/2003 Barnhart 1.224J 25

26 Branch-and-Bound ZLP=-6.07 X2=0 X2= ZLP= ZLP=-5.92 X1=0 X1= ZLP= ZLP=-5.7 ESULT: X 1 =1; X 2 =0; X 3 =1; X 4 =1 =>Ob. Value= /31/2003 Barnhart 1.224J 26

An Example (based on the Phillips article)

An Example (based on the Phillips article) 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,

More information

A New Model for Location and Transportation Problem of Cross-Docks in Distribution Networks

A New Model for Location and Transportation Problem of Cross-Docks in Distribution Networks Internatonal Journal of Modelng and Optmzaton Vol 7 No 6 December 07 A New Model for Locaton and Transportaton of Cross-Docks n Dstrbuton Networks A Hasan Goodarz and H Zegord Abstract Ths paper consders

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

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

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

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

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

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

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

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

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

A 2-Phase Metaheuristic Approach for Time-Sensitive Manufacturing and Transportation Execution System

A 2-Phase Metaheuristic Approach for Time-Sensitive Manufacturing and Transportation Execution System STR/03/030/MET A 2-Phase Metaheurstc Approach for Tme-Senstve Manufacturng and Transportaton Executon System W. D. Ln, W. L. Lee and G. Y. Lm Abstract Wth the surge n the avalablty of real-tme manufacturng

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

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

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

A Two-layer Time Window Assignment Vehicle Routing Problem

A Two-layer Time Window Assignment Vehicle Routing Problem Proceedngs of the Internatonal Conference on Industral Engneerng and Operatons Management Washngton DC, USA, September 27-29, 218 A Two-layer Tme Wndow Assgnment Vehcle Routng Problem Mahd Jallvand Department

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

TEACHING SUPPLY CHAIN COORDINATION WITHIN A NETWORK MODELING CONTEXT

TEACHING SUPPLY CHAIN COORDINATION WITHIN A NETWORK MODELING CONTEXT TEACHING SUPPLY CHAIN COORDINATION WITHIN A NETWORK MODELING CONTEXT 121 STEPHEN E. HILL WEBER STATE UNIVERSITY ABSTRACT Ths artcle descrbes an educatonal exercse that demonstrates the value of coordnaton

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

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

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

A Bi-Objective Green Closed Loop Supply Chain Design Problem with Uncertain Demand

A Bi-Objective Green Closed Loop Supply Chain Design Problem with Uncertain Demand sustanablty Artcle A B-Obectve Green Closed Loop Supply Chan Desgn Problem wth Uncertan Demand Mng Lu 1 ID, Rongfan Lu 1, Zhanguo Zhu 2, *, Chengbn Chu 1,3 and Xaoy Man 4 1 School of Economcs and Management,

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

MULTI-OBJECTIVE OPTIMIZATION OF MULTIMODAL PASSENGER TRANSPORTATION NETWORKS: COPING WITH DEMAND UNCERTAINTY

MULTI-OBJECTIVE OPTIMIZATION OF MULTIMODAL PASSENGER TRANSPORTATION NETWORKS: COPING WITH DEMAND UNCERTAINTY OPT- An Internatonal Conference on Engneerng and Appled Scences Optmzaton M. Papadrakaks, M.G. Karlafts, N.D. Lagaros (eds.) Kos Island, Greece, 4-6June 2014 MULTI-OBJECTIVE OPTIMIZATION OF MULTIMODAL

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

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

Simulation-based Decision Support System for Real-time Disaster Response Management

Simulation-based Decision Support System for Real-time Disaster Response Management Proceedngs of the 2008 Industral Engneerng Research Conference J. Fowler and S. Mason, eds. Smulaton-based Decson Support System for Real-tme Dsaster Response Management Shengnan Wu, Larry Shuman, Bopaya

More information

A Multiobjective Programming for Transportation Problem with the Consideration of both Depot to Customer and Customer to Customer Relationships

A Multiobjective Programming for Transportation Problem with the Consideration of both Depot to Customer and Customer to Customer Relationships Proceedngs of the Internatonal ultconference of Engneers and Computer Scentsts 2009 Vol II A ultobectve Programmng for Transportaton Problem wth the Consderaton of both to and to Relatonshps Wuttnan unkaew

More information

The monopoly market. Telecommunications in Portugal. Managerial Economics MBACatólica

The monopoly market. Telecommunications in Portugal. Managerial Economics MBACatólica Fernando Branco 2006-2007 Fall uarter Sesson 5 Part I The monopoly market A sngle company supples an output, over whch t has relevant market power: The relevant market; Dmenson of the company. Market power:

More information

RELIABILITY-BASED OPTIMAL DESIGN FOR WATER DISTRIBUTION NETWORKS OF EL-MOSTAKBAL CITY, EGYPT (CASE STUDY)

RELIABILITY-BASED OPTIMAL DESIGN FOR WATER DISTRIBUTION NETWORKS OF EL-MOSTAKBAL CITY, EGYPT (CASE STUDY) Twelfth Internatonal Water Technology Conference, IWTC12 2008 Alexandra, Egypt 1 RELIABILITY-BASED OPTIMAL DESIGN FOR WATER DISTRIBUTION NETWORKS OF EL-MOSTAKBAL CITY, EGYPT (CASE STUDY) Rham Ezzeldn *,

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

DESIGNING TWO-ECHELON SUPPLY CHAIN USING SIMULATION AND PRICING STRATEGY

DESIGNING TWO-ECHELON SUPPLY CHAIN USING SIMULATION AND PRICING STRATEGY DESIGIG TWO-ECHELO SUPPLY CHAI USIG SIULATIO AD PRICIG STRATEGY Seyed ohammad ahd Kazem (a), Peyman Tak (b), Seyed ohamad kazem (c) (a) Department of ndustral engneerng, Damavand Branch, Islamc Azad Unvesty,

More information

Scheduling of head-dependent cascaded hydro systems: mixed-integer quadratic programming approach

Scheduling of head-dependent cascaded hydro systems: mixed-integer quadratic programming approach 1 Schedulng of head-dependent cascaded hydro systems: mxed-nteger quadratc programmng approach J.P.S. Catalão a, *, H.M.I. Pousnho a, V.M.F. Mendes b a Department of Electromechancal Engneerng, Unversty

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

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

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

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

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

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

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

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

SCHEDULING OF HEAD-SENSITIVE CASCADED HYDRO SYSTEMS: A COMPARISON BASED ON NUMERICAL SIMULATION RESULTS

SCHEDULING OF HEAD-SENSITIVE CASCADED HYDRO SYSTEMS: A COMPARISON BASED ON NUMERICAL SIMULATION RESULTS SCHEDULING OF HEAD-SENSITIVE CASCADED HYDRO SYSTEMS: A COMPARISON BASED ON NUMERICAL SIMULATION RESULTS J.P.S. Catalão,* S.J.P.S. Marano,* V.M.F. Mendes,** and L.A.F.M. Ferrera*** Abstract In the present

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

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

Ê«u U UO mm WF U WO UMB ««œù«re Ë W bmn «r * W??ö)«

Ê«u U UO mm WF U WO UMB ««œù«re Ë W bmn «r * W??ö)« Journal of Engg. Research Vol. 2 No. (4) Dec 2014 pp. 103-118 s ;«œbf *«rok «l EPQ U M*«œbF à u/ WK _«**m u mma mm Ë **uoa d O wo Ê«u ËË m U w Ê«u U UO mm WF U WO UMB ««œù«re Ë W bmn «r * Ê«u U UO u umj

More information

Introduction of a novel Methodology for Inter-branch Flexibility Measurement of Production Systems ecoflex

Introduction of a novel Methodology for Inter-branch Flexibility Measurement of Production Systems ecoflex Introducton of a novel Methodology for Inter-branch Flexblty Measurement of Producton Systems ecoflex Sven Rogalsk ISPE/PDE, FZI Forschungszentrum Informatk Karlsruhe, Germany and Prof. Jvka Ovtcharova

More information

Very Large Scale Vehicle Routing with Time Windows and Stochastic Demand Using Genetic Algorithms with Parallel Fitness Evaluation

Very Large Scale Vehicle Routing with Time Windows and Stochastic Demand Using Genetic Algorithms with Parallel Fitness Evaluation Very Large Scale Vehcle Routng wth Tme Wndows and Stochastc Demand Usng Genetc Algorthms wth Parallel Ftness Evaluaton Matthew Protonotaros George Mourkouss Ioanns Vyrds and Theodora Varvargou Natonal

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

Flexible Design of Urban Water Distribution Networks

Flexible Design of Urban Water Distribution Networks 4225 Flexble Desgn of Urban Water Dstrbuton Networks Danguang Huang 1, Kalanthy Varavamoorthy 1, Seneshaw Tsegaye 1 1 School of Cvl Engneerng, College of Engneerng and Physcal Scences, Unversty of Brmngham

More information

Environmental Economical Power Dispatch problem using Particle Swarm Optimization Technique

Environmental Economical Power Dispatch problem using Particle Swarm Optimization Technique Internatonal Journal of Innovatons n Engneerng and Technology (IJIET) Envronmental Economcal Power Dspatch problem usng Partcle Swarm Optmzaton Technque Mr.Manoj Kumar.T PhD Scholar Department of Electrcal

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

A MODEL TO ANALYZE COST OF QUALITY FOR SUPPLY CHAIN DESIGN CONSIDERING MATERIAL FLOW

A MODEL TO ANALYZE COST OF QUALITY FOR SUPPLY CHAIN DESIGN CONSIDERING MATERIAL FLOW A MODEL TO ANALYZE COST OF QUALITY FOR SUPPLY CHAIN DESIGN CONSIDERING MATERIAL FLOW Asama Alglawe Department of Mechancal & Industral Engneerng (MIE), Concorda Unversty, 1515 Ste-Catherne O,Montreal,

More information

Development of Decision Support System for Optimal Site Selection of Desalination Plants

Development of Decision Support System for Optimal Site Selection of Desalination Plants IOSR Journal of Mechancal and Cvl Engneerng (IOSR-JMCE) e-issn: 78-184,p-ISSN: 30-334X, Volume 11, Issue Ver. III (Nov- Dec. 014), PP 84-90 Development of Decson Support System for Optmal Ste Selecton

More information

Simulation and Optimization of a Pull-Strategy in the. Order-Picking Area of a Distribution Warehouse. Hertzstr. 16, Karlsruhe, Germany

Simulation and Optimization of a Pull-Strategy in the. Order-Picking Area of a Distribution Warehouse. Hertzstr. 16, Karlsruhe, Germany Smulaton and Optmzaton of a Pull-Strategy n the Order-Pckng Area of a Dstrbuton Warehouse Knut Alcke, Deter Arnold Insttut fur Fordertechnk, Unverstat Karlsruhe, Hertzstr. 16, 76187 Karlsruhe, Germany

More information

A Hybrid Model for Congestion Management with Real and Reactive Power Transaction

A Hybrid Model for Congestion Management with Real and Reactive Power Transaction A Hybrd Model for Congeston Management wth Real and Reactve Power Transacton Narayana Prasad Padhy Yog Ra Sood Abdel Moamen. M. A. Maruth Kumar H. O. Gupta Abstract-- In ths paper, an effcent and practcal

More information

A Multiperiod Generalized Network Flow Model of the U.S. Integrated Energy System Part I Model Description

A Multiperiod Generalized Network Flow Model of the U.S. Integrated Energy System Part I Model Description > REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) < 1 A Multperod Generalzed Network Flow Model of the U.S. Integrated Energy System Part I Model Descrpton Ana Quelhas,

More information

Computers and Chemical Engineering

Computers and Chemical Engineering Computers and Chemcal Engneerng 32 (2008) 3130 3142 Contents lsts avalable at ScenceDrect Computers and Chemcal Engneerng ournal homepage: www.elsever.com/locate/compchemeng Synthess of non-sothermal heat

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

A Cost Model of Partial Postponement Strategy of the Single-Period Product under Stochastic Demand

A Cost Model of Partial Postponement Strategy of the Single-Period Product under Stochastic Demand Research Journal of Appled cences, Engneerng and Technology 4(): 494-499, 0 IN: 040-7467 Mawell centfc Organzaton, 0 ubmtted: December 0, 0 Accepted: January, 0 Publshed: June 0, 0 A ost Model of Partal

More information

A Modelling Framework for the Acquisition and Remanufacturing of Used Products

A Modelling Framework for the Acquisition and Remanufacturing of Used Products A Modellng Framework for the Acquston and Remanufacturng of Used Products Yanns Nkolads Department of Technology Management Unversty of Macedona, 5900 Naoussa, Greece tel: +30 330 5460 e-mal address: nkolads@uowm.gr

More information

Preventive reinforcement under uncertainty for islanded microgrids with electricity and natural gas networks

Preventive reinforcement under uncertainty for islanded microgrids with electricity and natural gas networks J. Mod. Power Syst. Clean Energy (08) ():3 33 https://do.org/0.007/s0-08-03-0 Preventve renforcement under uncertanty for slanded mcrogrds wth electrcty and natural gas networks Saeed D. MANSHADI, Mohammad

More information

Bundling With Customer Self-Selection: A Simple Approach to Bundling Low-Marginal-Cost Goods

Bundling With Customer Self-Selection: A Simple Approach to Bundling Low-Marginal-Cost Goods Unversty of Pennsylvana ScholarlyCommons Operatons, Informaton and Decsons Papers Wharton Faculty Research 0-2005 Bundlng Wth Customer Self-Selecton: A Smple Approach to Bundlng Low-Margnal-Cost Goods

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

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

Multi-UAV Task Allocation using Team Theory

Multi-UAV Task Allocation using Team Theory Proceedngs of the 44th IEEE Conference on Decson and Control, and the European Control Conference 2005 Sevlle, Span, December 12-15, 2005 MoC03.6 Mult-UAV Task Allocaton usng Team Theory P. B. Sut, A.

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

Multi-objective Optimization of Combined Sewer Systems Using SWMM 5.0

Multi-objective Optimization of Combined Sewer Systems Using SWMM 5.0 J. Cvl Eng. Archtect. Res. Vol. 2, No. 10, 2015, pp. 985-993 Receved: Aprl 28, 2015; Publshed: October 25, 2015 Journal of Cvl Engneerng and Archtecture Research Mult-objectve Optmzaton of Combned Sewer

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

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

Dual-Route Distribution Strategy with Supply Chain Disruption

Dual-Route Distribution Strategy with Supply Chain Disruption Dual-Route Dstrbuton Strategy wth Supply Chan Dsrupton Sung Ho Hur, Dong-Kyu Km, Seung-Young Kho, and Chungwon Lee Unexpected dsruptons n the supply chan can drectly and ndrectly cause addtonal logstcs

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

Enhanced Parametric Railway Capacity Evaluation Tool

Enhanced Parametric Railway Capacity Evaluation Tool Enhanced Parametrc Ralway Capacty Evaluaton Tool Yung-Cheng (Rex) La and Chrstopher P. L. Barkan Many ralroad lnes are approachng the lmts of practcal capacty, and estmated future demand s projected to

More information

Model-based Optimal Control of Variable Air Volume Terminal Box

Model-based Optimal Control of Variable Air Volume Terminal Box Purdue Unversty Purdue e-pubs Internatonal Hgh Performance Buldngs Conference School of Mechancal Engneerng 216 Model-based Optmal Control of Varable Ar Volume ermnal Box Fuxn Nu he unversty of alabama,

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

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

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

1.224J/ESD.204J TRANSPORTATION OPERATIONS, PLANNING AND CONTROL: CARRIER SYSTEMS 1.224J/ESD.204J TRANSPORTATION OPERATIONS, PLANNING AND CONTROL: CARRIER SYSTEMS Professor Cynthia Barnhart Professor Nigel H.M. Wilson Fall 2003 1.224J/ ESD.204J Outline Sign-up Sheet Introductions Carrier

More information

Markets for Reliability and Financial Options in Electricity: Theory to Support the Practice

Markets for Reliability and Financial Options in Electricity: Theory to Support the Practice Presented at the 36 th Annual Hawa Internatonal Conference on Systems Scences, January 6-9, 2003 Markets for Relablty and Fnancal Optons n Electrcty: Theory to Support the Practce by Tm Mount Professor

More information

Optimization of Technological Water Consumption for an Industrial Enterprise with Self-Supply System

Optimization of Technological Water Consumption for an Industrial Enterprise with Self-Supply System , March 13-15, 2013, Hong Kong Optmzaton of Technologcal Water Consumpton for an Industral Enterprse wth Self-Supply System Ioan Sarbu, Gabrel Ostafe and Emlan Stefan Valea Abstract Modern ndustry uses

More information

Markets for Reliability and Financial Options in Electricity: Theory to Support the Practice

Markets for Reliability and Financial Options in Electricity: Theory to Support the Practice Markets for Relablty and Fnancal Optons n Electrcty: Theory to Support the Practce by Tm Mount Professor of Appled Economcs and Management Cornell Unversty 214 Warren Hall Ithaca, NY 14853-7801 tdm2@cornell.edu

More information

Derived Willingness-To-Pay For Water: Effects Of Probabilistic Rationing And Price

Derived Willingness-To-Pay For Water: Effects Of Probabilistic Rationing And Price Derved Wllngness-To-Pay For Water: Effects Of Probablstc Ratonng And Prce Roberto Garca Alcublla Abstract A two stage lnear programmng approach s used to estmate the wllngness to pay WTP of ndvdual households

More information

Minimize: X X Tij Xij +- i i i. Hi Si + X Y tij Li i MODEL

Minimize: X X Tij Xij +- i i i. Hi Si + X Y tij Li i MODEL SOUTHERN JOURNAL OF AGRICULTURAL ECONOMICS JULY, 1975 A NEGATIVE-COST APPROACH TO THE FORMULATION OF A TRANSHIPMENT PROBLEM* Earl A. Stenns and Verner G. Hurt The transhpment problem formulaton has gressed

More information

A Scenario-Based Objective Function for an M/M/K Queuing Model with Priority (A Case Study in the Gear Box Production Factory)

A Scenario-Based Objective Function for an M/M/K Queuing Model with Priority (A Case Study in the Gear Box Production Factory) Proceedngs of the World Congress on Engneerng 20 Vol I WCE 20, July 6-8, 20, London, U.K. A Scenaro-Based Objectve Functon for an M/M/K Queung Model wth Prorty (A Case Study n the Gear Box Producton Factory)

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

ENHANCING OPERATIONAL EFFICIENCY OF A CONTAINER OPERATOR: A SIMULATION OPTIMIZATION APPROACH. Santanu Sinha Viswanath Kumar Ganesan

ENHANCING OPERATIONAL EFFICIENCY OF A CONTAINER OPERATOR: A SIMULATION OPTIMIZATION APPROACH. Santanu Sinha Viswanath Kumar Ganesan Proceedngs of the 2011 Wnter Smulaton Conference S. Jan, R.R. Creasey, J. Hmmelspach, K.P. Whte, and M. Fu, eds. ENHANCING OPERATIONAL EFFICIENCY OF A CONTAINER OPERATOR: A SIMULATION OPTIMIZATION APPROACH

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

PROCESS OPTIMIZATION AND INTEGRATION STRATEGIES FOR MATERIAL RECLAMATION AND RECOVERY. A Dissertation HOUSSEIN A. KHEIREDDINE

PROCESS OPTIMIZATION AND INTEGRATION STRATEGIES FOR MATERIAL RECLAMATION AND RECOVERY. A Dissertation HOUSSEIN A. KHEIREDDINE PROCESS OPTIMIZATION AND INTEGRATION STRATEGIES FOR MATERIAL RECLAMATION AND RECOVERY A Dssertaton by HOUSSEIN A. KHEIREDDINE Submtted to the Offce of Graduate Studes of Texas A&M Unversty n partal fulfllment

More information

Water Supply and Demand Sensitivities of Linear Programming Solutions to a Water Allocation Problem

Water Supply and Demand Sensitivities of Linear Programming Solutions to a Water Allocation Problem Appled Mathematcs, 22, 3, 285-297 http://dx.do.org/.236/am.22.3385 Publshed Onlne October 22 (http://www.scrp.org/journal/am) Water Supply and Demand Senstvtes of Lnear Programmng Solutons to a Water Allocaton

More information

Supply Chain Management for Medical and Psychological Assistance in Post-Disaster Calamities Situation - Case Flood

Supply Chain Management for Medical and Psychological Assistance in Post-Disaster Calamities Situation - Case Flood Supply Chan Management for Medcal and Psychologcal Assstance n Post-Dsaster Calamtes Stuaton - Case Flood Lorena Slvana Reyes-Rubano, Andrés Felpe Torres-Ramos, Carlos Leonardo Quntero-Araúo Abstract The

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

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

Robust optimization for improving resilience of integrated energy systems with electricity and natural gas infrastructures

Robust optimization for improving resilience of integrated energy systems with electricity and natural gas infrastructures J. Mod. Power Syst. Clean Energy (2018) 6(5):1066 1078 https://do.org/10.1007/s40565-018-0377-5 Robust optmzaton for mprovng reslence of ntegrated energy systems wth electrcty and natural gas nfrastructures

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 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

Study on Multi-objective Optimization Model of Inventory Control and Supplier Selection Problem Under Uncertainty

Study on Multi-objective Optimization Model of Inventory Control and Supplier Selection Problem Under Uncertainty Study on Mult-objectve Optmzaton Model of Inventory Control and Suppler Selecton Problem Under Uncertanty June, 201 3 D O C T OR OF E N G INEERING D c k y F a t r a s T O Y O HASHI U N I VERSITY OF TECHNOLOGY

More information

Optimal Scheduling of Hydro Power Generation Using Deconvolution Technique: A Case Study of Thai Power System

Optimal Scheduling of Hydro Power Generation Using Deconvolution Technique: A Case Study of Thai Power System Optmal Schedulng of Hydro Power Generaton Usng Deconvoluton Technque: A Case Study of Tha Power System Keerat Chayakulkheeree Abstract In ths paper, the deconvoluton technque s appled to determne an optmal

More information

Sources of information

Sources of information MARKETING RESEARCH FACULTY OF ENGINEERING MANAGEMENT Ph.D., Eng. Joanna Majchrzak Department of Marketng and Economc Engneerng Mal: joanna.majchrzak@put.poznan.pl Meetngs: Monday 9:45 11:15 Thursday 15:10

More information

Optimal Energy Management Using Sequential Quadratic Programming Algorithm for Stand Alone PV System

Optimal Energy Management Using Sequential Quadratic Programming Algorithm for Stand Alone PV System Optmal Energy Management Usng Sequental Quadratc Programmng Algorthm for Stand Alone PV System S. Angalaeswar 1 and 2 Dr. K. Jamuna 1,2 School of Electrcal Engneerng, Vellore nsttute of echnology, Chenna,

More information

Lecture 5: Applications of Consumer Theory

Lecture 5: Applications of Consumer Theory Lecture 5: Applcatons of Consumer Theory Alexander Woltzky MIT 14.121 1 Applcatons of Consumer Theory Consumer theory s very elegant, but also very abstract. Ths lecture: three classc topcs that brng consumer

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

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