equal
deleted
inserted
replaced
64 typedef typename Graph::UEdgeIt UEdgeIt; |
64 typedef typename Graph::UEdgeIt UEdgeIt; |
65 typedef typename Graph::NodeIt NodeIt; |
65 typedef typename Graph::NodeIt NodeIt; |
66 typedef typename Graph::IncEdgeIt IncEdgeIt; |
66 typedef typename Graph::IncEdgeIt IncEdgeIt; |
67 |
67 |
68 typedef typename Graph::template NodeMap<int> UFECrossRef; |
68 typedef typename Graph::template NodeMap<int> UFECrossRef; |
69 typedef UnionFindEnum<Node, UFECrossRef> UFE; |
69 typedef UnionFindEnum<UFECrossRef> UFE; |
70 |
70 |
71 public: |
71 public: |
72 |
72 |
73 ///Indicates the Gallai-Edmonds decomposition of the graph. |
73 ///Indicates the Gallai-Edmonds decomposition of the graph. |
74 |
74 |