Skip to content

Enhancement: prefer direct paths #11

Description

@Nik-U

In fully-connected GraphML files, NetMirage should be able to be instructed to avoid routing paths that are shorter than the explicit direct paths. In Shadow GraphML files, this is indicated by the following key:

<key attr.name="preferdirectpaths" attr.type="string" for="graph" id="d0" />

If the key is present and/or a CLI option is specified, netmirage-core not run its Floyd-Warshall algorithm; it should use only the direct edges from the file. If an edge is not present, it should return an error.

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