lemon/suurballe.h
changeset 444 cace3206223b
parent 358 7f26c4b32651
child 463 88ed40ad0d4f
equal deleted inserted replaced
1:5afe6771ab07 2:f8d782c2d81b
    49   /// The default value is <tt>Digraph::ArcMap<int></tt>.
    49   /// The default value is <tt>Digraph::ArcMap<int></tt>.
    50   ///
    50   ///
    51   /// \warning Length values should be \e non-negative \e integers.
    51   /// \warning Length values should be \e non-negative \e integers.
    52   ///
    52   ///
    53   /// \note For finding node-disjoint paths this algorithm can be used
    53   /// \note For finding node-disjoint paths this algorithm can be used
    54   /// with \ref SplitDigraphAdaptor.
    54   /// with \ref SplitNodes.
    55 #ifdef DOXYGEN
    55 #ifdef DOXYGEN
    56   template <typename Digraph, typename LengthMap>
    56   template <typename Digraph, typename LengthMap>
    57 #else
    57 #else
    58   template < typename Digraph = ListDigraph,
    58   template < typename Digraph = ListDigraph,
    59              typename LengthMap = typename Digraph::template ArcMap<int> >
    59              typename LengthMap = typename Digraph::template ArcMap<int> >