Am 09.02.21 um 12:53 schrieb Alessandro Tonin:
In case I would like to write a c++ extension, which steps do you suggest me to take?
Read the documentation: https://graph-tool.skewed.de/static/doc/demos/cppextensions/cppextensions.html
I saw that you use dijkstra_shortest_paths_no_color_map_no_init from boost library with the class djk_max_visitor. Do you think I can just extend the class adding the examine_edge method?
Sure, why not... Best, Tiago -- Tiago de Paula Peixoto <[email protected]> _______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
