Function rustfst::algorithms::optimize[][src]

pub fn optimize<W: Semiring + WeaklyDivisibleSemiring + WeightQuantize, F: MutableFst<W> + AllocableFst<W>>(
    fst: &mut F
) -> Result<()> where
    W::ReverseWeight: WeightQuantize