lemon/concepts/bpugraph.h
changeset 2291 fbc4af1f9378
parent 2261 c52b572c294f
child 2391 14a343be7a5a
equal deleted inserted replaced
1:83c943b86e4b 2:89ce63265a6b
   850       }
   850       }
   851 
   851 
   852       /// \brief Direct the given undirected edge.
   852       /// \brief Direct the given undirected edge.
   853       ///
   853       ///
   854       /// Direct the given undirected edge. The returned edge
   854       /// Direct the given undirected edge. The returned edge
   855       /// represents the given undireted edge and the direction comes
   855       /// represents the given undirected edge and the direction comes
   856       /// from the given bool.  The source of the undirected edge and
   856       /// from the given bool.  The source of the undirected edge and
   857       /// the directed edge is the same when the given bool is true.
   857       /// the directed edge is the same when the given bool is true.
   858       Edge direct(const UEdge&, bool) const {
   858       Edge direct(const UEdge&, bool) const {
   859 	return INVALID;
   859 	return INVALID;
   860       }
   860       }