Changes in / [922:9312d6c89d02:920:745312f9b441] in lemon-main
- Location:
- lemon
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/capacity_scaling.h
r922 r919 87 87 /// consider to use the named template parameters instead. 88 88 /// 89 /// \warning Both \c V and \c C must be signed number types. 90 /// \warning All input data (capacities, supply values, and costs) must 89 /// \warning Both number types must be signed and all input data must 91 90 /// be integer. 92 91 /// \warning This algorithm does not support negative costs for -
lemon/cost_scaling.h
r922 r919 117 117 /// consider to use the named template parameters instead. 118 118 /// 119 /// \warning Both \c V and \c C must be signed number types. 120 /// \warning All input data (capacities, supply values, and costs) must 119 /// \warning Both number types must be signed and all input data must 121 120 /// be integer. 122 121 /// \warning This algorithm does not support negative costs for -
lemon/cycle_canceling.h
r922 r919 66 66 /// algorithm. By default, it is the same as \c V. 67 67 /// 68 /// \warning Both \c V and \c C must be signed number types. 69 /// \warning All input data (capacities, supply values, and costs) must 68 /// \warning Both number types must be signed and all input data must 70 69 /// be integer. 71 70 /// \warning This algorithm does not support negative costs for -
lemon/kruskal.h
r921 r584 31 31 ///\file 32 32 ///\brief Kruskal's algorithm to compute a minimum cost spanning tree 33 /// 34 ///Kruskal's algorithm to compute a minimum cost spanning tree. 35 /// 33 36 34 37 namespace lemon { -
lemon/network_simplex.h
r922 r919 64 64 /// algorithm. By default, it is the same as \c V. 65 65 /// 66 /// \warning Both \c V and \c C must be signed number types. 67 /// \warning All input data (capacities, supply values, and costs) must 66 /// \warning Both number types must be signed and all input data must 68 67 /// be integer. 69 68 ///
Note: See TracChangeset
for help on using the changeset viewer.