Research Article

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

Algorithm 1

Algorithm : Providing a coloring solution for hypergraph .
Input: A -uniform hypergraph .
Output: A coloring solution of .
(1) ;
(2) ; ;
(3)while  
(4) ;
(5)if   is not independent
(6)   ;
(7)else
(8)   ; % color by color %
(9)   ; ;
(10)    ;
(11)   endif
(12) endwhile;
(13) return a coloring ;