pub fn test_llc( id: usize, cores: BTreeMap<usize, Arc<Core>>, node_id: usize, ) -> Llc
Create an Llc from a set of cores with the given IDs.
Llc