equal
deleted
inserted
replaced
1 // -*- c++ -*- |
1 // -*- c++ -*- |
2 #ifndef HUGO_SAGE_GRAPH_H |
2 #ifndef LEMON_SAGE_GRAPH_H |
3 #define HUGO_SAGE_GRAPH_H |
3 #define LEMON_SAGE_GRAPH_H |
4 |
4 |
5 #include <iostream> |
5 #include <iostream> |
6 #include <vector> |
6 #include <vector> |
7 |
7 |
8 #include <hugo/invalid.h> |
8 #include <lemon/invalid.h> |
9 |
9 |
10 namespace hugo { |
10 namespace lemon { |
11 |
11 |
12 // template <typename It> |
12 // template <typename It> |
13 // int count(It it) { |
13 // int count(It it) { |
14 // int i=0; |
14 // int i=0; |
15 // for( ; it.valid(); ++it) { ++i; } |
15 // for( ; it.valid(); ++it) { ++i; } |
534 public: |
534 public: |
535 typedef SymEdgeIt OutEdgeIt; |
535 typedef SymEdgeIt OutEdgeIt; |
536 typedef SymEdgeIt InEdgeIt; |
536 typedef SymEdgeIt InEdgeIt; |
537 }; |
537 }; |
538 |
538 |
539 } //namespace hugo |
539 } //namespace lemon |
540 |
540 |
541 #endif //HUGO_SAGE_GRAPH_H |
541 #endif //LEMON_SAGE_GRAPH_H |