COIN-OR::LEMON - Graph Library

Changeset 2534:edad4c3e926d in lemon-0.x for lemon


Ignore:
Timestamp:
12/05/07 13:57:24 (16 years ago)
Author:
Peter Kovacs
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3411
Message:

Improved docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_utils.h

    r2510 r2534  
    932932  ///
    933933  /// After the copy the \c nr map will contain the mapping from the
    934   /// from graph's nodes to the to graph's nodes and the \c ecr will
    935   /// contain the mapping from the to graph's edges to the from's
    936   /// edges.
     934  /// nodes of the \c from graph to the nodes of the \c to graph and
     935  /// \c ecr will contain the mapping from the edges of the \c to graph
     936  /// to the edges of the \c from graph.
    937937  ///
    938938  /// \see GraphCopy
     
    11891189  ///
    11901190  /// After the copy the \c nr map will contain the mapping from the
    1191   /// from graph's nodes to the to graph's nodes and the \c ecr will
    1192   /// contain the mapping from the to graph's edges to the from's
    1193   /// edges.
     1191  /// nodes of the \c from graph to the nodes of the \c to graph and
     1192  /// \c ecr will contain the mapping from the edges of the \c to graph
     1193  /// to the edges of the \c from graph.
    11941194  ///
    11951195  /// \see UGraphCopy
     
    15541554  ///
    15551555  /// After the copy the \c nr map will contain the mapping from the
    1556   /// from graph's nodes to the to graph's nodes and the \c ecr will
    1557   /// contain the mapping from the to graph's edges to the from's
    1558   /// edges.
     1556  /// nodes of the \c from graph to the nodes of the \c to graph and
     1557  /// \c ecr will contain the mapping from the edges of the \c to graph
     1558  /// to the edges of the \c from graph.
    15591559  ///
    15601560  /// \see BpUGraphCopy
Note: See TracChangeset for help on using the changeset viewer.