You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
If you drop the labels from a shortest labelled path you do get different paths between nodes. E.g. if you ask for the shortest path from a node n to itself and n does not have an reflexive edge esp produces a path Some(Vector(n)) while lesp produces None.
The text was updated successfully, but these errors were encountered:
If you drop the labels from a shortest labelled path you do get different paths between nodes. E.g. if you ask for the shortest path from a node
n
to itself andn
does not have an reflexive edgeesp
produces a pathSome(Vector(n))
whilelesp
producesNone
.The text was updated successfully, but these errors were encountered: