changeset 551 | d167149bde95 |
parent 531 | 66f1c466889f |
12:505505cdaa22 | 13:7a36257147bc |
---|---|
8 ///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes. |
8 ///\brief ListGraph, SymListGraph, NodeSet and EdgeSet 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 /// @{ |