maxweightedperfectmatching throws UndefVarError: ListGraphEdgeMapInt not defined on current LEMON_jll (v1.3.6).
This is called transitively via GraphsMatching.jl's LEMONMWPMAlgorithm.
Environment
[86223c79] Graphs v1.13.1
[c3af3a8c] GraphsMatching v0.2.1
[14b1564f] LEMONGraphs v0.1.1
[9f9b04fa] LEMON_jll v1.3.6+0
In src/LEMONGraphs.jl:
function maxweightedperfectmatching(graph::Graph, weights::AbstractVector{<:Integer})
g,ns,es = toListGraph(graph)
mapedge = Lib.ListGraphEdgeMapInt(g) # <-- this name doesn't exist
...
maxweightedperfectmatching throws
UndefVarError: ListGraphEdgeMapInt not defined on current LEMON_jll (v1.3.6).This is called transitively via GraphsMatching.jl's LEMONMWPMAlgorithm.
In src/LEMONGraphs.jl: