Research Article

Hypergraph Modeling and Approximation Algorithms for the Minimum Length Link Scheduling in Multiuser MIMO Networks

Algorithm 2

Algorithm : Providing a coloring solution for hypergraph
Input: An -uniform hypergraph .
Output: A coloring of .
(1) ; ;
(2)while  
(3) QuickSort ( );   % sort by the DOI item in a decreasing order %
(4)
(5)while  ( )
(6)if   is an independent set
(7)   ; % is the th element of %
(8)else
(9)  break;
(10)  endif
(11)   endwhile
(12)   ; % color by color %
(13)   ;
(14)   ;
(15) endwhile;
(16) return a coloring ;