pub fn apply_weighted_crossing_gadgets(
grid: &mut MappingGrid,
copylines: &[CopyLine],
) -> Vec<KsgTapeEntry>Expand description
Apply crossing gadgets with proper weights for weighted mode. Uses apply_weighted_gadget which respects mapped_weights() for each gadget.