COIN-OR::LEMON - Graph Library

Changeset 1620:09feafe81053 in lemon-0.x for lemon/concept/graph.h


Ignore:
Timestamp:
08/11/05 15:07:54 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2128
Message:

Start working on UndirGraph? concept clarification and its harmonization with
the directed graph concept.
Not yet done!!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/graph.h

    r1563 r1620  
    3232
    3333   
    34     /// \addtogroup graph_concepts
    35     /// @{
    36 
    3734    /**************** The full-featured graph concepts ****************/
    3835
     
    10198      };
    10299    };
     100
     101    /// \addtogroup graph_concepts
     102    /// @{
    103103
    104104    /// An empty static graph class.
     
    253253        /// Inequality operator
    254254
    255         /// \sa operator==(Node n)
     255        /// \sa operator==(Edge n)
    256256        ///
    257257        bool operator!=(Edge) const { return true; }
Note: See TracChangeset for help on using the changeset viewer.