COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
01/11/12 22:58:05 (12 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Doc fix in BpGraphs? (#69)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/bpgraph.h

    r1195 r1196  
    775775      /// \brief Converts the node to red node object.
    776776      ///
    777       /// This class is converts unsafely the node to red node
     777      /// This function converts unsafely the node to red node
    778778      /// object. It should be called only if the node is from the red
    779779      /// partition or INVALID.
     
    782782      /// \brief Converts the node to blue node object.
    783783      ///
    784       /// This class is converts unsafely the node to blue node
     784      /// This function converts unsafely the node to blue node
    785785      /// object. It should be called only if the node is from the red
    786786      /// partition or INVALID.
     
    789789      /// \brief Converts the node to red node object.
    790790      ///
    791       /// This class is converts safely the node to red node
     791      /// This function converts safely the node to red node
    792792      /// object. If the node is not from the red partition, then it
    793793      /// returns INVALID.
     
    796796      /// \brief Converts the node to blue node object.
    797797      ///
    798       /// This class is converts unsafely the node to blue node
     798      /// This function converts unsafely the node to blue node
    799799      /// object. If the node is not from the blue partition, then it
    800800      /// returns INVALID.
Note: See TracChangeset for help on using the changeset viewer.