Research Article

Attribute Extended Algorithm of Lattice-Valued Concept Lattice Based on Congener Formal Context

Algorithm 2

Generation algorithm of formal concepts.
Input: the -ary lattice-valued concept lattice
Output: the -ary lattice-valued attribute extended concept lattice
Begin
 while ( ) do
Calculate the formal concepts of
for each   , denote   ,
  do
   if   , s.t.,   then
    
    
   else
    
   endif;
    if   , s.t.,   then
     
     
    else
     
    endif;
     if   , s.t.,
     then
      
     else
      
     endif;
    endif
   endif;
endfor;
end