src/work/marci/bipartite_graph_wrapper.h
changeset 557 9c0ce0a1f000
parent 555 995bc1f1a3ce
child 558 4cbfb435ec2b
equal deleted inserted replaced
9:33ba6cdb93e6 10:3e3da8ca369c
    10 ///
    10 ///
    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 <graph_wrapper.h>
    15 #include <hugo/graph_wrapper.h>
    16 
    16 
    17 namespace hugo {
    17 namespace hugo {
    18 
    18 
    19   /// A wrapper for composing a bipartite graph.
    19   /// A wrapper for composing a bipartite graph.
    20   /// \c _graph have to be a reference to a graph of type \c Graph 
    20   /// \c _graph have to be a reference to a graph of type \c Graph