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
This should detect the index of the master node by finding the only node that only has incoming connections and no outgoing connections.
One issue is that it is currently possible for there to be multiple Nodes with no outgoing connections - we might be able to fix this by tightening the method for adding nodes i.e. we could force a user to only be able to add Nodes as long as they connect to some pre-existing node within the graph. This might be too restrictive to be worth it though.
The text was updated successfully, but these errors were encountered:
This should detect the index of the master node by finding the only node that only has incoming connections and no outgoing connections.
One issue is that it is currently possible for there to be multiple Nodes with no outgoing connections - we might be able to fix this by tightening the method for adding nodes i.e. we could force a user to only be able to add
Node
s as long as they connect to some pre-existing node within the graph. This might be too restrictive to be worth it though.The text was updated successfully, but these errors were encountered: