Skip to content

Lib.ListGraphEdgeMapInt no longer exists in current LEMON_jll #29

Description

@Wikunia

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
    ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions