equal
deleted
inserted
replaced
1 // -*-mode: c++; -*- |
1 // -*-mode: c++; -*- |
|
2 #ifndef GRAPH_WRAPPER_H |
|
3 #define GRAPH_WRAPPER_H |
|
4 |
|
5 namespace marci { |
2 |
6 |
3 template<typename G> |
7 template<typename G> |
4 class TrivGraphWrapper |
8 class TrivGraphWrapper |
5 { |
9 { |
6 G *graph; |
10 G *graph; |