|
Algorithm 2: Adaptive cluster maintenance and congestion management. |
|
) for UAV density, distance threshold for identifying neighbouring clusters, and scaling factor for UAV reassignment. |
| Output: Update distribution of UAVs between clusters and update LCF for each affected cluster. |
| # For each time interval |
|
: |
2: Calculate LCF using (12) # Check if LCF exceeds the threshold |
then # Identify neighboring clusters within the distance threshold |
| 4: Eligible clusters = [ ] |
|
within distance_threshold do |
using (14) and (15) # Check the neighbor capacity and level of LCF |
15: end if 16: end if 17: end for |