get_node_ordering

Function get_node_ordering 

Source
pub fn get_node_ordering(fast_graph: &FastGraph) -> Vec<NodeId> 
Expand description

Returns the node ordering of a prepared graph. This can be used to run the preparation with prepare_with_order().