Container Handling Using Multi-agent Architecture

Size: px
Start display at page:

Download "Container Handling Using Multi-agent Architecture"

Transcription

1 Container Handling Using Multi-agent Architecture Meriam Kefi 1, Ouajdi Korbaa 2, Khaled Ghedira 1, and Pascal Yim 2 1 Ecole Nationale des Sciences de l Informatique Université de Manouba 2010 Manouba, Tunisie 2 Ecole Centrale de Lille BP 48, Cité scientifique, F59651Villeneuve d Ascq, France Meriem.Elkefi@ec-lille.fr, Khaled.Ghedira@isg.rnu.tn, {Ouajdi.Korbaa, Pascal.Yim@ec-lille.fr Abstract. Container terminals are essential intermodal interfaces in the global transportation network. Efficient container handling at terminals is important in reducing transportation costs and keeping shipping schedules. This paper discusses a multi-agent model to simulate, solve and optimize the amount of storage space for handling container departures within a fluvial or maritime port. The multi-agent model is developed to minimize the expected total number of rehandles while respecting spatio-temporal constraints. Experimental and numerical runs are given and illustrated. These runs carry out the proposed multi-agent model with comparison to the associated centralized version, basing on non-informed search algorithm and informed search algorithm. They show that the multi-agent model reduces rather the number of expected relocation movements especially when basing on informed search algorithm. Keywords: Container terminal, Space allocation, transportation, Container stacking, Multi-agent systems. 1 Introduction The improvement of customer service in fluvial or maritime ports constituted of container terminals becomes an important problem facing the big concurrence between ports. One of the measures of performance of this service is the berthing time of ships. This time is composed in major part of container loading and unloading time. To reduce loading duration, it is necessary to choose adequate storage slots either for the arriving containers or for the shifted containers after successive departures of others, in order to be loaded efficiently (minimization of the number of re-handles) within a vessel. This operation allying transfer, stacking and unstacking of containers is claimed to be an important problem among the decision problems met in container terminal [12]. In literature, few studies are dedicated to this problem which is known by "Container Stacking Problem". [6] proposed dynamic programming to attain an ideal configuration while minimizing the number of containers to move and the follow-on travelled distance. The problem is divided into two sub-problems: Bay matching and N.T. Nguyen et al. (Eds.): KES-AMSTA 2007, LNAI 4496, pp , Springer-Verlag Berlin Heidelberg 2007

2 686 M. Kefi et al. move planning problem, and moving tasks sequencing problem. A mathematical model is used for the resolution of each sub-problem. It is noted worthy that [10] used genetic algorithms in their study to reduce container transfer and handling times and thereafter the berthing time of ship at port quays. An interesting work, propounded by [7], dealt with the problem of determination of the best storage slot for containers with the aim of minimizing the number of expected relocation movements in loading operation. They deployed the weight of the container as criteria to define certain priority between the different containers to be stacked in the storage yard. [1] provided an empiric and comparative survey of the different strategies of container storage in a terminal port according to several parameters. Another work [8] proposed a cost model for determining the optimal storage position and the optimal number of cranes used for container handling. A recent work [9] has described a model to determine in real time the best slot of an arriving container in the storage yard, while minimizing the number of the expected relocation movements at the phase of loading containers in a ship. It should be noted that these studies often used the above-mentioned mathematical models to solve the underlined problem. These models were not very efficient and successful seen the complexity and the dynamicity of this problem. Besides, we observe that the multi - agent approach used in [2], [11] and [5] is applied very insufficiently to solve the problem of container stacking. In this paper, we focus on container handling when container departures occur, while the majority of related works are focused on container arrivals. Furthermore, we opt for the distributed resolution via the multi-agent systems. In fact, these systems prove to lend themselves to model phenomena in which the interactions between various entities are too complex to be apprehended by classic tools of mathematical modelling. Therefore, we set a multi- agent model to solve the problem of container storage. We refer to concepts that are exploited in a multi-agent context to solve combinatorial problems by Ghedira [4], and in eco-solving method applied to solve the Block world Problem [2]. The remainder of this paper is organized as follows. Section 2 presents parameters, hypotheses and objective of the considered problem. Section 3 describes the architecture of the proposed multi-agent model. Section 4 details the dynamic of this model. Section 5 provides corresponding numerical results. Some conclusions and perspectives are drawn in the last section 6. 2 Problem Description Our essential concern is to arrange the containers in adequate slots with respect to spatio-temporal constraints in order to minimize the relocation movements precisely the unproductive movements at the moment of their departure in order to be loaded on vessels (i.e., when an outside truck or vessel arrives in a random manner and requests a container, one of the difficult problems in the yard operation is that it takes too much handling effort to re-handle containers on the top of the requested container).

3 Container Handling Using Multi-agent Architecture 687 It should be mentioned that in port s storage yard, distances are not very big. Therefore, the time that a reach stacker takes to transport a container from one slot to another is very similar whatever the position of the container is. For this reason, we focus on the relocation movements which induce delays. Thus, our study seeks to answer the following question: after every departure of some containers, how can we rearrange the containers unconcerned by this departure in most adequate manner? The rationale underlying this was to manage the next departures efficiently (i.e., retrieving easily the containers to load on vessel) as well as the next arrivals (i.e., determining easily the appropriate slots for the containers to stack). To clarify the problem raised, we present next its parameters, its hypotheses, its constraints and its objectives. 2.1 Parameters The following parameters were taken into account in our study: - A storage yard composed of M Slots, - N ISO Containers stocked in stacks, - H max : the maximal height of stacks, - initconfig: an initial arrangement of the N containers in the M available slots, - finconfig: a final possible arrangement of deranged containers after the departure of some ones. This arrangement must be attained from initconfig. 2.2 Hypotheses We adopt the following hypotheses: - Container arrival and a departure cannot coincide, - The departure order of different containers is known, while their arrival order is unknown, - Only one container arrives at once, - The containers of different dimensions (1 TEU, 2 TEU etc.) are stacked on two different storage yards, - A movement consists on removing a container and putting it somewhere, - Vessels are classified as A, B, C, D, E, and F according to the chronological order of their departure dates which are known in advance, - Vessels of which the exact departure dates are beyond F are called Y. - Vessels of which the departure dates is completely unknown are called Z, - We associate to every container the vessel whereby it is going to leave (A, B, C, D, E, F Y & Z) which determines implicitly its departure date t. For example, for two different containers C and C, if C is going to leave on vessel A and C is going to leave on vessel B, C, D,.. or Y then t (C) <t (C '), - The containers are categorized identically to the associated vessels. For example a container is of category A if it is going to leave on vessel A, - One container is prioritized to another container if the category of the former is less than the category of the latter (A<B<C<D<E<F).

4 688 M. Kefi et al. 2.3 Objectives The objective of the present study is to determine firstly a feasible sequence of successive unstacking stacking operations, and then approximate one that minimises container rehandles, considering temporal and spatial constraints. To achieve this objective, we have developed a multi-agent model implementing both non informed and informed algorithms. This model will be detailed in the next section. 3 Architecture of Multi-agent Model 3.1 Assumptions and Definitions - A Container agent corresponds to each container, - A Container agent cannot be placed on another one unless it is free. - Container agent j blocks another Container agent i, if its own category is greater than the category of i, - A Container agent is satisfied, if it is placed in a slot without blocking another one. - The state of a Container agent is either satisfied or unsatisfied. - A Container agent is free if he does not have Container agents above. 3.2 Architecture The agents defined in the proposed multi-agent model are: the Container agent and the Interface agent. The Container agent is defined by its acquaintances formed by the other Container agents and the agent Interface, its static knowledge: identifier, destination port, load, tare and dimension; and its dynamic knowledge: category, the Container agent under, the Container agent on and State. Its behaviour will be described in the following section. 4 Multi-Agent Dynamic Here, we provide a description of the dynamic of the set up multi-agent model: the main steps of the solving process, and the most important messages exchanged between the different agents and incorporated into their behaviour. 4.1 Solving Process The solving process associated to the multi-agent model is composed essentially of the following steps: - Setting the state of the Container agents which block the Container agents A to "Unsatisfied". - Departure of the Container agents A. - The Container agents which blocked the Container agents A are deranged, and then they search a new adequate slot by diffusing a message "Search-Place" to their acquaintances to request a new appropriate slot eventually. - Reception of messages: "I_m_Free" et "I_m_Sorry".

5 Container Handling Using Multi-agent Architecture When receiving messages "I_m_Free", then a Container agent sends the message "Migrate" to the free Container agent. - Sending "I_am_Leaving": one Container agent leaves its current slot only if it received a message "Confirm" from the Container agent which is accepting it to be on. - Finishing if all the containers are satisfied. 4.2 Exchanged Messages The solving process above described is based on a negotiation protocol that involves different types of messages exchanged between two different Container agents i and j: - "I_am_Blocked": i wants to be free to leave its slot; it is blocked in by j. - "Search_Place»: i is looking for an appropriate slot. - "I_am_Free»: i informs j that it is free and then proposes to j to take place on it. - "Apologize": i informs j that it can not accept it on because there is an other Container agent which takes the place. This is due to the asynchronous aspect of exchanging messages in a Multi-Agent model generally. - "Migration": i asks j if it possible to be above. - "Confirmation": i accepts definitively j to be on. - "Rejection»: i refuses the migration request of j. - "I_m_Leaving": i informs j that it goes away, so j becomes free. These messages are invoked through a global behavior procedure: Procedure Global_Behaviour() { ACLMessage msg = receive(aclmessage.inform); if (msg!= null) { if ( (msg == ("you_are_free")) { I_m_Free(Sender); if ( (msg ==("you_block_me")) { I_Block(); if ( (msg ==("Search_place")) { Search_place_for(Sender)); if ( (msg ==("on_you")) { On_me(Sender); if ( (msg ==("I_m_Free")) { It_is_Free(Sender); if ( (msg ==("appologize")) { It_applogizes(Sender);

6 690 M. Kefi et al. if ((msg == ("CIAO")){ dodelete(); if((msg == ("update")){ update_coordinates(msg); if((msg == ("confirm")){ It_confirms(Sender, SenderState); if((msg == ("reject")){ It_rejects(); 5 Experimental Results We used JADE platform: to implement the proposed multi-agent model. To evaluate our model, we have first developed the distributed version and the corresponding centralized version, and then we have associated to each one a non informed search algorithm and an informed search algorithm, i.e. in the former, the determination of a new slot for each Container agent is done randomly. By the opposite, in the latter a tested heuristic is applied locally to each Container agent who is searching an appropriate place. The following graphics show plots comparing these versions. We represent on axis Y the total number of unproductive movements in function of random-generated Fig. 1. This figure shows a comparison between the Distributed version DNIA "Distributed Non Informed Algorithm" and the centralized version CNIA "Centralized Non Informed Algorithm", both based on non informed algorithm

7 Container Handling Using Multi-agent Architecture 691 instances mentioned on Axis X. Each instance signifies an initial configuration with a certain number of containers. We note that the numerical results correspond to 10-run average for each generated instance. As shown (Fig. 1), the distributed version outperforms slightly the centralised version given a non informed algorithm to solve the underlying problem. This enhancement is due to cooperation between the agents of our Multi-agent model. In fact, cooperation helps to reach near values in ten runs of the same instance. Fig. 2. This figure shows a comparison between two Distributed versions: one based on non informed algorithm DNIA «Distributed Non Informed Algorithm» and the other based on informed algorithm DIA «Distributed Informed Algorithm " Fig. 3. This figure shows a comparison between the Distributed version DIA "Distributed Informed Algorithm" and the Centralized version CIA "Centralized Informed Algorithm", both based on informed algorithm

8 692 M. Kefi et al. To improve the previous results, we have introduced an intelligence degree on the behaviour of the Container agents using an informed algorithm, i.e. when searching a new place; each Container agent does not select randomly a new slot among received proposals, but it applies intelligibly a tested heuristic. Then, as shown (Fig. 2, Fig. 3), a significant improvement is noted particularly when the number of containers is increasing with comparison to the distributed version with non informed algorithm and the centralised version with an informed algorithm. Fig. 4. This figure shows a comparison between the Distributed version based on informed algorithm DIA "Distributed Informed Algorithm" and the Centralized version based on non informed algorithm CNIA: Centralized Non Informed Algorithm" As we clearly observe, the results (Fig. 4) show a larger enhancement which is due to the combination of distributed algorithm and informed algorithm. Indeed, introducing intelligence on Container agent behavior led to reduce significantly the total number of unproductive movements. We should notice that the number of containers is not sufficient to characterize a generated initial configuration (number of containers 18). We should determine a more significant parameter to evaluate the evolution of the unproductive movements. This constitutes one point of interest in our current works. 6 Conclusion In this paper, we described and developed a multi-agent model to solve and optimize the container handling on ports, especially the container stacking process after container departures. This model involves uniquely Container agents, which cooperate, coordinate and negotiate within a solving process. This paper provides empirical and comparative studies showing that multi-agent model where we are introducing intelligence degree within agent behaviour via informed algorithm outperforms considerably the multi-agent model with non

9 Container Handling Using Multi-agent Architecture 693 informed algorithm which is slightly enhancing the centralised version of the proposed model with non informed algorithm. Currently, we proceed to develop the proposed multi-agent model, to extend it taking into account both container departures and arrivals. References 1. Duinkerken, M.B., Evers, J.-J.M., Ottjes, J. A.: A simulation model for integrating quay transport and stacking policies automated containers terminals. Proceedings of the 15th European Simulation Multi-conference, Prague (2001) 2. Ferber, J.: Les systèmes multi-agents: vers une intelligence collective (1995) 3. Gambardella, L.M., Rizzoli, A.E., Zaffalon M.: Simulation and planning of an intermodal container terminal. Simulation, Vol. 71. (1998) Ghedira, K., Verfaillie, G.: A Multi-Agent Model for the Resource Allocation Problem: A Reactive Approach. Proceedings of the 10th European Conference on Artificial Intelligence, Vienna, Austria (1992) Henesey, L., Wernstedt, F., Davidsson, P.: Market-Driven Control in Container Terminal Management. Proceedings of the 2nd International Conference on Computer Applications and Information Technology in the Maritime Industries, Hamburg, Germany (2003) Kim, K.H., Bae, J.W.: Re-marshaling export containers in port container terminals. Computers & Industrial Engineering, Vol. 35. (1998) Kim, K.H., Park, Y.M., Ryu, K.R.: Deriving decision rules to locate export containers in container yards. European Journal of Operational Research, Vol (2000) Kim, K.H., Kim, H.B.: The optimal sizing of the storage space and handling facilities for import containers. Transportation Research, Vol. 36. (2002) Korbaa, O., Yim, P.: Container Assignment to Stock in a Fluvial Port. International Conference on Systems, Man and Cybernetics, The Netherlands (2004) 10. Kozan, E., Preston, P.: Genetic algorithms to schedule container transfers at multimodal terminals. International Transactions in Operational Research, Vol. 6. (1999) Rebollo, M., Julian, V., Carrascosa, C., Botti, V.: A Multi-Agent System for the Automation of a Port Container Terminal. Autonomous Agents workshop on Agents in Industry, Barcelona, Spain (2000) 12. Vis, I.F.A., De Koster, R.: Transshipment of containers at a container terminal: an overview. European Journal of Operational Research, Vol (2003) 1-16

Rehandling Strategies for Container Retrieval

Rehandling Strategies for Container Retrieval Rehandling Strategies for Container Retrieval Tonguç Ünlüyurt and Cenk Aydin Sabanci University, Faculty of Engineering and Natural Sciences e-mail: tonguc@sabanciuniv.edu 1 Introduction In this work,

More information

Container Terminal Modelling in Simul8 Environment

Container Terminal Modelling in Simul8 Environment Acta Technica Jaurinensis Series Logistica Vol. 6. No. 4. 2013 Container Terminal Modelling in Simul8 Environment G. Bohács, B. Kulcsár, D. Gáspár Budapest University of Technology and Economics 1111 Budapest,

More information

Dispatching Policy Selection and Orbit Design in the Low Viaduct Rail Transportation System

Dispatching Policy Selection and Orbit Design in the Low Viaduct Rail Transportation System Page 1 of 14 ANZAM 2009 Dispatching Policy Selection and Orbit Design in the Low Viaduct Rail Transportation System Dr.DING Yizhong * and Dr.HAN Xiaolong Logistics Research Center, Shanghai Maritime University,

More information

Hybrid search method for integrated scheduling problem of container-handling systems

Hybrid search method for integrated scheduling problem of container-handling systems Hybrid search method for integrated scheduling problem of container-handling systems Feifei Cui School of Computer Science and Engineering, Southeast University, Nanjing, P. R. China Jatinder N. D. Gupta

More information

A PETRI NET MODEL FOR SIMULATION OF CONTAINER TERMINALS OPERATIONS

A PETRI NET MODEL FOR SIMULATION OF CONTAINER TERMINALS OPERATIONS Advanced OR and AI Methods in Transportation A PETRI NET MODEL FOR SIMULATION OF CONTAINER TERMINALS OPERATIONS Guido MAIONE 1, Michele OTTOMANELLI 1 Abstract. In this paper a model to simulate the operation

More information

DISPATCHING TRANSPORT VEHICLES IN MARITIME CONTAINER TERMINALS

DISPATCHING TRANSPORT VEHICLES IN MARITIME CONTAINER TERMINALS DISPATCHING TRANSPORT VEHICLES IN MARITIME CONTAINER TERMINALS by Pyung-Hoi Koo Department of Systems Management and Engineering, Pukyong National University, Busan, Korea Yongsoro 45, Namgu, Busan, South

More information

MANAGEMENT OF DANGEROUS GOODS IN CONTAINER TERMINAL WITH MAS MODEL

MANAGEMENT OF DANGEROUS GOODS IN CONTAINER TERMINAL WITH MAS MODEL MANAGEMENT OF DANGEROUS GOODS IN CONTAINER TERMINAL WITH MAS MODEL Mansoriya Hamidou *, Dominique Fournier *, Eric Sanlaville *, Frédéric Serin * * Litis Laboratory - University of Le Havre, France ( *

More information

A SIMULATION MODEL FOR INTEGRATING QUAY TRANSPORT AND STACKING POLICIES ON AUTOMATED CONTAINER TERMINALS

A SIMULATION MODEL FOR INTEGRATING QUAY TRANSPORT AND STACKING POLICIES ON AUTOMATED CONTAINER TERMINALS A SIMULATION MODEL FOR INTEGRATING QUAY TRANSPORT AND STACKING POLICIES ON AUTOMATED CONTAINER TERMINALS Mark B. Duinkerken, Joseph J.M. Evers and Jaap A. Ottjes Faculty of OCP, department of Mechanical

More information

Optimization of Container Operations at Inland Intermodal Terminals

Optimization of Container Operations at Inland Intermodal Terminals Optimization of Container Operations at Inland Intermodal Terminals Chiara Colombaroni, Gaetano Fusco, Natalia Isaenko Dipartimento di Ingegneria Civile Edile e Ambientale University of Rome Sapienza Rome,

More information

A DISCRETE-EVENT SYSTEM APPROACH TO MULTI-AGENT DISTRIBUTED CONTROL OF CONTAINER TERMINALS

A DISCRETE-EVENT SYSTEM APPROACH TO MULTI-AGENT DISTRIBUTED CONTROL OF CONTAINER TERMINALS A DISCRETE-EVENT SYSTEM APPROACH TO MULTI-AGENT DISTRIBUTED CONTROL OF CONTAINER TERMINALS Guido Maione DEESD, Technical University of Bari, Viale del Turismo, 8-74100, Taranto, Italy gmaione@poliba.it

More information

Modeling and analyzing of railway container hub scheduling system based on multi-agent system

Modeling and analyzing of railway container hub scheduling system based on multi-agent system ISSN 1816-6075 (Print), 1818-0523 (Online) Journal of System and Management Sciences Vol. 2 (2012) No. 1, pp. 31-39 Modeling and analyzing of railway container hub scheduling system based on multi-agent

More information

Optimization and Simulation Approach for Empty Containers Handling

Optimization and Simulation Approach for Empty Containers Handling Optimization and Simulation Approach for Empty Containers Handling Chafik Razouk / PhD Student at ENSIAS Cedoc ST2I Operations Research & Logistics UM5S Université de Rabat Rabat, Morocco Youssef Benadada

More information

DEVELOPMENT OF OPERATION STRATEGY TO IMPROVE EFFICIENCY FOR TWIN AUTOMATED TRANSFER CRANE IN AN AUTOMATED CONTAINER TERMINAL

DEVELOPMENT OF OPERATION STRATEGY TO IMPROVE EFFICIENCY FOR TWIN AUTOMATED TRANSFER CRANE IN AN AUTOMATED CONTAINER TERMINAL DEVELOPMENT OF OPERATION STRATEGY TO IMPROVE EFFICIENCY FOR TWIN AUTOMATED TRANSFER CRANE IN AN AUTOMATED CONTAINER TERMINAL Byung Joo PARK 1, Hyung Rim CHOI 2 1 Research Professor, Department of MIS,

More information

A Framework for Integrating Planning Activities in Container Terminals

A Framework for Integrating Planning Activities in Container Terminals A Framework for Integrating Planning Activities in Container Terminals August 30th, 2007 S. H. Won and K. H. Kim Dept. of Industrial Engineering, Pusan National University, South Korea Contents 1 Introduction

More information

Segregating space allocation models for container inventories in port container terminals

Segregating space allocation models for container inventories in port container terminals Int. J. Production Economics 59 (1999) 415 423 Segregating space allocation models for container inventories in port container terminals Kap Hwan Kim*, Hong Bae Kim Department of Industrial Engineering,

More information

Optimizing a Containership Stowage Plan. using a modified Differential Evolution algorithm

Optimizing a Containership Stowage Plan. using a modified Differential Evolution algorithm Optimizing a Containership Stowage Plan using a modified Differential Evolution algorithm Speaker: Dr. Yun Dong ydong@tli.neu.edu.cn Supervisor: Pro. Lixin Tang Lixintang@mail.neu.edu.com The Logistics

More information

A Fuzzy Logic Model for the Container Stacking Problem at Container Terminals

A Fuzzy Logic Model for the Container Stacking Problem at Container Terminals A Fuzzy Logic Model for the Container Stacking Problem at Container Terminals Jana Ries 1, Rosa G. González-Ramírez 2, and Pablo Miranda 2 1 Portsmouth Business School, University of Portsmouth, Portland

More information

Coalition-based Approach for Reach Stackers Routing Problem in Container Terminals

Coalition-based Approach for Reach Stackers Routing Problem in Container Terminals Coalition-based Approach for Reach Stackers Routing Problem in Container Terminals H. Bouzidi, M. Kefi and K. Ghédira SOIE Laboratory, University of Tunis, Tunisia Abstract The emergence of containerization

More information

SIMULATION AND OPTIMIZATION OF SELECTED CLASSIFICATION NUMBERS AT A CONTAINER TERMINAL: TECON - RIO GRANDE, BRAZIL

SIMULATION AND OPTIMIZATION OF SELECTED CLASSIFICATION NUMBERS AT A CONTAINER TERMINAL: TECON - RIO GRANDE, BRAZIL SIMULATION AND OPTIMIZATION OF SELECTED CLASSIFICATION NUMBERS AT A CONTAINER TERMINAL: TECON - RIO GRANDE, BRAZIL Leif Hendrik Meier Andreas Lackner Helge Fischer Jörg Biethahn University of Göttingen,

More information

Traffic Control of Internal Tractors in Port Container Terminal using Simulation

Traffic Control of Internal Tractors in Port Container Terminal using Simulation Proceedings of the 17th World Congress The International Federation of Automatic Control Traffic Control of Internal Tractors in Port Container Terminal using Simulation Henry Y. K. Lau* Nicole M. Y. Lee**

More information

Simulation of Container Queues for Port Investment Decisions

Simulation of Container Queues for Port Investment Decisions The Sixth International Symposium on Operations Research and Its Applications (ISORA 06) Xinjiang, China, August 8 12, 2006 Copyright 2006 ORSC & APORC pp. 155 167 Simulation of Container Queues for Port

More information

D DAVID PUBLISHING. Stacking Sequence of Marine Container Minimizing Space in Container Terminals. 1. Introduction. Ning Zhang and Yutaka Watanabe

D DAVID PUBLISHING. Stacking Sequence of Marine Container Minimizing Space in Container Terminals. 1. Introduction. Ning Zhang and Yutaka Watanabe Journal of Traffic and Transportation Engineering 4 (2016) 86-93 doi: 10.1726/2328-2142/2016.02.003 D DAVID PUBLISHING Stacking Sequence of Marine Container Minimizing Space in Container Terminals Ning

More information

Efficient Container Security Operations at Transshipment Seaports

Efficient Container Security Operations at Transshipment Seaports 1 Efficient Container Security Operations at Transshipment Seaports Brian M. Lewis, Alan L. Erera, and Chelsea C. White III Abstract This paper describes an approach for aiding the management of a container

More information

SIMULATION AND FORECASTING IN INTERMODAL CONTAINER TERMINAL

SIMULATION AND FORECASTING IN INTERMODAL CONTAINER TERMINAL SIMULATION AND FORECASTING IN INTERMODAL CONTAINER TERMINAL Luca Maria Gambardella 1, Gianluca Bontempi 1, Eric Taillard 1, Davide Romanengo 2, Guido Raso *2, Pietro Piermari 3 1 IDSIA, Istituto Dalle

More information

Berth allocation planning in Seville inland port by simulation and optimisation

Berth allocation planning in Seville inland port by simulation and optimisation Berth allocation planning in Seville inland port by simulation and optimisation Carlos Arango 1, Pablo Cortés 1, Jesús Muñuzuri 1, Luis Onieva 1 1 Ingeniería de Organización. Engineering School of Seville.

More information

Agent-Based Container Terminal Optimisation

Agent-Based Container Terminal Optimisation Agent-Based Container Terminal Optimisation Michael Winikoff Hanno-Felix Wagner Thomas Young Stephen Cranefield Roger Jarquin Guannan Li Brent Martin Rainer Unland The Information Science Discussion Paper

More information

Container Transfer Logistics at Multimodal Container Terminals

Container Transfer Logistics at Multimodal Container Terminals Container Transfer Logistics at Multimodal Container Terminals Erhan Kozan School of Mathematical Sciences, Queensland University of Technology Brisbane Qld 4001 Australia e.kozan@qut.edu.au Abstract:

More information

Management of Container Terminal Operations Using Monte Carlo Simulation

Management of Container Terminal Operations Using Monte Carlo Simulation Management of Container Terminal Operations Using Monte Carlo Simulation Alali, K & Al-Bazi, A Published PDF deposited in Coventry University s Repository Original citation: Alali, K & Al-Bazi, A 2013,

More information

DISCRETE-EVENT SIMULATION OF A COMPLEX INTERMODAL CONTAINER TERMINAL A Case-Study of Standard Unloading/Loading Processes of Vessel Ships

DISCRETE-EVENT SIMULATION OF A COMPLEX INTERMODAL CONTAINER TERMINAL A Case-Study of Standard Unloading/Loading Processes of Vessel Ships DISCRETE-EVENT SIMULATION OF A COMPLEX INTERMODAL CONTAINER TERMINAL A Case-Study of Standard Unloading/Loading Processes of Vessel Ships Guido Maione DEESD, Technical University of Bari, Viale del Turismo

More information

Industrial Engineering Applications to Optimize Container Terminal Operations

Industrial Engineering Applications to Optimize Container Terminal Operations Industrial Engineering Applications to Optimize Container Terminal Operations Asela K. Kulatunga* & D.H. Haasis+ *glink Postdoctoral researcher, University of Bremen Germany Senior Lecturer, Faculty of

More information

A Method of Container Terminal Resources Scheduling Simulation Research Li Mingqi, Zhang Peng*, Du Yuyue

A Method of Container Terminal Resources Scheduling Simulation Research Li Mingqi, Zhang Peng*, Du Yuyue Joint International Mechanical, Electronic and Information Technology Conference (JIMET 2015) A Method of Container Terminal Resources Scheduling Simulation Research Li Mingqi, Zhang Peng*, Du Yuyue College

More information

Simulation-Based Dynamic Partitioning of Yard Crane Workload for Container Terminal Operations

Simulation-Based Dynamic Partitioning of Yard Crane Workload for Container Terminal Operations Simulation-Based Dynamic Partitioning of Yard Crane Workload for Container Terminal Operations Xi Guo, Shell Ying Huang, Wen Jing Hsu and Malcolm Yoke Hean Low School of Computer Engineering Nanyang Technological

More information

Solving the Resource Allocation Problem in a Multimodal Container Terminal as a Network Flow Problem

Solving the Resource Allocation Problem in a Multimodal Container Terminal as a Network Flow Problem Author manuscript, published in "Computational Logistics, Jürgen W. Böse, Hao Hu, Carlos Jahn, Xiaoning Shi, Robert Stahlbock, Stefan Voß (Ed.) (2011) 341-353" DOI : 10.1007/978-3-642-24264-9_25 Solving

More information

Design of an Automated Transportation System in a Seaport Container Terminal for the Reliability of Operating Robots

Design of an Automated Transportation System in a Seaport Container Terminal for the Reliability of Operating Robots Design of an Automated Transportation System in a Seaport Container Terminal for the Reliability of Operating Robots Satoshi Hoshino and Jun Ota Abstract For the design of an automated transportation system

More information

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Z.X. Wang, Felix T.S. Chan, and S.H. Chung Abstract Storage allocation and yard trucks scheduling

More information

Tactical Planning using Heuristics

Tactical Planning using Heuristics Tactical Planning using Heuristics Roman van der Krogt a Leon Aronson a Nico Roos b Cees Witteveen a Jonne Zutt a a Delft University of Technology, Faculty of Information Technology and Systems, P.O. Box

More information

Space-Sharing Strategy for Building Dynamic Container Yard Storage Considering Uncertainty on Number of Incoming Containers

Space-Sharing Strategy for Building Dynamic Container Yard Storage Considering Uncertainty on Number of Incoming Containers Jurnal Teknik Industri, Vol. 19, No. 2, December 2017, 67-74 ISSN 1411-2485 print / ISSN 2087-7439 online DOI: 10.9744/jti.19.2.67-74 Space-Sharing Strategy for Building Dynamic Container Yard Storage

More information

Scheduling Quay Crane and Yard Equipment A case study of terminal in Central region

Scheduling Quay Crane and Yard Equipment A case study of terminal in Central region Thousand TEU Scheduling Quay Crane and Yard Equipment A case study of terminal in Central region Phong Ho Thanh Department of Industrial and Systems Engineering International University Vietnam National

More information

Berth Allocation Planning for Improving Container Terminal Performances

Berth Allocation Planning for Improving Container Terminal Performances Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 Berth Allocation Planning for Improving Container Terminal Performances

More information

Modeling and solving the train load planning problem in seaport container terminals

Modeling and solving the train load planning problem in seaport container terminals 11 IEEE International Conference on Automation Science and Engineering Trieste, Italy - August 24-27, 11 ThB2.2 Modeling and solving the train load planning problem in seaport container terminals Daniela

More information

World Academy of Science, Engineering and Technology International Journal of Industrial and Manufacturing Engineering Vol:7, No:10, 2013

World Academy of Science, Engineering and Technology International Journal of Industrial and Manufacturing Engineering Vol:7, No:10, 2013 An Integrated Operational Research and System Dynamics Approach for Planning Decisions in Container Terminals A. K. Abdel-Fattah, A. B. El-Tawil, N. A. Harraz Abstract This paper focuses on the operational

More information

Improving Productivity of Yard Trucks in Port Container Terminal Using Computer Simulation

Improving Productivity of Yard Trucks in Port Container Terminal Using Computer Simulation The 31st International Symposium on Automation and Robotics in Construction and Mining (ISARC 2014) Improving Productivity of Yard Trucks in Port Container Terminal Using Computer Simulation Essmeil Ahmed

More information

Online rules for container stacking

Online rules for container stacking OR Spectrum (2010) 32:687 716 DOI 10.1007/s00291-010-0205-4 REGULAR ARTICLE Online rules for container stacking Bram Borgman Eelco van Asperen Rommert Dekker Published online: 19 March 2010 The Author(s)

More information

Paper 30 Centralized versus Market-based Task Allocation in the Presence of Uncertainty

Paper 30 Centralized versus Market-based Task Allocation in the Presence of Uncertainty Paper 30 Centralized versus Market-based Task Allocation in the Presence of Uncertainty Abstract While there have been some efforts to compare centralized versus market based approaches to general task

More information

Selecting the best layout for the container terminal using Modeling and Simulation Techniques

Selecting the best layout for the container terminal using Modeling and Simulation Techniques Selecting the best layout for the container terminal using Modeling and Simulation Techniques Jeyanthinathasarma Gowrynathan, Chanjief Chandrakumar and Asela K.Kulatunga Department of Production Engineering

More information

ANALYSIS OF THE OPERATIONS OF AN INTERMODAL BARGE TERMINAL

ANALYSIS OF THE OPERATIONS OF AN INTERMODAL BARGE TERMINAL ANALYSIS OF THE OPERATIONS OF AN INTERMODAL BARGE TERMINAL L. Verdonck (a), A. Caris (b), K. Ramaekers (c) and G.K. Janssens (d) (a) (b) (c) (d) Hasselt University, Transportation Research Institute (IMOB)

More information

THE APPLICATION OF DISTRIBUTED SIMULATION IN TOMAS: REDESIGNING A COMPLEX TRANSPORTATION MODEL. Mark B. Duinkerken Jaap A. Ottjes Gabriel Lodewijks

THE APPLICATION OF DISTRIBUTED SIMULATION IN TOMAS: REDESIGNING A COMPLEX TRANSPORTATION MODEL. Mark B. Duinkerken Jaap A. Ottjes Gabriel Lodewijks Proceedings of the 2002 Winter Simulation Conference E. Yücesan, C.-H. Chen, J. L. Snowdon, and J. M. Charnes, eds. THE APPLICATION OF DISTRIBUTED SIMULATION IN TOMAS: REDESIGNING A COMPLEX TRANSPORTATION

More information

BULK TERMINAL MODELLING AND SIMULATION

BULK TERMINAL MODELLING AND SIMULATION BULK TERMINAL MODELLING AND SIMULATION Jaap A. Ottjes, Gabriel Lodewijks and Dingena L. Schott Delft University of Technology Faculty of Mechanical, Maritime and Materials Engineering Mekelweg, 68 CD Delft,

More information

SPACE ALLOCATION AND LOCATION MATCHING IN CONTAINER TERMINALS

SPACE ALLOCATION AND LOCATION MATCHING IN CONTAINER TERMINALS Advanced OR and AI Methods in Transportation SPACE ALLOCATION AND LOCATION MATCHING IN CONTAINER TERMINALS Tonguç ÜNLÜYURT, Hacı Murat ÖZDEMIR Abstract. Operational efficiency at container terminals has

More information

Scheduling multiple yard cranes with crane interference and safety distance requirement

Scheduling multiple yard cranes with crane interference and safety distance requirement Scheduling multiple yard cranes with crane interference and safety distance requirement Author Wu, Yong, Li, Wenkai, Petering, Matthew E. H., Goh, Mark, de Souza, Robert Published 2015 Journal Title Transportation

More information

OPERATIONAL-LEVEL OPTIMIZATION OF INBOUND INTRALOGISTICS. Yeiram Martínez Industrial Engineering, University of Puerto Rico Mayagüez

OPERATIONAL-LEVEL OPTIMIZATION OF INBOUND INTRALOGISTICS. Yeiram Martínez Industrial Engineering, University of Puerto Rico Mayagüez OPERATIONAL-LEVEL OPTIMIZATION OF INBOUND INTRALOGISTICS Yeiram Martínez Industrial Engineering, University of Puerto Rico Mayagüez Héctor J. Carlo, Ph.D. Industrial Engineering, University of Puerto Rico

More information

OPTIMIZING THE REARRANGEMENT PROCESS IN A DEDICATED WAREHOUSE

OPTIMIZING THE REARRANGEMENT PROCESS IN A DEDICATED WAREHOUSE OPTIMIZING THE REARRANGEMENT PROCESS IN A DEDICATED WAREHOUSE Hector J. Carlo German E. Giraldo Industrial Engineering Department, University of Puerto Rico Mayagüez, Call Box 9000, Mayagüez, PR 00681

More information

Optimal Design Methodology for an AGV Transportation System by Using the Queuing Network Theory

Optimal Design Methodology for an AGV Transportation System by Using the Queuing Network Theory Optimal Design Methodology for an AGV Transportation System by Using the Queuing Network Theory Satoshi Hoshino 1, Jun Ota 1, Akiko Shinozaki 2, and Hideki Hashimoto 2 1 Dept. of Precision Engineering,

More information

CROSS-DOCKING: SCHEDULING OF INCOMING AND OUTGOING SEMI TRAILERS

CROSS-DOCKING: SCHEDULING OF INCOMING AND OUTGOING SEMI TRAILERS CROSS-DOCKING: SCHEDULING OF INCOMING AND OUTGOING SEMI TRAILERS 1 th International Conference on Production Research P.Baptiste, M.Y.Maknoon Département de mathématiques et génie industriel, Ecole polytechnique

More information

LOAD SHUFFLING AND TRAVEL TIME ANALYSIS OF A MINILOAD AUTOMATED STORAGE AND RETRIEVAL SYSTEM WITH AN OPEN-RACK STRUCTURE

LOAD SHUFFLING AND TRAVEL TIME ANALYSIS OF A MINILOAD AUTOMATED STORAGE AND RETRIEVAL SYSTEM WITH AN OPEN-RACK STRUCTURE LOAD SHUFFLING AND TRAVEL TIME ANALYSIS OF A MINILOAD AUTOMATED STORAGE AND RETRIEVAL SYSTEM WITH AN OPEN-RACK STRUCTURE Mohammadreza Vasili *, Seyed Mahdi Homayouni * * Department of Industrial Engineering,

More information

New Container Terminal Development for a Proposed Area

New Container Terminal Development for a Proposed Area New Container Terminal Development for a Proposed Area Hasini A, Papa Rao G haasini.a@gmail.com, gprao_74@yahoo.co.in ABSTRACT: Container traffic has grown exponentially since 1980 and has become a reliable

More information

A New Simulation Model for a Comprehensive Evaluation of Yard Truck Deployment Strategies at Marine Container Terminals

A New Simulation Model for a Comprehensive Evaluation of Yard Truck Deployment Strategies at Marine Container Terminals RESEARCH ARTICLE A New Simulation Model for a Comprehensive Evaluation of Yard Truck Deployment Strategies at Marine Container Terminals Maxim A. Dulebenets* Florida A&M University - Florida State University,

More information

SIMULATION ANALYSIS OF ALGORITHMS FOR CONTAINER STORAGE AND YARD CRANE SCHEDULING AT A CONTAINER TERMINAL

SIMULATION ANALYSIS OF ALGORITHMS FOR CONTAINER STORAGE AND YARD CRANE SCHEDULING AT A CONTAINER TERMINAL SIMULATION ANALYSIS OF ALGORITHMS FOR CONTAINER STORAGE AND YARD CRANE SCHEDULING AT A CONTAINER TERMINAL Matthew E. H. Petering*, ** and Katta G. Murty* *Department of Industrial and Operations Engineering,

More information

Research into container reshuffling and stacking problems in container terminal yards

Research into container reshuffling and stacking problems in container terminal yards IIE Transactions (2015) 47, 751 766 Copyright C IIE ISSN: 0740-817X print / 1545-8830 online DOI: 10.1080/0740817X.2014.971201 Research into container reshuffling and stacking problems in container terminal

More information

A COMPARISON OF PRIORITY RULES FOR NON-PASSING AUTOMATED STACKING CRANES

A COMPARISON OF PRIORITY RULES FOR NON-PASSING AUTOMATED STACKING CRANES A COMPARISON OF PRIORITY RULES FOR NON-PASSING AUTOMATED STACKING CRANES Héctor J. Carlo, Azaria Del Valle-Serrano, Fernando L. Martínez- Acevedo, Yaritza M. Santiago-Correa University of Puerto Rico Mayagüez,

More information

TRENDS IN MODELLING SUPPLY CHAIN AND LOGISTIC NETWORKS

TRENDS IN MODELLING SUPPLY CHAIN AND LOGISTIC NETWORKS Advanced OR and AI Methods in Transportation TRENDS IN MODELLING SUPPLY CHAIN AND LOGISTIC NETWORKS Maurizio BIELLI, Mariagrazia MECOLI Abstract. According to the new tendencies in marketplace, such as

More information

INTERMODAL FREIGHT TRANSPORT OPERATION USING TOWED TRAILER BETWEEN KOREA AND CHINA AND RESULTING ECONOMIC EFFECTS

INTERMODAL FREIGHT TRANSPORT OPERATION USING TOWED TRAILER BETWEEN KOREA AND CHINA AND RESULTING ECONOMIC EFFECTS INTERMODAL FREIGHT TRANSPORT OPERATION USING TOWED TRAILER BETWEEN KOREA AND CHINA AND RESULTING ECONOMIC EFFECTS, Ph.D. Research Fellow, The Korea Transport Institute 315 Goyangdaero, Ilsanseo-gu Goyang,

More information

A TABU SEARCH METAHEURISTIC FOR ASSIGNMENT OF FLOATING CRANES

A TABU SEARCH METAHEURISTIC FOR ASSIGNMENT OF FLOATING CRANES 1 st Logistics International Conference Belgrade, Serbia 28 - November 13 A TABU SEARCH METAHEURISTIC FOR ASSIGNMENT OF FLOATING CRANES Dragana M. Drenovac * University of Belgrade, Faculty of Transport

More information

Management Science Letters

Management Science Letters Management Science Letters 2 (202) 7 80 Contents lists available at GrowingScience Management Science Letters homepage: www.growingscience.com/msl Investigating transportation system in container terminals

More information

COMPARISON OF THREE AUTOMATED STACKING ALTERNATIVES BY MEANS OF SIMULATION

COMPARISON OF THREE AUTOMATED STACKING ALTERNATIVES BY MEANS OF SIMULATION Proceedings of the 2005 Winter Simulation Conference M. E. Kuhl, N. M. Steiger, F. B. Armstrong, and J. A. Joines, eds. COMPARISON OF THREE AUTOMATED STACKING ALTERNATIVES BY MEANS OF SIMULATION Yvo A.

More information

Design of an AGV Transportation System by Considering Management Model in an ACT

Design of an AGV Transportation System by Considering Management Model in an ACT Intelligent Autonomous Systems 9 Book Editors IOS Press, 2006 1 Design of an AGV Transportation System by Considering Management Model in an ACT Satoshi Hoshino a,1,junota a, Akiko Shinozaki b, and Hideki

More information

AN EFFICIENT BLOCK-BASED HEURISTIC METHOD FOR STOWAGE PLANNING OF LARGE CONTAINERSHIPS WITH CRANE SPLIT CONSIDERATION

AN EFFICIENT BLOCK-BASED HEURISTIC METHOD FOR STOWAGE PLANNING OF LARGE CONTAINERSHIPS WITH CRANE SPLIT CONSIDERATION AN EFFICIENT BLOCK-BASED HEURISTIC METHOD FOR STOWAGE PLANNING OF LARGE CONTAINERSHIPS WITH CRANE SPLIT CONSIDERATION Xiantao Xiao (a), Malcolm Yoke Hean Low (b), Fan Liu (c), Shell Ying Huang (d), Wen

More information

Inter-Terminal Transport with uncertain connections

Inter-Terminal Transport with uncertain connections Inter-Terminal Transport with uncertain connections Bachelor thesis Sven van den Berg (343536) Erasmus University of Rotterdam, Faculty of Economics 26-6-2013 This thesis is about controlling the transport

More information

FLEXIBLE APPOINTMENT BASED SYSTEM WITH ADAPTIVE RESPONSE TO TRAFFIC AND PROCESSING DELAYS

FLEXIBLE APPOINTMENT BASED SYSTEM WITH ADAPTIVE RESPONSE TO TRAFFIC AND PROCESSING DELAYS FLEXIBLE APPOINTMENT BASED SYSTEM WITH ADAPTIVE RESPONSE TO TRAFFIC AND PROCESSING DELAYS Amrinder Arora, DSc NTELX Research and Development, 1945 Old Gallows Rd, Suite 700, McLean VA 22182, USA +1 703

More information

Simulation and Logistics

Simulation and Logistics Simulation and Logistics Rommert Dekker Professor of Operations Research Introduction Many Cases: Port, container stacking Elevator control Inventory control (optional) Conclusions 1 Logistics and transportation

More information

Capacity Planning System

Capacity Planning System Institute of Shipping Economics and Logistics Capacity planning for container terminals 1 Introduction Important parameters for container terminal capacity technical features operation time (technical)

More information

TESTING, TUNING AND TRAINING TERMINAL OPERATING SYSTEMS: A MODERN APPROACH. C.A. Boer 1 and Y.A. Saanen 1.

TESTING, TUNING AND TRAINING TERMINAL OPERATING SYSTEMS: A MODERN APPROACH. C.A. Boer 1 and Y.A. Saanen 1. TESTING, TUNING AND TRAINING TERMINAL OPERATING SYSTEMS: A MODERN APPROACH C.A. Boer 1 and Y.A. Saanen 1 1 TBA BV, Karrepad 2a, 2623AP, Delft, The Netherlands, csaba.boer@tba.nl, yvo.saanen@tba.nl ABSTRACT

More information

A Dynamic Truck Dispatching Problem in Marine Container Terminal

A Dynamic Truck Dispatching Problem in Marine Container Terminal A Dynamic Truck Dispatching Problem in Marine Container Terminal Jianjun Chen, Ruibin Bai (IEEE senior member), Haibo Dong, Rong Qu and Graham Kendall Division of Computer Science, University of Nottingham

More information

Simulations of railway junction operation

Simulations of railway junction operation ID Number: 005 Simulations of railway junction operation Antonín Kavicka, Valent Klima Faculty of Management Science and Informatics University of Zilina, Slovak Republic kavicka@frdsa.fri.utc.sk, klima@frdsa.fri.utc.sk

More information

PERFORMANCE EVALUATION OF CONTAINER TERMINAL OPERATIONS. Kinikli, 20020, Denizli, Turkey,

PERFORMANCE EVALUATION OF CONTAINER TERMINAL OPERATIONS. Kinikli, 20020, Denizli, Turkey, PERFORMANCE EVALUATION OF CONTAINER TERMINAL OPERATIONS Osman Kulak a, Olcay Polat a, Hans-Otto Guenther b, a Department of Industrial Engineering, Pamukkale University, Kinikli, 20020, Denizli, Turkey,

More information

Highly Efficient AGV Transportation System Management Using Agent Cooperation and Container Storage Planning

Highly Efficient AGV Transportation System Management Using Agent Cooperation and Container Storage Planning Highly Efficient AGV Transportation System Management Using Agent Cooperation and Container Storage Planning Satoshi Hoshino and Jun Ota Dept. of Precision Engineering, School of Engineering The University

More information

Time analysis of the containerized cargo flow in the logistic chain using simulation tools: the case of the Port of Seville (Spain)

Time analysis of the containerized cargo flow in the logistic chain using simulation tools: the case of the Port of Seville (Spain) Time analysis of the containerized cargo flow in the logistic chain using simulation tools: the case of the Port of Seville (Spain) J. J. Ruiz-Aguilar Lecturer, Intelligent Modelling of Systems Research

More information

Multi-Agent System Approach for an Integrated Urban Wastewater Management

Multi-Agent System Approach for an Integrated Urban Wastewater Management Multi-Agent System Approach for an Integrated Urban Wastewater Management M. Verdaguer, M. Aulinas, N. Clara and M. Poch Abstract The integrated management of Urban Wastewater Systems (UWS) encloses characteristics

More information

Evaluation of Automated Guided Vehicle Systems for Container Terminals Using Multi Agent Based Simulation

Evaluation of Automated Guided Vehicle Systems for Container Terminals Using Multi Agent Based Simulation Evaluation of Automated Guided Vehicle Systems for Container Terminals Using Multi Agent Based Simulation Lawrence Henesey 1, Paul Davidsson 2, Jan A. Persson 1 Department of Systems and Software Engineering,

More information

Decision support system for virtual organization management

Decision support system for virtual organization management Decision support system for virtual organization management J. Hodík a, J. Vokřínek a, R. Hofman b a Department of Cybernetics, Faculty of Electrical Engineering, Czech Technical University, Technická

More information

CHESSCON Capacity. Capacity planning for container terminals

CHESSCON Capacity. Capacity planning for container terminals CHESSCON Capacity Capacity planning for container terminals Simulation tools: Terminal Planning and Optimisation Terminal planning and optimisation preplan. planning start-up operation Terminal capacity

More information

PEMA Student Challenge 2017

PEMA Student Challenge 2017 PEMA Student Challenge 2017 DIGITAL TRANSFORMATION FOR PORTS & TERMINALS Hamburg University of Technology Sören Braren Anna Hoffmann Thorben Klaß Burkhard Pfeiffer Torben Werner INTRODUCTION Port 4.0 Transparency

More information

SIMULATION APPROACH TO OPTIMISE STOCKYARD LAYOUT: A CASE STUDY IN PRECAST CONCRETE PRODUCTS INDUSTRY

SIMULATION APPROACH TO OPTIMISE STOCKYARD LAYOUT: A CASE STUDY IN PRECAST CONCRETE PRODUCTS INDUSTRY SIMULATION APPROACH TO OPTIMISE STOCKYARD LAYOUT: A CASE STUDY IN PRECAST CONCRETE PRODUCTS INDUSTRY Ramesh Marasini, Nashwan Dawood School of Science and Technology, Univerisity of Teesside, Middlesbrough

More information

Simulation of fruit pallet movement in the port of Durban: A case study

Simulation of fruit pallet movement in the port of Durban: A case study Volume 21 (1), pp. 63 75 http://www.orssa.org.za ORiON ISSN 0529-191-X c 2005 Simulation of fruit pallet movement in the port of Durban: A case study J Bekker M Mostert FE van Dyk Received: 1 February

More information

Intelligent stacking as way out of congested yards? Part 1

Intelligent stacking as way out of congested yards? Part 1 Intelligent stacking as way out of congested yards? Part 1 Yvo A. Saanen, TBA b.v., Delft, & Rommert Dekker, Econometric Institute, Erasmus University Rotterdam, The Netherlands Introduction Pursuit for

More information

Journal of Optimization in Industrial Engineering 20 (2016) Mohammad Reza Ghanbari a,*, Parham Azimi b

Journal of Optimization in Industrial Engineering 20 (2016) Mohammad Reza Ghanbari a,*, Parham Azimi b Journal of Optimization in Industrial Engineering 0 (06) 3-40 Performance Improvement through a Marshaling Yard Storage Area in a Container Port Using Optimization via Simulation Technique: A Case Study

More information

Evaluating Layouts for Automated Transport System using Simulation Approach

Evaluating Layouts for Automated Transport System using Simulation Approach Master Thesis Computer Science Thesis no: MSC-2009:29 May 2009 Evaluating Layouts for Automated Transport System using Simulation Approach Rizwan Rashid, Babur Kaleem School of Computing Blekinge Institute

More information

Improve Inter Terminal Transportation: Using Agent Technology. May 16, 2017

Improve Inter Terminal Transportation: Using Agent Technology. May 16, 2017 Improve Inter Terminal Transportation: Using Agent Technology May 16, 2017 Lawrence Henesey School of Computing (COM) Blekinge Institute of Technology Biblioteksgatan 3 Karlshamn, S-37424 Sweden lhe@bth.se

More information

Stowage Planning and Storage Space Assignment of Containers in Port Yards

Stowage Planning and Storage Space Assignment of Containers in Port Yards Stowage Planning and Storage Space Assignment of Containers in Port Yards Catarina Junqueira*, Aníbal Tavares de Azevedo, Takaaki Ohishi Abstract The efficiency of a port terminal is essential to allow

More information

Workload balancing in identical parallel machine scheduling using a mathematical programming method

Workload balancing in identical parallel machine scheduling using a mathematical programming method International Journal of Computational Intelligence Systems, Vol. 7, Supplement 1 (2014), 58-67 Workload balancing in identical parallel machine scheduling using a mathematical programming method Yassine

More information

The Challenges of Container Terminal Development. Ashebir Jacob, PE September 10, 2013

The Challenges of Container Terminal Development. Ashebir Jacob, PE September 10, 2013 The Challenges of Container Terminal Development Ashebir Jacob, PE September 10, 2013 State of Containerization Since its inception, the container shipping industry has done their best to increase the

More information

Structured System Analysis Methodology for Developing a Production Planning Model

Structured System Analysis Methodology for Developing a Production Planning Model Structured System Analysis Methodology for Developing a Production Planning Model Mootaz M. Ghazy, Khaled S. El-Kilany, and M. Nashaat Fors Abstract Aggregate Production Planning (APP) is a medium term

More information

A Genetic Algorithm for Order Picking in Automated Storage and Retrieval Systems with Multiple Stock Locations

A Genetic Algorithm for Order Picking in Automated Storage and Retrieval Systems with Multiple Stock Locations IEMS Vol. 4, No. 2, pp. 36-44, December 25. A Genetic Algorithm for Order Picing in Automated Storage and Retrieval Systems with Multiple Stoc Locations Yaghoub Khojasteh Ghamari Graduate School of Systems

More information

Business Processes Modelling MPB (6 cfu, 295AA)

Business Processes Modelling MPB (6 cfu, 295AA) Business Processes Modelling MPB (6 cfu, 295AA) Roberto Bruni http://www.di.unipi.it/~bruni 05 - BP Lifecycle!1 Object Overview the business process lifecycle Sect.1.2 of Business Process Management: Concepts,

More information

Analysis and Modelling of Flexible Manufacturing System

Analysis and Modelling of Flexible Manufacturing System Analysis and Modelling of Flexible Manufacturing System Swetapadma Mishra 1, Biswabihari Rath 2, Aravind Tripathy 3 1,2,3Gandhi Institute For Technology,Bhubaneswar, Odisha, India --------------------------------------------------------------------***----------------------------------------------------------------------

More information

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS Liviu Lalescu, Costin Badica University of Craiova, Faculty of Control, Computers and Electronics Software Engineering Department, str.tehnicii, 5, Craiova,

More information

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore.

This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. This document is downloaded from DR-NTU, Nanyang Technological University Library, Singapore. Title Deciding on planning windows by partitioning time for yard crane management in container terminals Author(s)

More information

Port Capacity Analysis in Long Beach. Matt Plezia, POLB and Vaibhav Govil, AECOM TRB Irvine, CA June 29, 2010

Port Capacity Analysis in Long Beach. Matt Plezia, POLB and Vaibhav Govil, AECOM TRB Irvine, CA June 29, 2010 Port Capacity Analysis in Long Beach Matt Plezia, POLB and Vaibhav Govil, AECOM TRB Irvine, CA June 29, 2010 1 About the Port of Long Beach 2 Second busiest container port in N. America 7 container terminals

More information

Multi-Agent Model for Power System Simulation

Multi-Agent Model for Power System Simulation Multi-Agent Model for Power System Simulation A.A.A. ESMIN A.R. AOKI C.R. LOPES JR. G. LAMBERT-TORRES Institute of Electrical Engineering Federal School of Engineering at Itajubá Av. BPS, 1303 Itajubá/MG

More information

Container Safety Storage on a Port Terminal

Container Safety Storage on a Port Terminal Container Safety Storage on a Port Terminal Mansoriya Hamidou, Dominique ique Fourni ournier, Eric Sanlaville, lle, Fr réd edéric eric Serin To cite this version: Mansoriya Hamidou, Dominique Fournier,

More information