




已閱讀5頁,還剩22頁未讀, 繼續(xù)免費(fèi)閱讀
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
徐州工程學(xué)院畢業(yè)設(shè)計(jì)附錄英文原文Crane Scheduling with Spatial ConstraintsAndrew Lim, Brian Rodrigues, Fei Xiao, and Yi ZhuAbstractIn this work, we examine port crane scheduling with spatial and separation constraints. Although common to most port operations, these constraints have not been previously studied. We assume that cranes cannot cross, there is a minimum distance between cranes and jobs cannot be done simultaneously. The objective is to nd a crane-to-job matching which maximizes throughput under these constraints. We provide dynamic programming algorithms, a probabilistic tabu search and a squeaky wheel optimization heuristic for solution. Experiments show the heuristics perform well compared with optimal solutions obtained by CPLEX for small scale instances where a squeaky wheel optimization with local search approach gives good results within short times.1 IntroductionThe Port of Singapore Authority (PSA) is a large port operator located in Singapore, one of the busiest ports in the world. PSA handles 17.04 million TEUs annually or nine percent of global container trac in Singapore, the worlds largest transshipment hub. PSA is concerned with maximizing throughput at its port due to limited port size, high cargo transshipment volumes and limited physical facilities and equipment . Crane scheduling and work schedules are critical in port management since cranes are at the interface between land and water sections of any port, each with its own trac lanes, intersections, and vehicle ow control systems. In this multi-channel interface we are likely to nd bottlenecks where cranes and other cargo-handling equipment (forklifts, conveyors etc.) converge.Sabria and Daganzo studied port operations which focused on berthing and cargo-handling systems. In berthing, which is a widely-analyzed port activity, queuing theory has been used widely. Trac and vehicle-ow scheduling on land in ports has also been well studied. Danganzo studied a static crane scheduling case where cranes could move freely from hold to hold and only one crane is allowed to work on one hold at any one time.The objective was to minimize the aggregate cost of delay. In 13, container handling is modelled as “work” which cranes perform at constant rates and cranes can interrupt work without loss of eciency. This constituted an “open shop” parallel and identical machines problem, where jobs consist of independent, single-stage and pre-emptable tasks. A branch- and-bound method was used to minimize delay costs for this problem. Crane scheduling has also been studied in the manufacturing environment context .Commonly-found constraints aecting crane operations are absent in studies available on the subject. Such constraints aect crane work scheduling and need to be factored into operational models. These include the basic requirement that operating cranes do not cross over each other. Also, a minimum separating distance between cranes is necessary since cranes require some spatial exibility in performing jobs. Finally, there is a need for jobs arriving for stacking at yards to be separated in arrival time to avoid congestion.We found that operational decision-making at PSA was based largely on experience and simulation techniques. While the latter is of value, analytic models are an advantage and are not limited by experience-generated rules-of-thumbs or simulation. The object of this work is to address the need for such models which take into account common spatial and separation requirements in the scheduling cranes. This work augments Peterkofsky and Daganzo study .2 Problem DescriptionDuring the time ships are berthed, various cargo-handling equipment is used to unload cargo, mostly in the form of containers. Dierent types of cargo require dierent handling and many ports have bulk, container, dry and liquid-bulk terminals. Cargo that is containerized can be loaded and unloaded in a fewer number of moves by cranes operating directly over ship holds or by crane arms moving over holds or deck areas.Cargo stacked in yards is moved by cranes onto movers and transported for loading onto ships. ”Cargo” here comprises containers of dierent capacities, which, whether in ships or in yards, are parcelled into xed areas for access to cranes. For example, cargo placed in specic holds or deck sections on ships, or in sections within yards.Containers are unloaded from ships by quay cranes onto movers or trailers which carry them to assigned yard locations where they are loaded onto stacks by yard cranes. Containers destined for import are set aside, and restacking, if required, is carried out. In the movement of containers, sequencing is crucial because containers are stored in stacks in the ship and on the yard and lanes may be designated to specic trailers at certain times. In addition, the movement of containers involves routing and crane operations where timings may be uncertain. In fact, crane scheduling is one activity among many that determine the movement of containers. Other such activities include berthing, yard storage, ship stowage and vehicle allocation and routing, all of which can be uncertain. Because of the uncertainty present over all activities, it is almost impossible to implement a plan over any length of time. This diculty is present in scheduling cranes. For example, although a set of jobs may be assigned to a certain crane, it may not be possible for the crane to complete processing a job in this set onto movers once it was known that the route these movers are to take was congested. As another example, although we can specify that jobs bound for the same yard space are not unloaded from ships simultaneously, we cannot expect such containers to be unloaded at a time other than the allotted time interval, since a required resource to complete the job may become unavailable after this time, as for example, if the yard crane becomes unavailable. In view of the dynamically changing environment, a central control devises and maintains a job assignment plan that is periodically updated in order to coordinate operations, including crane scheduling. The system will allocate all jobs and resources periodically.In the port we studied, a job parcel can include a number of ships and a number of cranes together with jobs. Typically, there can be up to ve ships with four to seven cranes per ship and a number of jobs depending on the size and conguration of ships. Jobs have a prot value assigned to them and resources, e.g., cranes, movers, lanes etc., are assigned to each of the jobs depending on their value to the overall operations plan which aims to optimize total throughput. When an assignment plan is updated, the central system reassesses the current state of operations to regroup and reassign job parcels. Because of this, time is accommodated by constant adjustments of job parcels and assignments based on the current state of all operations. Hence, once jobs and resources are assigned for the time period no update is necessary.Jobs come in dierent sizes, and cranes have dierent handling capacities. Since we make the assumption that any crane assigned to a job completes it, the throughput or prot, for a given crane-to-job assignment, is a xed value independent of other crane-to-job assignments.The problem is naturally represented by a bipartite graph matching problem when we take cranes and jobs to be the vertices and dene the weights of connecting edges to be crane-to-job throughput. This representation is shown in Figure 1.Figure 1This matching problem is interesting because, in practice, a number of spatial constraintsarise for cranes and jobs. We rst introduce qualitative notions of three particularly common constraints which we call “spatial” constraints since they are related to the relative positions of cranes and jobs. Our objective is to nd a crane-to-job assignment scheme which maximizes throughput under these constraints. For reasons given above, we assume that crane-to-job assignments are performed in a given time interval, i.e., there is no temporal component in the problem. Detailed denitions will be given in the relevant sections of this paper.1. Non-crossing constraint: Cranes cannot cross over each other. This is a structural constraint on cranes and crane tracks.2. Neighborhood constraint: There is a minimum distance between cranes. This arises, for example, since cranes require exibility in space to perform jobs and/or for safety reasons. The eect of this constraint is that neighboring jobs may be aected and may not be assignable to other cranes.3. Job-separation constraint: Certain jobs cannot be done simultaneously. For example, jobs bound for the same yard may require separation in time to avoid trailer congestion in lanes.In the following sections, we rst consider these constraints separately and then simultaneously. In section 3, an O(mn) dynamic programming (DP) algorithm is given to solve the problem with only the Non-crossing constraint where m is the number of cranes and n is the number of jobs. In section 4, we use an O(m2n) dynamic programming algorithm to achieve an optimal solution for the problem with both the Non-crossing and Neighborhood constraints. In section 5, assuming all three spatial constraints, we show the problem to be NP-complete and give two heuristic approaches to solve the problem a probabilistic tabu search and a squeaky wheel optimization with local search method. In section 6, we provide experimental results and compare the dierent approaches.3 Scheduling with the Non-Crossing Constraint3.1 The ProblemThroughout this work, C= c1, c2, . . . , cm is a set of cranes and J= j1, j2, . . . , jn a set of jobs. The order of subscripts assigned to the cranes and jobs represents their spatial (assumed linear) distribution, i.e., the neighbor of j1is j2, the neighbors of j2are j1and j3,. . . , and the neighbor of jnis jn1, The same holds for the cranes.An m n adjacency matrix, W , is used to represent the relationships between jobs and cranes. For each Wx,yW , the value Wx,y represents the throughput when job jy is assigned to crane cxwhere Wx,y= 0 if job jycannot be assigned to crane cx. The Wx,y values arise from the dierent job sizes and crane capacities.We seek a solution set,R=(p, q )|1p m, 1qn, Wp,q 0, such that the following constraint is satised: For all (p1, q1), (p2, q2)R, p1 p2if and only if q1 1, P1,y:= maxW1,y, P 1,y-13. If x 1 and y = 1, Px,1:= maxWx,1, Px-1,1 4. If x 1 and y 1, Px,y:= maxPx,y-1,P x-1,y ,P x-1,y-1 +Wx,y(1) is the basic case: If we only consider the rst crane and the rst job, we will assign this job to the crane if the job can be done by the crane. (2) and (3) are both special cases, i.e., when there is only one node in each part of the bipartite graph. As these are symmetrical, we need consider only (2). For crane c1and job jy, we have two choices: either, assign jyto c1, or, assign a job from j1, . . . , jy1to c1. This is because at most one job can be assigned to this rst crane. The throughput for the rst choice is W1,y while the throughput for the second choice is P1,y1 , which represents the maximum throughput if we assign a job among j1, j2, . . . , jy-1 to crane c1. To achieve the cumulative optimal, we choose the larger of these. (4) is the general case in the DP algorithm. For cxand job jy(x 1, y 1), we have three choices:Leave job jy unassigned . We are reduced to assigning cranes c1, c2, . . . , cx to jobs j1, j2, . . . , jy-1. By induction, the optimal value is then Px,y-1;Leave crane cx unassigned . We are reduced to assigning cranes c1, c2, . . . , cx-1 to jobs j1, j2, . . . , jy. By induction, the optimal value is then Px-1,y;Assign crane cxto job jy(or, leave both unassigned if they are not assignable to each other). In this case, the total throughput is the throughput from this assignment plus the throughput from assigning cranes c1, c2, . . . , cx-1 to jobs j1, j2, . . . , jy-1. Hence, the value is Px-1,y-1+Wx,y.Taking the maximum of these throughput values, the optimal solution is then the nal partial optimal solution Pm,n obtained.3.2.2 A Proof of Optimal SubstructureWe provide an outline a proof that the problem dened in this section possesses optimal substructures necessary in using DP. An important property for Px,yis: Px,yPx,y,if x xand y y(*), which is easily veried since Px,y Px,y-1 and Px,y Px-1,y. We can now verify the four cases given above by induction:1. If x = 1 and y = 1, clearly P1,y= Wx,1is the only solution and must be optimal2. If (x, y)Rx,y, thenPx,yPak-1,bk-1+Wx,y. By (*), we know Px-1,y1 Pak-1,b-1 since x 1 ak-1, y-1 bk-1. So Px,y Px-1,y-1+Wx,y. Because Px,yPx-1,y-1+ Wx,y, we get Px,y Px,y , which contradicts our assumption Px,y Px,y. Hence, Px,y is the optimal solution.We can conclude that Px,y is the optimal solution for all (x, y), 1 x m, 1 y n,3.3 The Time Complexity of the AlgorithmThe computation for every partial solution Px,y is in constant time, so the time complexity for this algorithm is O(mn).4 Scheduling with the Neighborhood Constraint4.1 The ProblemIn this problem, both the Non-crossing constraint and the Neighborhood constraint are considered. In addition to the Non-crossing constraint, we use the set S= s1, s2, . . . , sm to represent the Neighborhood constraint associated with the cranes. Here sx= k if crane cxperforms job jyand job jz(a z b, z= y) cannot be worked on by any other crane, where a = max1, y kand b = miny + k, m. In other words, if crane cxperforms job jy, the job “interval” centered at y with length 2k + 1 is aected by crane cxwhen sx= k.We seek a solution set R = (p, q)|1
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年財(cái)務(wù)分析師考試試題及答案
- 2025年國際商務(wù)談判技巧測(cè)試卷及答案
- 2025年鋼筋混凝土結(jié)構(gòu)設(shè)計(jì)考試試卷及答案
- 物資運(yùn)載儲(chǔ)存管理制度
- 物資采購公示管理制度
- 特殊停電用戶管理制度
- 特殊服飾日常管理制度
- 特殊群體超市管理制度
- 特種人員作業(yè)管理制度
- 特種作業(yè)電工管理制度
- 大學(xué)美育(同濟(jì)大學(xué))學(xué)習(xí)通測(cè)試及答案
- 2024年中考模擬試卷數(shù)學(xué)(湖南卷)
- 醫(yī)院培訓(xùn)課件:《便攜式血糖儀臨床操作和質(zhì)量管理》
- 充電樁工程施工技術(shù)方案
- 《冠心病的規(guī)范化診》課件
- 2025年圍產(chǎn)期保健工作計(jì)劃
- 急性心肌梗死健康教育課件
- 2024年教師資格考試小學(xué)面試科學(xué)試題及答案指導(dǎo)
- (一模)寧波市2024學(xué)年第一學(xué)期高考模擬考試 數(shù)學(xué)試卷(含答案)
- 2024年迪慶道路旅客運(yùn)輸知識(shí)考試題庫
- 公司事故隱患內(nèi)部報(bào)告獎(jiǎng)勵(lì)機(jī)制
評(píng)論
0/150
提交評(píng)論