changeset 1050 | bcc0766a7b86 |
parent 762 | 511200bdb71f |
4:05fbeea765d8 | 5:3bd2eb586120 |
---|---|
3 #include <fstream> |
3 #include <fstream> |
4 |
4 |
5 #include <sage_graph.h> |
5 #include <sage_graph.h> |
6 #include <for_each_macros.h> |
6 #include <for_each_macros.h> |
7 |
7 |
8 using namespace hugo; |
8 using namespace lemon; |
9 |
9 |
10 int main() |
10 int main() |
11 { |
11 { |
12 typedef SageGraph Graph; |
12 typedef SageGraph Graph; |
13 Graph g; |
13 Graph g; |