LightGraphsFlows.jl icon indicating copy to clipboard operation
LightGraphsFlows.jl copied to clipboard

Flow algorithms on LightGraphs

Results 15 LightGraphsFlows.jl issues
Sort by recently updated
recently updated
newest added

Is there a way to have `mincost()` return not just the solution variables, but also the dual variables? In the example posted, `mincost()` is passed `Clpsolver()`, which produces the dual...

I need to extract the set of paths composing the max-flow returned by Edmond Karp's algorithm (or any augmenting paths method). Do you mind if I add this set of...

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...

When trying to solve a mincost flow on an infeasible network, we get a warning and a NaN matrix: ``` LightGraphsFlows.mincost_flow(g, cap, demand, cost) glp_intopt: optimal basis to initial LP...

help wanted
design

maxflow algorithms can be specialized on matrix types, at least for: * sparse * dense