COIN-OR::LEMON - Graph Library

Changeset 1266:74d616d081f0 in lemon-0.x


Ignore:
Timestamp:
03/25/05 23:11:28 (19 years ago)
Author:
zsuzska
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1693
Message:

corrections in docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/unionfind.h

    r1164 r1266  
    9999
    100100    /**
    101      * \brief Insert a new element into the structure.
     101     * \brief Inserts a new element into the structure.
    102102     *
    103103     * This method inserts a new element into the data structure.
     
    123123     *
    124124     * This is the \e union operation of the Union-Find structure.
    125      * Joins the component of elemenent \e a and component of
     125     * Joins the component of element \e a and component of
    126126     * element \e b. If \e a and \e b are in the same component then
    127127     * it returns false otherwise it returns true.
     
    264264
    265265    /**
    266      * \brief Insert the given element into a new component.
     266     * \brief Inserts the given element into a new component.
    267267     *
    268268     * This method creates a new component consisting only of the
     
    288288
    289289    /**
    290      * \brief Insert the given element into the component of the others.
    291      *
    292      * This methods insert the element \e a into the component of the
     290     * \brief Inserts the given element into the component of the others.
     291     *
     292     * This methods inserts the element \e a into the component of the
    293293     * element \e comp.
    294294     */
     
    308308
    309309    /**
    310      * \brief Find the leader of the component of the given element.
     310     * \brief Finds the leader of the component of the given element.
    311311     *
    312312     * The method returns the leader of the component of the given element.
     
    322322     *
    323323     * This is the \e union operation of the Union-Find structure.
    324      * Joins the component of elemenent \e a and component of
     324     * Joins the component of element \e a and component of
    325325     * element \e b. If \e a and \e b are in the same component then
    326326     * returns false else returns true.
     
    375375
    376376    /**
    377      * \brief Split up the component of the element.
     377     * \brief Splits up the component of the element.
    378378     *
    379379     * Splitting the component of the element into sigleton
     
    406406
    407407    /**
    408      * \brief Set the given element to the leader element of its component.
    409      *
    410      * Set the given element to the leader element of its component.
     408     * \brief Sets the given element to the leader element of its component.
     409     *
     410     * Sets the given element to the leader element of its component.
    411411     */
    412412
     
    430430
    431431    /**
    432      * \brief Move the given element to an other component.
     432     * \brief Moves the given element to an other component.
    433433     *
    434434     * This method moves the element \e a from its component
     
    484484
    485485    /**
    486      * \brief Remove the given element from the structure.
    487      *
    488      * Remove the given element from the structure.
     486     * \brief Removes the given element from the structure.
     487     *
     488     * Removes the given element from the structure.
    489489     *
    490490     * Removes the element from its component and if the component becomes
Note: See TracChangeset for help on using the changeset viewer.