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
The prohibitions decision algorithm tracks every target node visited, which could be a lot of nodes for big graphs.
Solution
Retrieve prohibitions for the user BEFORE processing the target DAG, and store the targets of those prohibitions. During traversal, store the visited node ONLY if it is in the prohibitions target list.
The text was updated successfully, but these errors were encountered:
Problem
Solution
The text was updated successfully, but these errors were encountered: