Add check for directed graphs in flow module, and rename kolmogorov_max_flow
This adds a check for directed graphs in most functions of the flow module, and renames the kolmogorov_max_flow to koybov_kolmogorov_max_flow. This also optimizes the graph augmentation in koybov_kolmogorov_max_flow, where reversed edges are detected and used if they exist.
Please register or sign in to comment