equal
deleted
inserted
replaced
971 /// @{ |
971 /// @{ |
972 |
972 |
973 /// \brief Return the total cost of the found flow. |
973 /// \brief Return the total cost of the found flow. |
974 /// |
974 /// |
975 /// This function returns the total cost of the found flow. |
975 /// This function returns the total cost of the found flow. |
976 /// Its complexity is O(e). |
976 /// Its complexity is O(m). |
977 /// |
977 /// |
978 /// \note The return type of the function can be specified as a |
978 /// \note The return type of the function can be specified as a |
979 /// template parameter. For example, |
979 /// template parameter. For example, |
980 /// \code |
980 /// \code |
981 /// ns.totalCost<double>(); |
981 /// ns.totalCost<double>(); |