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