lemon/unionfind.h
changeset 2199 1229af45cc69
parent 2004 b8f10207e3d6
child 2205 c20b0eb92a33
equal deleted inserted replaced
6:b446050e3747 7:370142914844
   427       ia->parent = ia;
   427       ia->parent = ia;
   428       la->parent = ia;
   428       la->parent = ia;
   429     }
   429     }
   430 
   430 
   431     /**
   431     /**
   432      * \brief Moves the given element to an other component.
   432      * \brief Moves the given element to another component.
   433      *
   433      *
   434      * This method moves the element \e a from its component
   434      * This method moves the element \e a from its component
   435      * to the component of \e comp.
   435      * to the component of \e comp.
   436      * If \e a and \e comp are in the same component then
   436      * If \e a and \e comp are in the same component then
   437      * it returns false otherwise it returns true.
   437      * it returns false otherwise it returns true.