changeset 944 | 4f064aff855e |
parent 281 | 3fefabfd00b7 |
child 986 | e997802b855c |
0:f39a18b1fb8d | 1:b6c850ef9042 |
---|---|
12 class CM { |
12 class CM { |
13 public: |
13 public: |
14 template<typename T> int get(T) const {return 1;} |
14 template<typename T> int get(T) const {return 1;} |
15 }; |
15 }; |
16 |
16 |
17 using namespace hugo; |
17 using namespace lemon; |
18 |
18 |
19 // Use a DIMACS max flow file as stdin. |
19 // Use a DIMACS max flow file as stdin. |
20 // read_dimacs_demo < dimacs_max_flow_file |
20 // read_dimacs_demo < dimacs_max_flow_file |
21 |
21 |
22 |
22 |