COIN-OR::LEMON - Graph Library

Changeset 356:b4dcbe3e3b8f in lemon-0.x


Ignore:
Timestamp:
04/21/04 14:31:51 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@481
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/graph_wrapper.h

    r344 r356  
    395395  };
    396396
    397   /// A wrapper for getting an undirected graph by forgetting the orientation of a directed one.
    398 
    399   /// A wrapper for getting an undirected graph by forgetting the orientation of a directed one.
     397  /// A wrapper for forgetting the orientation of a graph.
     398
     399  /// A wrapper for getting an undirected graph by forgetting
     400  /// the orientation of a directed one.
    400401  template<typename Graph>
    401402  class UndirGraphWrapper : public GraphWrapper<Graph> {
Note: See TracChangeset for help on using the changeset viewer.