error: no matching
function for call to ‘in_edges(vertex_descriptor&, mcf_graph&)’
The problem does not occur for out_edges. From the examples I have seen
AdjacencyList should support both functions. Can anybody explain to me
why in_edges do not work for this example?