pub fn test_node( id: usize, llcs: BTreeMap<usize, Arc<Llc>>, nr_nodes: usize, ) -> Node
Create a Node from a set of LLCs with the given IDs.
Node