changeset 286 | d3c4d99860a9 |
parent 206 | 47f62d789fe7 |
child 421 | 54b943063901 |
2:8c2e08a1c6da | 3:a173dd20f2ca |
---|---|
1 // -*- c++ -*- |
1 // -*- c++ -*- |
2 #ifndef DIMACS_H |
2 #ifndef HUGO_DIMACS_H |
3 #define DIMACS_H |
3 #define HUGO_DIMACS_H |
4 |
4 |
5 #include <iostream> |
5 #include <iostream> |
6 #include <string> |
6 #include <string> |
7 #include <vector> |
7 #include <vector> |
8 |
8 |
55 } |
55 } |
56 } |
56 } |
57 |
57 |
58 } //namespace hugo |
58 } //namespace hugo |
59 |
59 |
60 #endif //DIMACS_H |
60 #endif //HUGO_DIMACS_H |