Fleet management in rail transport: Petroleum rakes in Indian Railways
|
|
|
- Scott Clarke
- 10 years ago
- Views:
Transcription
1 Fleet management in rail transport: Petroleum rakes in Indian Railways Vishal Rewari 1, Raja Gopalakrishnan 2, Narayan Rangaraj 1 1 Department of Industrial Engineering and Operations Research Indian Institute of Technology, Bombay, India [email protected], [email protected] 2 Traffic Transportion Directorate, Railway Board Ministry of Railways, Government of India [email protected] Annual INFORMS Meeting San Fransisco 10th November 2014 Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 1
2 Outline Overview of petroleum sector in India Understanding the problem Proposed solution to deterministic problem Proposed solution to anticipated problem Current status Future work Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 2
3 Overview of Petroleum Sector India s annual consumption of petroleum products 200 Million Tonnes Transport modes - Pipeline, Coastal Shipping, Rail, Road Movement of petroleum products by rail: 42 Million Tonnes Revenue from transportation of petroleum products by rail - USD 1 billion 30+ rail loading locations, 100+ unloading terminals current fleet size : 200 rakes wagons run in Unit-trains of 50 wagons each Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 3
4 Understanding the problem Placement of indents (firm demands) from oil industry What to do with a petroleum rake once it gets empty Multiple products and rake compatibility - Diesel, Gasoline, Jet Fuel, Kerosene, Base oil and some intermediate products. For quality considerations, petroleum product loadability in a wagon depends on the previous product loaded Maintenance of rakes Terminal capacities Uncertain environment The current process is repetitive, time consuming and involves lot of man hours Passenger traffic gets higher priority than freight trains in Indian Railways Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 4
5 Empty Rake Flow unique pairs Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 5
6 Breaking up the problem in 2 parts 1st Part: Outstanding known indents in the system, deterministic 2nd Part: Prediction for future demand, anticipated Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 6
7 Proposed solution to deterministic problem Linear Programming model Input to model Rake status, outstanding indents Terminal points, decision matrix Rake-indent compatability based on product-loadability and maintainence constraints Output of model Assignment of rakes to indents Unassigned rakes and indents Objective: Minimise empty running Minimise difference between due date of indent and travel time Prioritise indents Constraints: A rake should be assigned to only 1 indent and vice versa Terminal capacity constraints Only assign compatible rakes Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 7
8 Entities used in model Rakes set of rakes in the system, including 1 dummy rake, which is allocated when no other rake can be allocated to the indent Indents set of outstanding indents, indcluding 1 dummy indent, which is allocated when a rake is unassigned. It also depends on the planning horizon considered AvailableRakes set of rakes which can satisfy at least 1 indent, AvailableRakes Rakes AvailableIndents set of indents which can be loaded in atleast 1 rake, AvailableIndents Indents LoadingPoints set of points from where rake loads the petroleum product UnloadingPoints set of points where rake delivers the loaded product and becomes empty Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 8
9 rakecompatible r,i = { 1 rake r can satisfy indent i 0 rake r cannot satisfy indent i r Rakes, i Indents t (p1),(p2) = time to go from p1 to p2 p1, p2 TerminalPoints textra r = time required for the the loaded rake r to reach its destination location p = terminal point of p p Rakes Indents Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 9
10 Complement priority of an indent compriority i i Indents Number of days left till indent s due date or expected loading date due i i Indents { 1 if Rake r will reach Indent i on Day d checkday d,r,i = 0 otherwise d Days, r Rakes, i Indents Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 10
11 An integer valued terminal capacity of a loading point. termcap lp lp LoadingPoints List of indents which have similar loading point indentloading lp lp LoadingPoints Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 11
12 Decision variable { 1 if rake r is allocated to an indent i allocate r,i = 0 otherwise r Rakes, i Indents Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 12
13 Objective 1: Minimise empty running time t (locationr ),(location i ) allocate r,i r Rakes i Indents Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 13
14 Objective 2: Minimise the absolute difference between the delivery time of rake and due date of the indent t (locationr ),(location i ) + textra r due i allocate r,i r Rakes i Indents Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 14
15 Objective 3: Prioritise old indents so that they don t get starved compriority i ( allocate r,i ) i Indents r Rakes Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 15
16 Constraints A rake can be assigned to only 1 indent allocate r,i + allocate r,di = 1 r AvailableRakes (1) i Indents An indent is assigned only 1 rake allocate r,i + allocate dr,i = 1 i Indents (2) r AvailableRakes dr Rakes, dr / AvailableRakes, di Indents, di / AvailableIndents Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 16
17 Restricting allocation to compatible rakes allocate r,i rakecompatible r,i r Rakes, i Indents (3) Terminal loading capacity checkday d,r,i allocate r,i termcap lp (4) i indentloading lp r AvailableRakes d Days, lp LoadingPoints Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 17
18 Size of the problem Number of rakes 200 Number of indents 50 Number of loading points 50 Horizon for indents 7 Decision variables 200 x 50 = Assignment constraint 50 Indent constraint 200 Compatibility constraint 200 x 50 = Terminal capacity constraint 50 x 7 = 350 Total number of constraints = Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 18
19 Figure 2 : Overall flow diagram for daily decisions Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 19
20 Model architecture explanation Preprocessing using python scripts Loading, Unloading and Base Depots Indents Rake Status Distance and Time Matrix Anticipated Indents Read data Rake Loadable to any indent? yes No Separate problem This problem can be solved separately to decide what to do with these rakes? Figure 3 : Model architecture 1/2 Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 20
21 Model architecture explanation If rake is loadable (From python scripting) Generation of model data Write Output Data for input to model data.dat file for AMPL.tab file for terminal constraint in AMPL AMPL AMPL model reads the.dat and.tab file CPLEX CPLEX 12.5 Solver CPLEX Output CPLEX output with rake to indent assignment Figure 4 : Model architecture 2/2 Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 21
22 Compatibility and extension Compatibility of the model: Current system is compatible with the data already collected by Indian Railways The input can be used by the model with very little preprocessing for the file formats required The output is text based representation of assignments which can be then transformed to any format required Extension to the model: The objective functions can be combined together and be given weights For example: Objective functions o1, o2, weights w1, w2 Sample objective: w1*o1 + w2*o2 Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 22
23 Peformance Environment Software 2.4 GHz Intel Core i5 CPU 4 GB RAM Optimization Algorithm IIT Bombay Optimus Server AMPL + CPLEX 12.5 OS: Fedora 14 Intel X4300 M3, Quad core Xeon E5506, 64GB RAM Post graduate - 4GB Database - SQLite Setup 1. Connecting to Database 2. Writing the files in the concerned format 3. approx. 3 seconds Optimization running time 1. Running the model on solver 2. approx. 1 second Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 23
24 Proposed solution to anticipated problem Uses history of empty rake movement across the network Concept of virtual node - nodes where empty rakes have more than one assignable outward direction A network of nodes of loading, unloading, maintenance points and virtual points Use of monthly planning meet with petroleum industry for estimating demand Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 24
25 Entities used in model G N A VP LP ULP TXR Network of petroleum traffic Set of nodes in the petroleum network, consists of loading, unloading, maintenance and virtual points. Set of arcs in the petroleum network, connects 2 distinct nodes in the network Set of milestone yards or virtual points Set of loading points Set of unloading points Set of maintenance points Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 25
26 Entities used in model n i p i p i,j q i q i,j d j lp i,j cum i,j Adjacency list of node i, represents the other nodes in the network connected to node i Probability vector for node i Probability value for adjacent outgoing node j of a node i in the p i vector Probability vector for anticipated indents for node i Probability value for adjacent outgoing node j of a node i in the q i vector Vector of demand in number of rakes at loading point j for next 3 days Set of loading points we can go from node i through adjacent node j, j n i Cumulative demand of all loading points that can be reached from node i through node j Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 26
27 Figure 5 : Network of Petroleum Locations and Virtual Points Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 27
28 Transformation cum i,j = q i,j = x lp i,j d x j n i cum i,j j cum i,j p 1 i,j = αp i,j + (1 α)q i,j Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 28
29 Current status Under integration with IR s Freight Operations Information System Further refinement of the prediction model Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 29
30 Future work Extending the model for other railway commodities (primarily coal) Facility location decision for train maintenance Better forecasting models for arrival time of freight trains Fleet Sizing Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 30
31 Thank you! Vishal Rewari, Raja Gopalakrishnan, Narayan Rangaraj 31
Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows
TECHNISCHE UNIVERSITEIT EINDHOVEN Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows Lloyd A. Fasting May 2014 Supervisors: dr. M. Firat dr.ir. M.A.A. Boon J. van Twist MSc. Contents
Intermodal Transportation
Intermodal Transportation Teodor Gabriel Crainic ESG UQAM & CIRRELT - CRT CIRRELT Plan What are we talking about? Container-based intermodal transportation System design (location) Fleet Management (empties)
Revenue Management for Transportation Problems
Revenue Management for Transportation Problems Francesca Guerriero Giovanna Miglionico Filomena Olivito Department of Electronic Informatics and Systems, University of Calabria Via P. Bucci, 87036 Rende
SIGMOD RWE Review Towards Proximity Pattern Mining in Large Graphs
SIGMOD RWE Review Towards Proximity Pattern Mining in Large Graphs Fabian Hueske, TU Berlin June 26, 21 1 Review This document is a review report on the paper Towards Proximity Pattern Mining in Large
Technical Paper E1 (a) Energy Consumption in Cornwall. Cornwall Council January 2012. N.B. This is a live document that will be updated.
Technical Paper E1 (a) Energy Consumption in Cornwall Cornwall Council January 2012 N.B. This is a live document that will be updated. 1 2 Technical Paper E1 (a) Energy Consumption in Cornwall Contents
Unit 1. Today I am going to discuss about Transportation problem. First question that comes in our mind is what is a transportation problem?
Unit 1 Lesson 14: Transportation Models Learning Objective : What is a Transportation Problem? How can we convert a transportation problem into a linear programming problem? How to form a Transportation
A Quantitative Decision Support Framework for Optimal Railway Capacity Planning
A Quantitative Decision Support Framework for Optimal Railway Capacity Planning Y.C. Lai, C.P.L. Barkan University of Illinois at Urbana-Champaign, Urbana, USA Abstract Railways around the world are facing
Abstract Title: Planned Preemption for Flexible Resource Constrained Project Scheduling
Abstract number: 015-0551 Abstract Title: Planned Preemption for Flexible Resource Constrained Project Scheduling Karuna Jain and Kanchan Joshi Shailesh J. Mehta School of Management, Indian Institute
India s Infrastructure - Trends, Projections, Requirements
India s Infrastructure - Trends, Projections, Requirements Werner Heesen Consulting GmbH Werner Heesen Consulting GmbH LOGISTICS FORUM»MORE THAN CURRY« Index Key Areas A Snapshot Projections by 2020 Mega
Models for Train Scheduling. Krishna C. Jha Vice President - Research & Development [email protected]
Models for Train Scheduling Krishna C. Jha Vice President - Research & Development [email protected] Innovative Scheduling Overview Optimization and simulation solutions for transportation,
A MULTI-PERIOD INVESTMENT SELECTION MODEL FOR STRATEGIC RAILWAY CAPACITY PLANNING
A MULTI-PERIOD INVESTMENT SELECTION MODEL FOR STRATEGIC RAILWAY Yung-Cheng (Rex) Lai, Assistant Professor, Department of Civil Engineering, National Taiwan University, Rm 313, Civil Engineering Building,
Strategic planning in LTL logistics increasing the capacity utilization of trucks
Strategic planning in LTL logistics increasing the capacity utilization of trucks J. Fabian Meier 1,2 Institute of Transport Logistics TU Dortmund, Germany Uwe Clausen 3 Fraunhofer Institute for Material
Service Network Design for Consolidation Freight Carriers
Service Network Design for Consolidation Freight Carriers Teodor Gabriel Crainic ESG UQAM & CIRRELT - CRT CIRRELT Consolidation Freight Transportation Long distance freight transportation Railways Less-Than-Truckload
A New Solution for Rail Service Network Design Problem
A New Solution for Rail Service Network Design Problem E.Zhu 1 T.G.Crainic 2 M.Gendreau 3 1 Département d informatique et de recherche opérationnelle Université de Montréal 2 École des sciences de la gestion
Railway Demand Forecasting and Service Planning Processes. Prepared for: Rail Freight Service Review
Railway Demand Forecasting and Service Planning Processes Prepared for: Rail Freight Service Review March 2010 Table of Contents 1. Purpose of the Project... 4 2. General Approach... 5 3. Demand Forecasting...
Refinery Planning & Scheduling - Plan the Act. Act the Plan.
Refinery Planning & Scheduling - Plan the Act. Act the Plan. By Sowmya Santhanam EXECUTIVE SUMMARY Due to the record high and fluctuating crude prices, refineries are under extreme pressure to cut down
Re-optimization of Rolling Stock Rotations
Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany RALF BORNDÖRFER 1, JULIKA MEHRGARDT 1, MARKUS REUTHER 1, THOMAS SCHLECHTE 1, KERSTIN WAAS 2 Re-optimization
Load Planning for Less-than-truckload Carriers. Martin Savelsbergh
Load Planning for Less-than-truckload Carriers Martin Savelsbergh Centre for Optimal Planning and Operations School of Mathematical and Physical Sciences University of Newcastle Optimisation in Industry,
Optimal Scheduling for Dependent Details Processing Using MS Excel Solver
BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 8, No 2 Sofia 2008 Optimal Scheduling for Dependent Details Processing Using MS Excel Solver Daniela Borissova Institute of
The Rolling Stock Recovery Problem. Literature review. Julie Jespersen Groth *α, Jesper Larsen β and Jens Clausen *γ
The Rolling Stock Recovery Problem Julie Jespersen Groth *α, Jesper Larsen β and Jens Clausen *γ DTU Management Engineering, The Technical University of Denmark, Produktionstorvet, DTU Building 424, 2800
System Requirements Table of contents
Table of contents 1 Introduction... 2 2 Knoa Agent... 2 2.1 System Requirements...2 2.2 Environment Requirements...4 3 Knoa Server Architecture...4 3.1 Knoa Server Components... 4 3.2 Server Hardware Setup...5
Multimodal Coal Transportation Model
Multimodal Coal Transportation Model Lutz Westermann, GAMS Software GmbH Lloyd R. Kelly, PhD, Greenmont Energy Consulting, LLC Karim Zein, Greenmont Energy Consulting, LLC GAMS Development Corp. GAMS Software
Optimization with Big Data: Network Flows
Optimization with Big Data: Network Flows Sertac Karaman Assistant Professor of Aeronautics and Astronautics Laboratory for Information and Decision Systems Institute for Data, Systems, and Society Massachusetts
Chapter 1. Introduction
Chapter 1 Introduction Intermodal freight transportation describes the movement of goods in standardized loading units (e.g., containers) by at least two transportation modes (rail, maritime, and road)
Improving Profitability by an Integrated, Collaborative Approach to Supply Chain Optimisation and Management
Improving Profitability by an Integrated, Collaborative Approach to Supply Chain Optimisation and Management David J. Adams, Mgr. Centre of Excellence, Advanced Planning and Scheduling C.E.E. Refining
Incorporating Peak Spreading into a WebTAG Based Demand Model
Incorporating Peak Spreading into a WebTAG Based Demand Model Presented by: Philip Clarke Modelling Director [email protected] Contents 1. Introduction and History of the Model 2. The Full Model
A MILP Scheduling Model for Multi-stage Batch Plants
A MILP Scheduling Model for Multi-stage Batch Plants Georgios M. Kopanos, Luis Puigjaner Universitat Politècnica de Catalunya - ETSEIB, Diagonal, 647, E-08028, Barcelona, Spain, E-mail: [email protected]
Two objective functions for a real life Split Delivery Vehicle Routing Problem
International Conference on Industrial Engineering and Systems Management IESM 2011 May 25 - May 27 METZ - FRANCE Two objective functions for a real life Split Delivery Vehicle Routing Problem Marc Uldry
Muse Server Sizing. 18 June 2012. Document Version 0.0.1.9 Muse 2.7.0.0
Muse Server Sizing 18 June 2012 Document Version 0.0.1.9 Muse 2.7.0.0 Notice No part of this publication may be reproduced stored in a retrieval system, or transmitted, in any form or by any means, without
An optimization model for aircraft maintenance scheduling and re-assignment
Transportation Research Part A 37 (2003) 29 48 www.elsevier.com/locate/tra An optimization model for aircraft maintenance scheduling and re-assignment Chellappan Sriram 1, Ali Haghani * Department of Civil
2040 Southeast Florida Regional Freight Plan
2040 Southeast Florida Regional Freight Plan Presented to Palm Beach MPO Board Presented by Michael Williamson & Erin Kersh Cambridge Systematics, Inc. May 21, 2015 Southeast Florida Has Made Significant
A Branch-Cut-and-Price Approach to the Bus Evacuation Problem with Integrated Collection Point and Shelter Decisions
A Branch-Cut-and-Price Approach to the Bus Evacuation Problem with Integrated Collection Point and Shelter Decisions Marc Goerigk, Bob Grün, and Philipp Heßler Fachbereich Mathematik, Technische Universität
Canadian Rail: Gearing Up in the West
Canadian Rail: Gearing Up in the West WCWGA 42 nd Annual Convention January 6, 2012 Moose Jaw, Saskatchewan Bruce R. Burrows V.P., Public and Corporate Affairs Outline 1. Who we are 2. How Railways Do
Pricing Guide. Overview FD Enterprise License SaaS Packages Dedicated SaaS Shared SaaS. Page 2 Page 3 Page 4 Page 5 Page 8
Pricing Guide Overview FD Enterprise License SaaS Packages Dedicated SaaS Shared SaaS Page 2 Page 3 Page 4 Page 5 Page 8 Overview Dexero FD is an innovative information management solution that offers
Rail 2030: Preparing Today for Tomorrow s Challenges
Rail 2030: Preparing Today for Tomorrow s Challenges Robert McKinstry, Director, Policy, Economic & Environmental Affairs October 18, 2011 Calgary, Alberta Outline 1. Who we are 2. The Context of Canada
Title: Integrating Management of Truck and Rail Systems in LA. INTERIM REPORT August 2015
Title: Integrating Management of Truck and Rail Systems in LA Project Number: 3.1a Year: 2013-2017 INTERIM REPORT August 2015 Principal Investigator Maged Dessouky Researcher Lunce Fu MetroFreight Center
How To Test For Performance And Scalability On A Server With A Multi-Core Computer (For A Large Server)
Scalability Results Select the right hardware configuration for your organization to optimize performance Table of Contents Introduction... 1 Scalability... 2 Definition... 2 CPU and Memory Usage... 2
With offices in the UK, Canada and France, MDT has developed a reputation for structuring and arranging financial solutions for clients worldwide.
MDT is a financial services and investment firm specialising in arranging equity, debt, lease and structured finance for a broad range of clients involved in capital intensive projects and industries.
Simulation of Railway Networks
began a few years ago as a research project at the Swiss Federal Institute of Technology. The aim of the project, Object-Oriented Modeling in Railways, was to develop a userfriendly tool to answer questions
Fleet Management. Warren B. Powell and Huseyin Topaloglu. June, 2002
Fleet Management Warren B. Powell and Huseyin Topaloglu June, 2002 Department of Operations Research and Financial Engineering, Princeton University, Princeton, NJ 08544 Abstract Fleet management addresses
Routing in Line Planning for Public Transport
Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany MARC E. PFETSCH RALF BORNDÖRFER Routing in Line Planning for Public Transport Supported by the DFG Research
Ahsay Online Backup Suite v5.0. Whitepaper Backup speed
Ahsay Online Backup Suite v5.0 Version 5.0.1.0 Jan 2006 Table of Content 1 Introduction...3 2 Testing Configuration and Setup...4 2.1 Hardware and Software Setup...4 2.2 Test Scenarios...4 3 Results...5
When EP terminates the use of Hosting CC OG, EP is required to erase the content of CC OG application at its own cost.
Explanatory Note 1 (Hosting CC OG - For Trading) Section A Notes to the Application a. China Connect Open Gateway (CC OG) : CC OG is a hardware and software component operated by the Exchange Participant,
CHAPTER 4 PERFORMANCE ANALYSIS OF CDN IN ACADEMICS
CHAPTER 4 PERFORMANCE ANALYSIS OF CDN IN ACADEMICS The web content providers sharing the content over the Internet during the past did not bother about the users, especially in terms of response time,
IT@Intel. Comparing Multi-Core Processors for Server Virtualization
White Paper Intel Information Technology Computer Manufacturing Server Virtualization Comparing Multi-Core Processors for Server Virtualization Intel IT tested servers based on select Intel multi-core
HP reference configuration for entry-level SAS Grid Manager solutions
HP reference configuration for entry-level SAS Grid Manager solutions Up to 864 simultaneous SAS jobs and more than 3 GB/s I/O throughput Technical white paper Table of contents Executive summary... 2
Mixed-integer programming models for flowshop scheduling problems minimizing the total earliness and tardiness
Mixed-integer programming models for flowshop scheduling problems minimizing the total earliness and tardiness Débora P. Ronconi Ernesto G. Birgin April 29, 2010 Abstract Scheduling problems involving
Botswana Fuel Price Trends and Forecast
Botswana Fuel Price Trends and Forecast White Paper Updated April 15 (For information purposes only) Introduction Although Botswana s energy requirements are dominated by petrol fuels, the country does
Inland intermodal terminals and freight logistics hubs
Inland intermodal terminals and freight logistics hubs INTRODUCTION Transport planning and land use management are intricately engaged in the spatial design of nodes and links from origin to destination
Minimizing costs for transport buyers using integer programming and column generation. Eser Esirgen
MASTER STHESIS Minimizing costs for transport buyers using integer programming and column generation Eser Esirgen DepartmentofMathematicalSciences CHALMERS UNIVERSITY OF TECHNOLOGY UNIVERSITY OF GOTHENBURG
Research of Railway Wagon Flow Forecast System Based on Hadoop-Hazelcast
International Conference on Civil, Transportation and Environment (ICCTE 2016) Research of Railway Wagon Flow Forecast System Based on Hadoop-Hazelcast Xiaodong Zhang1, a, Baotian Dong1, b, Weijia Zhang2,
A Hybrid Visualization System for Molecular Models
A Hybrid Visualization System for Molecular Models Charles Marion, Joachim Pouderoux, Julien Jomier Kitware SAS, France Sébastien Jourdain, Marcus Hanwell & Utkarsh Ayachit Kitware Inc, USA Web3D Conference
Dynamic Load Balancing of Virtual Machines using QEMU-KVM
Dynamic Load Balancing of Virtual Machines using QEMU-KVM Akshay Chandak Krishnakant Jaju Technology, College of Engineering, Pune. Maharashtra, India. Akshay Kanfade Pushkar Lohiya Technology, College
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) BUS TRACKING AND TICKETING SYSTEM
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN ISSN 0976-6480 (Print) ISSN 0976-6499
GLNX Corporation Complete Solutions for Railcar Management
GLNX Corporation Complete Solutions for Railcar Management GLNX Corporation provides rail cars under full service leases, and also provides a variety of other fleet management services through its division.
COORDINATION PRODUCTION AND TRANSPORTATION SCHEDULING IN THE SUPPLY CHAIN ABSTRACT
Technical Report #98T-010, Department of Industrial & Mfg. Systems Egnieering, Lehigh Univerisity (1998) COORDINATION PRODUCTION AND TRANSPORTATION SCHEDULING IN THE SUPPLY CHAIN Kadir Ertogral, S. David
For personal use only
DECEMBER 2011 Issued 31 January 2012 HIGHLIGHTS INDIAN IRON ORE MINING PROJECT Significant on-site work completed and installation of phase one processing infrastructure underway at Kurnool iron beneficiation
McKesson Radiology 12.0 Technical Requirements
McKesson Radiology 12.0 Technical Requirements McKesson Radiology Version 12.0 is designed to not require workstation replacement, assuming the legacy McKesson PACS hardware meets the specifications listed
CONTENTS Introduction Policy guidance at the ministerial level in Myanmar Railway Vision of National Transport Development Plan (Rail Sector) Rail
13-15 October, 2014 Bangkok, Thailand CONTENTS Introduction Policy guidance at the ministerial level in Myanmar Railway Vision of National Transport Development Plan (Rail Sector) Rail Sector Strategic
Dynamic Vehicle Routing in MATSim
Poznan University of Technology Department of Motor Vehicles and Road Transport ZPSiTD Dynamic Vehicle Routing in MATSim Simulation and Optimization Michal Maciejewski [email protected]
GLOBAL COMMODITY TRADING GR ADUATE PROGR AMME
GLOBAL COMMODITY TRADING GR ADUATE PROGR AMME WE SOURCE, STORE, BLEND AND DELIVER ESSENTIAL RAW MATERIALS AND COMMODITIES. 2 Future Talent Trafigura is one of the world s leading independent commodity
AN OPTIMAL STRATEGY FOR YARD TRUCKS MANAGEMENT IN HONG KONG CONTAINER TERMINALS
AN OPTIMAL STRATEGY FOR YARD TRUCKS MANAGEMENT IN HONG KONG CONTAINER TERMINALS Z. X. Wang Department of Industrial and Systems Engineering, The Hong Kong Polytechnic University, Hong Kong E-mail: [email protected]
OpenFlow with Intel 82599. Voravit Tanyingyong, Markus Hidell, Peter Sjödin
OpenFlow with Intel 82599 Voravit Tanyingyong, Markus Hidell, Peter Sjödin Outline Background Goal Design Experiment and Evaluation Conclusion OpenFlow SW HW Open up commercial network hardware for experiment
LabStats 5 System Requirements
LabStats Tel: 877-299-6241 255 B St, Suite 201 Fax: 208-473-2989 Idaho Falls, ID 83402 LabStats 5 System Requirements Server Component Virtual Servers: There is a limit to the resources available to virtual
Packet-based Network Traffic Monitoring and Analysis with GPUs
Packet-based Network Traffic Monitoring and Analysis with GPUs Wenji Wu, Phil DeMar [email protected], [email protected] GPU Technology Conference 2014 March 24-27, 2014 SAN JOSE, CALIFORNIA Background Main
Pipkins Hosts a Cost-effective Cloud Solution Without Compromise
Pipkins Hosts a Cost-effective Cloud Solution Without Compromise Pipkins Hosts a Cost-effective Cloud Solution Without Compromise Industry leader in call center workforce management innovates a hosted
Network Optimization using AIMMS in the Analytics & Visualization Era
Network Optimization using AIMMS in the Analytics & Visualization Era Dr. Ovidiu Listes Senior Consultant AIMMS Analytics and Optimization Outline Analytics, Optimization, Networks AIMMS: The Modeling
Energy Constrained Resource Scheduling for Cloud Environment
Energy Constrained Resource Scheduling for Cloud Environment 1 R.Selvi, 2 S.Russia, 3 V.K.Anitha 1 2 nd Year M.E.(Software Engineering), 2 Assistant Professor Department of IT KSR Institute for Engineering
An optimisation framework for determination of capacity in railway networks
CASPT 2015 An optimisation framework for determination of capacity in railway networks Lars Wittrup Jensen Abstract Within the railway industry, high quality estimates on railway capacity is crucial information,
Informatica Data Director Performance
Informatica Data Director Performance 2011 Informatica Abstract A variety of performance and stress tests are run on the Informatica Data Director to ensure performance and scalability for a wide variety
Instituto de Engenharia de Sistemas e Computadores de Coimbra Institute of Systems Engineering and Computers INESC Coimbra
Instituto de Engenharia de Sistemas e Computadores de Coimbra Institute of Systems Engineering and Computers INESC Coimbra João Clímaco and Marta Pascoal A new method to detere unsupported non-doated solutions
PARALLELS SERVER BARE METAL 5.0 README
PARALLELS SERVER BARE METAL 5.0 README 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This document provides the first-priority information on the Parallels Server Bare Metal
DATA ANALYSIS II. Matrix Algorithms
DATA ANALYSIS II Matrix Algorithms Similarity Matrix Given a dataset D = {x i }, i=1,..,n consisting of n points in R d, let A denote the n n symmetric similarity matrix between the points, given as where
A Column Generation Model for Truck Routing in the Chilean Forest Industry
A Column Generation Model for Truck Routing in the Chilean Forest Industry Pablo A. Rey Escuela de Ingeniería Industrial, Facultad de Ingeniería, Universidad Diego Portales, Santiago, Chile, e-mail: [email protected]
Charles Endirect Ltd and the CELTEK Central Management System
Charles Endirect Ltd and the CELTEK Central Management System ELEXON Test Evidence Report Overview The CELtek CMS is an advanced service for the remote control of street lights. Charles Endirect in partnership
Policy-Based Fault Management for Integrating IP over Optical Networks
Policy-Based Fault Management for Integrating IP over Optical Networks Cláudio Carvalho 1, Edmundo Madeira 1, Fábio Verdi 2, and Maurício Magalhães 2 1 Institute of Computing (IC-UNICAMP) 13084-971 Campinas,
A Continuous-Time Formulation for Scheduling Multi- Stage Multi-product Batch Plants with Non-identical Parallel Units
European Symposium on Computer Arded Aided Process Engineering 15 L. Puigjaner and A. Espuña (Editors) 2005 Elsevier Science B.V. All rights reserved. A Continuous-Time Formulation for Scheduling Multi-
Cloud Based Asset Management Case Study
Cloud Based Asset Management Case Study Presenter: Henry Popplewell, SVP and GM, SkyBitz Kate Gardner, Director of Information Technology, Taylor Truck Line, Inc. Presenters Henry Popplewell, Senior Vice
Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved.
Parallels Virtuozzo Containers 4.0 for Linux Readme Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved. This document provides the first-priority information on Parallels Virtuozzo Containers
Automated Model Based Testing for an Web Applications
Automated Model Based Testing for an Web Applications Agasarpa Mounica, Lokanadham Naidu Vadlamudi Abstract- As the development of web applications plays a major role in our day-to-day life. Modeling the
e-config Data Migration Guidelines Version 1.1 Author: e-config Team Owner: e-config Team
Data Migration was a one-time optional activity to migrate the underlying portfolio database in e- config and was only needed during the e-config Upgrade that was rolled out on January 21, 2013. This document
Carbon Footprint of Refrigerated Goods Transportation
Quality Matters! CCA Annual General Meeting, Berlin 6-7 May 2010 Carbon Footprint of Refrigerated Goods Transportation Comparison of Air, Land and Sea transport under Design Conditions and in Real Operation
U.S. Energy Outlook. Oil and Gas Strategies Summit May 21, 2014 New York, NY. By Adam Sieminski, EIA Administrator
U.S. Energy Outlook May 21, 214 New York, NY By Adam Sieminski, EIA Administrator U.S. Energy Information Administration Independent Statistics & Analysis www.eia.gov The U.S. has experienced a rapid increase
System Optimizer Solution for resource planning, capacity expansion, and emissions compliance for portfolio optimization
System Optimizer Solution for resource planning, capacity expansion, and emissions compliance for portfolio optimization System Optimizer is the portfolio management solution to prepare resource plans,
CLC Server Command Line Tools USER MANUAL
CLC Server Command Line Tools USER MANUAL Manual for CLC Server Command Line Tools 2.5 Windows, Mac OS X and Linux September 4, 2015 This software is for research purposes only. QIAGEN Aarhus A/S Silkeborgvej
Customer User Guide 1-STOP COMBIS DASHBOARDS & REPORTS. Business Intelligence Suite CUSTOMER USER GUIDE VERSION 1.0
Customer User Guide Business Intelligence Suite 1-STOP COMBIS DASHBOARDS & REPORTS CUSTOMER USER GUIDE VERSION 1.0 CONTENTS 1 How to use this guide... 3 1.1 Confidentiality... 3 1.2 Purpose of this guide...
