The inclusion stratergy which will be called upon the graph node prior to it being visited during a dfs operation.
It is a predicate to determine whether or not the graph node in concern should be recursed upon.
See Implementation
The inclusion stratergy which will be called upon the graph node prior to it being visited during a dfs operation.
It is a predicate to determine whether or not the graph node in concern should be recursed upon.