COIN-OR::LEMON - Graph Library

Changeset 2512:371cf309fc3c in lemon-0.x for lemon/bits


Ignore:
Timestamp:
11/14/07 18:44:42 (16 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3377
Message:

Elevator: slight changes in elevator interface
LinkedElevator?: based on linked lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/traits.h

    r2391 r2512  
     1
    12/* -*- C++ -*-
    23 *
     
    5859    public:
    5960      typedef typename Graph::template NodeMap<_Value> Parent;
     61      typedef typename Graph::template NodeMap<_Value> Type;
    6062      typedef typename Parent::Value Value;
    6163
     
    9597    public:
    9698      typedef typename Graph::template EdgeMap<_Value> Parent;
     99      typedef typename Graph::template EdgeMap<_Value> Type;
    97100      typedef typename Parent::Value Value;
    98101
     
    131134    public:
    132135      typedef typename Graph::template UEdgeMap<_Value> Parent;
     136      typedef typename Graph::template UEdgeMap<_Value> Type;
    133137      typedef typename Parent::Value Value;
    134138
     
    167171    public:
    168172      typedef typename Graph::template ANodeMap<_Value> Parent;
     173      typedef typename Graph::template ANodeMap<_Value> Type;
    169174      typedef typename Parent::Value Value;
    170175
     
    203208    public:
    204209      typedef typename Graph::template BNodeMap<_Value> Parent;
     210      typedef typename Graph::template BNodeMap<_Value> Type;
    205211      typedef typename Parent::Value Value;
    206212
Note: See TracChangeset for help on using the changeset viewer.