Crate dag

source ·

Traits§

Functions§

  • Return the future set of the nodes in index_set. The future set (including itself) of a node whose stop_condition is true will not be included.
  • Topologically sort index_set and return a sorted Vec. For the nodes without order-before relationship, the ones with smaller order_indicator output will be ordered first.