Am 06.07.20 um 21:20 schrieb spolo96:
Greetings everyone, I just began to check this awesome module for Graphs in Python and I'm interested in Flow algorithms, specifically the Minimum S-T cut one, however I don't know if the example for the final two algorithms: "graph_tool.flow.min_st_cut" and "graph_tool.flow.min_cut" is missing or something, since they both load this specific graph example: g = gt.load_graph("mincut-example.xml.gz")
But after checking the website I cannot find it, or see how it was created like the previous example for the other flow graphs: "flow-example.xml.gz".
This is one of my first times in the pages, so I ask for forgiveness if I missed it, but the reason I ask here is because I didn't find it.
Indeed this is a bug in the documentation. The file is indeed missing. Thanks for spotting it! Please open an issue in the website, and I'll fix it for the next release. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>