Research Article

Generalized Method of Modeling Minute-in-Trail Strategy for Air Traffic Flow Management

Algorithm 1

Sector_capacity_allocation.
(1)Input the total sector capacity and the number of corridors ;
(2)Initialize the values , ;
(3)for to do
(4)  ;
(5)end for
(6);
(7)for to do
(8)  ;
(9)  for to do
(10)    = INF;
(11)    = ;
(12)   for to do
(13)    if then
(14)     Continue;
(15)    end if
(16)    if then
(17)      = ;
(18)      = m;
(19)    end if
(20)   end for
(21)    = ;
(22)  end for
(23)end for
(24)//backtrack output results
(25);
(26)for to 1 do
(27)  ;
(28)  ;
(29)end for