COIN-OR::LEMON - Graph Library

Changeset 2120:a907fb95f1e0 in lemon-0.x for lemon/concept/ugraph.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/ugraph.h

    r2111 r2120  
    108108        /// the items; this order has nothing to do with the iteration
    109109        /// ordering of the items.
    110         ///
    111         /// \bug This is a technical requirement. Do we really need this?
    112110        bool operator<(Node) const { return false; }
    113111
     
    200198        /// the items; this order has nothing to do with the iteration
    201199        /// ordering of the items.
    202         ///
    203         /// \bug This is a technical requirement. Do we really need this?
    204200        bool operator<(UEdge) const { return false; }
    205201      };
     
    338334        /// the items; this order has nothing to do with the iteration
    339335        /// ordering of the items.
    340         ///
    341         /// \bug This is a technical requirement. Do we really need this?
    342336        bool operator<(Edge) const { return false; }
    343337       
Note: See TracChangeset for help on using the changeset viewer.