pub fn labeled_dual_counts(
inst: &SymmetricInstance,
degree: usize,
) -> BTreeMap<RowLabel, BTreeMap<Structure, u64>>Expand description
The labeled dual entries at one scale: label → (column type → monomial count) — the raw
integer counts before the mod-2 reduction, the objects that are polynomial in the scale.