lemon/network_simplex.h
changeset 1080 c5cd8960df74
parent 1071 879fcb781086
child 1092 dceba191c00d
equal deleted inserted replaced
43:8c81da995efd 44:36ce888cdb92
   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>();