changeset 264 | fe81c4b117f4 |
parent 242 | b255f25ad394 |
child 285 | 0bc5f7f66bfa |
17:8db7528ef5cd | 0:9f7d600caba2 |
---|---|
7 ///\brief SmartGraph and SymSmartGraph classes. |
7 ///\brief SmartGraph and SymSmartGraph classes. |
8 |
8 |
9 #include <vector> |
9 #include <vector> |
10 #include <limits.h> |
10 #include <limits.h> |
11 |
11 |
12 #include <invalid.h> |
12 #include "invalid.h" |
13 |
13 |
14 namespace hugo { |
14 namespace hugo { |
15 |
15 |
16 class SymSmartGraph; |
16 class SymSmartGraph; |
17 |
17 |