Move-Split-Merge (MSM)
Source: src/msm.rs
Internal Functions
These are internal Rust functions not directly callable from Python.
msm_cost
Helper function to calculate the MSM cost.
msm_distance
Optimized MSM distance using O(m) memory.
Source: src/msm.rs
These are internal Rust functions not directly callable from Python.
Helper function to calculate the MSM cost.
Optimized MSM distance using O(m) memory.