COIN-OR::LEMON - Graph Library

Changeset 648:4ff8041e9c2e in lemon-main for lemon/euler.h


Ignore:
Timestamp:
05/06/09 14:44:05 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Doc improvements and fixes for connectivity tools (#285)
And add loopFree(), parallelFree(), simpleGraph() to the module doc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/euler.h

    r592 r648  
    245245
    246246
    247   ///Check if the given graph is \e Eulerian
     247  ///Check if the given graph is Eulerian
    248248
    249249  /// \ingroup graph_properties
    250   ///This function checks if the given graph is \e Eulerian.
     250  ///This function checks if the given graph is Eulerian.
    251251  ///It works for both directed and undirected graphs.
    252252  ///
Note: See TracChangeset for help on using the changeset viewer.