Research Article

Max-Min Fair Link Quality in WSN Based on SINR

Algorithm 3

The principle of the algorithm for the JLSPA problem.
Input: A set of links located arbitrarily in the Euclidean plane;
Output: A feasible schedule , the ;
(1) while (there are still links not assigned to a slot) do
(2)   ⇒ take a new slot time;
(3)   ⇒ examine the non assigned links according to increasing distance to BS;
(4)   ⇒ assign link to the current time slot if the function returns ;
(1) ;
(2) cond1: the link ( ) and the other links in the current
   time slot have no receiver in common;
(3) cond2: the sender node of link ( ) and the receiver
   nodes of the other links in the current time slot are different;
(4) cond3: assign a power for each sender node by solving problem .
   The minimal value of the SINR evaluated for the set of links belonging to the
   current time slot, including link ( ), is bigger than the ;
(5) if  (cond1 & cond2 & cond3) then
(6)   return True;
(7) else
(8)   return False;