COIN-OR::LEMON - Graph Library

Changeset 1979:c2992fd74dad in lemon-0.x for lemon/euler.h


Ignore:
Timestamp:
02/22/06 19:26:56 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2569
Message:

Mergeing extendermerge branch
Changes:

the extender system
resize for static size graph
UGraphExtender => UndirectGraphExtender?

UGraphExtenders with changed meaning

Some UGraphExtender /SubUGraphExtenders, DirectUGraphExtender/
GridGraph? => GridUGraph
radix sort to ansi compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/euler.h

    r1970 r1979  
    234234  bool
    235235#else
    236   typename enable_if<typename Graph::UTag,bool>::type
     236  typename enable_if<UndirectedTagIndicator<Graph>,bool>::type
    237237  euler(const Graph &g)
    238238  {
     
    242242  }
    243243  template<class Graph>
    244   typename disable_if<typename Graph::UTag,bool>::type
     244  typename disable_if<UndirectedTagIndicator<Graph>,bool>::type
    245245#endif
    246246  euler(const Graph &g)
Note: See TracChangeset for help on using the changeset viewer.