As per the thread topic. Given the following minimal (not-)working example:
http://pastebin.com/6zpwCb4X
I receive the following compilation error:
/usr/local/include/boost/graph/r_c_shortest_paths.hpp:244:50: error: invalid
conversion from 'boost::graph_traits
::vertex_descriptor {aka void*}' to 'int' [-fpermissive] int i_cur_resident_vertex_num = cur_label->resident_vertex;
If I change my graph from:
adjacency_list