Research Article

Stochastic Geometry Analysis and Additional Small Cell Deployment for HetNets Affected by Hot Spots

Algorithm 1

Initialization:
(1) , ;  ; MAX
Main Function:
(2)
(3)
(4) ( GRG solve (22) for
(5) if (22) is feasible,   then
(6)  if   MAX then
(7)    MAX
(8)   
(9)   
(10)    
(11)  if    then
(12)    
(13)    return
(14)  else if  ,   then
(15)    
(16)    return
(17)   else if  ,   then
(18)    return
(19)   end if
(20) else if   MAX then
(21)   if    then
(22)    
(23)    
(24)    return
(25)   else if  ,   then
(26)    
(27)    return
(28)   end if
(29)   return
(30) end if
(31) return MAX,
(32) else if (22) is feasible,   then
(33) for all    do
(34)   , MAX
(35)   , MAX
(36) end for
(37) else if (22) is infeasible, then
(38) return
(39) end if