Research Article
Fairness Time-Slot Allocation and Scheduling with QoS Guarantees in Multihop WiMAX Mesh Networks
Algorithm 1
Heuristic Algorithm.
Input: | Output: min_satisfaction_ratio, QoS_satisfaction_ratio, throughput | (1) Initialization: , , ; | (2) for all node on do | (3) | (4) for all RS on the path from to BS do | (5) | (6) endfor | (7) endfor | (8) Sort ; | (9) | (10) Set all = false; | (11) QoS_Scheduling (); | (12) QoS_Spectral_Reuse (); | (13) Maxmin_Scheduling (); | (14) Maxmin_Spectral_Reuse (); |
|