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
In the function FIND_LDAG, if the node has no in-edges, then the function will return an empty graph with no nodes and no edges.However, it is wrong, the node itself should be added into the LDAG graph.