Etienne dg
Etienne dg
That's really not a nice behavior :\ ~~the fault seems to be on BlossomV.jl side https://github.com/mlewe/BlossomV.jl/issues/25~~ Ok, in fact, the problem seems to originate from Blossom V itself, this is...
It would be nice to specialize methods on weighted graphs, with weights representing the capacities. In a lot of situations, people who need flow algorithms work with weighted graphs. It...
I don't know how to use Trait. This code should pass the tests for both integers and floats
Hi, I am using Julia 1.6.1 Atom 1.57 The linter does not show any errors when typing the example file. The busy-signal turns green, meaning it has finished his work,...
**Context:** https://github.com/JuliaGraphs/Graphs.jl/issues/138 **MWE:** **Edit:** **smaller reproducer:** ```julia l = Any[[1] for i in 1:6000] for i in 1:2:6000 l[i] = [] end vcat(l...) ``` **original reproducer:** Download the file https://pastebin.com/hfv6Jrgv...
closes #202
Fonts have changed on 1.11(see the 3's in the labels). Probably not related to Arnoldi, I don't know the dependency responsible. It causes tests to fail on nightly. I find...