sbromberger / LightGraphs.jl

An optimized graphs package for the Julia programming language
Other
670 stars 185 forks source link

Use `ismutable` #1597

Open Tokazama opened 2 years ago

Tokazama commented 2 years ago

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.