COIN-OR::LEMON - Graph Library

Changeset 2120:a907fb95f1e0 in lemon-0.x for lemon/concept/graph.h


Ignore:
Timestamp:
07/05/06 18:59:45 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2832
Message:

As we agreed, Node/Edge::operator<() is required by the concept

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/graph.h

    r2117 r2120  
    124124        /// the items; this order has nothing to do with the iteration
    125125        /// ordering of the items.
    126         ///
    127         /// \bug This is a technical requirement. Do we really need this?
    128126        bool operator<(Node) const { return false; }
    129127
     
    216214        /// the items; this order has nothing to do with the iteration
    217215        /// ordering of the items.
    218         ///
    219         /// \bug This is a technical requirement. Do we really need this?
    220216        bool operator<(Edge) const { return false; }
    221217      };
Note: See TracChangeset for help on using the changeset viewer.