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

Use `ismutable`

Open Tokazama opened this issue 4 years ago • 0 comments

https://github.com/JuliaGraphs/LightGraphs.jl/blob/9e415c7efa914f6dcb6a7134dc7744038db200df/src/shortestpaths/johnson.jl#L33

I think the most recent versions of Julia should be using ismutable(distmx ) here.

Tokazama avatar Sep 22 '21 18:09 Tokazama