Function fast_paths::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().