0_0_8034367_14917.cpp: In function `int main()':
0_0_8034367_14917.cpp:132: error: no matching function for call to `Graph::add_edge(int&, int&, int&, int)'
0_0_8034367_14917.cpp:23: note: candidates are: void Graph::add_edge(int, int, type)
0_0_8034367_14917.cpp:133: error: no matching function for call to `Graph::add_edge(int, int&, int, int)'
0_0_8034367_14917.cpp:23: note: candidates are: void Graph::add_edge(int, int, type)
0_0_8034367_14917.cpp:134: error: no matching function for call to `Graph::add_edge(int&, int, int, int)'
0_0_8034367_14917.cpp:23: note: candidates are: void Graph::add_edge(int, int, type)
0_0_8034367_14917.cpp:136: error: no matching function for call to `Graph::add_edge(int&, int, const type&, int)'
0_0_8034367_14917.cpp:23: note: candidates are: void Graph::add_edge(int, int, type)
0_0_8034367_14917.cpp:138: error: no matching function for call to `Graph::add_edge(int&, int, const type&, int)'
0_0_8034367_14917.cpp:23: note: candidates are: void Graph::add_edge(int, int, type)
0_0_8034367_14917.cpp:140: error: no matching function for call to `Graph::add_edge(int&, int, const type&, int)'
0_0_8034367_14917.cpp:23: note: candidates are: void Graph::add_edge(int, int, type)
0_0_8034367_14917.cpp:142: error: no matching function for call to `Graph::add_edge(int&, int, const type&, int)'
0_0_8034367_14917.cpp:23: note: candidates are: void Graph::add_edge(int, int, type)
0_0_8034367_14917.cpp:144: error: 'struct Graph' has no member named 'mcmf'
|