src/work/marci/bipartite_graph_wrapper.h
changeset 767 1d3a11622365
parent 641 bfd6c14e2975
child 768 a5e9303a5511
equal deleted inserted replaced
12:3e507cf679d0 13:5580325b9c5a
    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.