| changeset 938 | 70e2886211d5 | 
| parent 470 | b64956c701c9 | 
| child 986 | e997802b855c | 
| 8:d77f3a564572 | 9:8c60a69d110d | 
|---|---|
3 #include <smart_graph.h>  | 
3 #include <smart_graph.h>  | 
4 #include <dimacs.h>  | 
4 #include <dimacs.h>  | 
5 #include <preflow.h>  | 
5 #include <preflow.h>  | 
6 #include <time_measure.h>  | 
6 #include <time_measure.h>  | 
7  | 
7  | 
8 using namespace hugo;  | 
8 using namespace lemon;  | 
9  | 
9  | 
10 int main(int, char **) {  | 
10 int main(int, char **) {  | 
11  | 
11  | 
12 typedef SmartGraph Graph;  | 
12 typedef SmartGraph Graph;  | 
13  | 
13  |