Is there a Julia package for DAG’s that supports these operations: dominator, postdominator, preorderdfs, postorderdfs?
AbstractTrees looks like it only works for trees not DAG’s (big surprise) and the few graph packages I’ve looked at don’t seem to have the dominator function.