fn make_ord_block_id(
block_id: BlockId,
sort_map: &HashMap<BlockId, usize>,
) -> OrdBlockId
Expand description
Create an OrdBlockId from a block id and a rank given by a map giving a sort (topological in our use cases) over the graph.
fn make_ord_block_id(
block_id: BlockId,
sort_map: &HashMap<BlockId, usize>,
) -> OrdBlockId
Create an OrdBlockId from a block id and a rank given by a map giving a sort (topological in our use cases) over the graph.