lemon/concepts/bpgraph.h
changeset 1195 8b2b9e61d8ce
parent 1194 699c7eac2c6d
child 1196 4441b066368c
     1.1 --- a/lemon/concepts/bpgraph.h	Wed Jan 11 22:21:07 2012 +0100
     1.2 +++ b/lemon/concepts/bpgraph.h	Wed Jan 11 22:43:50 2012 +0100
     1.3 @@ -800,17 +800,6 @@
     1.4        /// returns INVALID.
     1.5        BlueNode asBlueNode(const Node&) const { return BlueNode(); }
     1.6  
     1.7 -      /// \brief Convert the node to either red or blue node.
     1.8 -      ///
     1.9 -      /// If the node is from the red partition then it is returned in
    1.10 -      /// first and second is INVALID. If the node is from the blue
    1.11 -      /// partition then it is returned in second and first is
    1.12 -      /// INVALID. If the node INVALID then both first and second are
    1.13 -      /// INVALID in the return value.
    1.14 -      std::pair<RedNode, BlueNode> asRedBlueNode(const Node&) const {
    1.15 -        return std::make_pair(RedNode(), BlueNode());
    1.16 -      }
    1.17 -
    1.18        /// \brief Gives back the red end node of the edge.
    1.19        /// 
    1.20        /// Gives back the red end node of the edge.