changeset 575 | bdf7fb750e0e |
parent 539 | fb261e3a9a0f |
child 579 | 859f8c7e2a40 |
0:1fd7b77e649d | 1:67f3f0fd7c24 |
---|---|
8 ///\brief SmartGraph and SymSmartGraph classes. |
8 ///\brief SmartGraph and SymSmartGraph classes. |
9 |
9 |
10 #include <vector> |
10 #include <vector> |
11 #include <limits.h> |
11 #include <limits.h> |
12 |
12 |
13 #include "invalid.h" |
13 #include <hugo/invalid.h> |
14 |
14 |
15 namespace hugo { |
15 namespace hugo { |
16 |
16 |
17 /// \addtogroup graphs |
17 /// \addtogroup graphs |
18 /// @{ |
18 /// @{ |