omni::graph::exec::unstable::VisitLast

Defined in omni/graph/exec/unstable/Traversal.h

using omni::graph::exec::unstable::VisitLast = detail::VisitLast

Traversal strategy that enters the node when entire upstream was already visited and this is the last opportunity to enter the node.

In case of cycles, this algorithm is relying on knowledge of number of parents that are causing cycles.