pub fn compute_max_cliques(
    gi_head: &PreHashMap<BlockId, PreHashSet<BlockId>>,
) -> Vec<PreHashSet<BlockId>>
Expand description

Computes max cliques of compatible blocks