Function minimize_with_config

Source
pub fn minimize_with_config<W, F>(
    ifst: &mut F,
    config: MinimizeConfig,
) -> Result<()>
Expand description

In place minimization of deterministic weighted automata and transducers, and also non-deterministic ones if they use an idempotent semiring. For transducers, the algorithm produces a compact factorization of the minimal transducer.