Skip to content

How to do reverse shortest paths on AdjMatrix? #104

Description

@Pr0methean

On an AdjMatrix<_,_,Directed,DefaultId>, what's the best way to find the shortest paths from all vertices to a destination vertex? petgraph has a Reverse wrapper, but unlike gryf it's not flexible enough (the vertex-attribute type has to implement Copy, which mine doesn't).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions