Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Flow algorithms work only for directed graphs? #22

Open
simonschoelly opened this issue Nov 1, 2018 · 2 comments
Open

Flow algorithms work only for directed graphs? #22

simonschoelly opened this issue Nov 1, 2018 · 2 comments

Comments

@simonschoelly
Copy link
Collaborator

It looks like all the flow algorithms only work for directed graphs. Would some of them work if we lift this restriction or would we need a new implementation for that?

@matbesancon
Copy link
Member

matbesancon commented Nov 1, 2018 via email

@Gnimuc
Copy link

Gnimuc commented Nov 2, 2018

It seems that this is a requirement for computing residual graph. I guess you could convert undirected graphs to directed graphs by assigning the same weight for the same arc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants