LightGraphsFlows.jl
LightGraphsFlows.jl copied to clipboard
Min cost flow docs src link points to a wrong version
Hello, a minor glitch: the src link in the min cost flow documentations points to a wrong source version not using JuMP.
Mathieu
I'm not aware of how Julia package documentation building works exactly
In the documentation link labelled "stable" https://juliagraphs.github.io/LightGraphsFlows.jl/stable/ the mincost function doc relates to the master version.
In readme.md the link to documentation in the first paragraphs points to https://juliagraphs.github.io/LightGraphsFlows.jl/latest/ In the latest documentation tree, the mincost descriptions relates to a different (older ?) version of the function not using JuMP.
Once you know that, it is good enough. One just have to use the link the stable documentation. But it is confusing for a new user. Since I'm not familiar with the mechanics of the documentation building, I can not help much.