COIN-OR::LEMON - Graph Library

Changeset 2620:8f41a3129746 in lemon-0.x for lemon/min_mean_cycle.h


Ignore:
Timestamp:
10/05/08 15:37:17 (16 years ago)
Author:
Peter Kovacs
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3505
Message:

Doc improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/min_mean_cycle.h

    r2618 r2620  
    233233      return true;
    234234    }
    235    
     235
    236236    /// @}
    237237
     
    242242
    243243    /// @{
    244    
     244
    245245    /// \brief Returns the total length of the found cycle.
    246246    ///
     
    292292      return *_cycle_path;
    293293    }
    294    
     294
    295295    ///@}
    296    
     296
    297297  private:
    298298
Note: See TracChangeset for help on using the changeset viewer.