Skip to content

Shortest path #16

@filchristou

Description

@filchristou

Is there a well-defined way/example of how to solve shortest path for Multigraphs.jl ?
Since weights(mg::Multigraph) returns a N x N matrix, where N is the vertices number, I see that there is not the capability to have granular weights per sub-edge.
For shortest path giving the minimum of the subedges to the N x N matrix will probably work, but there are complications if I want to find the first k shortest paths..
Are there any guidelines in the matter ?

(sorry for storming the package in the last couple of hours!)

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