COIN-OR::LEMON - Graph Library

Changeset 660:d9cf3b5858ae in lemon-1.2 for lemon


Ignore:
Timestamp:
05/11/09 17:04:40 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Move list and edge sets to the graph module (#290)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/edge_set.h

    r617 r660  
    2323#include <lemon/bits/edge_set_extender.h>
    2424
    25 /// \ingroup semi_adaptors
     25/// \ingroup graphs
    2626/// \file
    2727/// \brief ArcSet and EdgeSet classes.
     
    231231  };
    232232
    233   /// \ingroup semi_adaptors
     233  /// \ingroup graphs
    234234  ///
    235235  /// \brief Digraph using a node set of another digraph or graph and
     
    655655  };
    656656
    657   /// \ingroup semi_adaptors
     657  /// \ingroup graphs
    658658  ///
    659659  /// \brief Graph using a node set of another digraph or graph and an
     
    914914
    915915
    916   /// \ingroup semi_adaptors
     916  /// \ingroup graphs
    917917  ///
    918918  /// \brief Digraph using a node set of another digraph or graph and
     
    12581258  };
    12591259
    1260   /// \ingroup semi_adaptors
     1260  /// \ingroup graphs
    12611261  ///
    12621262  /// \brief Graph using a node set of another digraph or graph and an
Note: See TracChangeset for help on using the changeset viewer.