changeset 875 | fda944f15ca7 |
parent 642 | e812963087f0 |
child 921 | 818510fa3d99 |
3:8ec7543051da | 4:05fbeea765d8 |
---|---|
1 // -*- c++ -*- |
1 // -*- c++ -*- |
2 #include <iostream> |
2 #include <iostream> |
3 #include <fstream> |
3 #include <fstream> |
4 |
4 |
5 #include <sage_graph.h> |
5 #include <sage_graph.h> |
6 #include <hugo/for_each_macros.h> |
6 #include <for_each_macros.h> |
7 |
7 |
8 using namespace hugo; |
8 using namespace hugo; |
9 |
9 |
10 int main() |
10 int main() |
11 { |
11 { |