equal
deleted
inserted
replaced
11 ///\author Marton Makai |
11 ///\author Marton Makai |
12 |
12 |
13 #include <hugo/invalid.h> |
13 #include <hugo/invalid.h> |
14 #include <iter_map.h> |
14 #include <iter_map.h> |
15 #include <hugo/graph_wrapper.h> |
15 #include <hugo/graph_wrapper.h> |
|
16 #include <for_each_macros.h> |
16 |
17 |
17 namespace hugo { |
18 namespace hugo { |
18 |
19 |
19 /// \brief A wrapper for composing a bipartite graph from a graph |
20 /// \brief A wrapper for composing a bipartite graph from a graph |
20 /// and from a node-map showing for any node which color class it belongs to. |
21 /// and from a node-map showing for any node which color class it belongs to. |