pub fn get_node_ordering(fast_graph: &FastGraph) -> Vec<NodeId> ⓘ
Returns the node ordering of a prepared graph. This can be used to run the preparation with prepare_with_order().
prepare_with_order()