pub fn apply_simplifier_gadgets(
grid: &mut MappingGrid,
nrepeat: usize,
) -> Vec<KsgTapeEntry>Expand description
Apply simplifier gadgets (KsgDanglingLeg variants).
nrepeat specifies the number of simplification passes.
pub fn apply_simplifier_gadgets(
grid: &mut MappingGrid,
nrepeat: usize,
) -> Vec<KsgTapeEntry>Apply simplifier gadgets (KsgDanglingLeg variants).
nrepeat specifies the number of simplification passes.