Research Article

How to Mitigate Theme Park Crowding? A Prospective Coordination Approach

Algorithm 1

Dynamic coordination mechanism.
(1) Input: CRS, DM, ;
(2) Output: next-destination;
(3) if CRSthen
(4)  set length CRS;
(5)  for to do
(6)   calculate for CRS;
(7)  end for;
(8)  set next-destination Min;
(9)  remove viMin from CRS
(10)  update CRS;
(11) end if;
(12) return next-destination.