Simon Schölly
Simon Schölly
Can Julia code that you are using to call `mincost_flow`? From the error it looks like to call the function somehow like this: ```julia mincost_flow(g, node_demand, edge_capacity, edge_cost, optimizer, 1,...
I also saw that the documentation that you are using (and that is linked to in serveral places) is three years old - here are now updated docs for the...
The problem was before, the documentation folder was called `latest` but was never updated. With the new ci scripts, we will have a folder `stable` and a folder `dev`. So...
Yes, maybe there is no other option - maybe github cannot deal with symlinks to symlinks or so. We should just update juliagraphs.org then, and juliahub will also contain the...
It looks like this test file: https://github.com/JuliaGraphs/LightGraphsFlows.jl/blob/master/test/boykov_kolmogorov.jl is still here, are you perhaps referring to some other tests? Also, do you have a simple example where the code fails at...
I thin @matbesancon should do that, he also just made me admin a few days ago. But what would be the problem with adding the tests in a fork and...
I just checked, I think somebody already made you admin here.
Is there an advantage of writing a specalised methods for `AbstractSimpleWeightedGraph`? Wouldn't it be better to have a general method that uses the `weights` function for calculating the capacities? Then...
There once was a jsoc project for that, but it failed. I tried to look into it myself a while ago, but these days I don't find time to do...
That seems to be a good idea, although i have not heard of MWPM so far. It looks as if Lemon is under the boost software license, https://github.com/tpet/lemon/blob/master/LICENSE, and so...