/// A variant of the O(|Act|mn) algorithmn for weak bisimulation equivalence that preserves divergence.
/// A variant of the parallel O(|Act|mn) algorithmn for weak bisimulation equivalence that preserves divergence.
/// A signature based weak bisimulation algorithm that uses inductive signatures and preserves divergence.
/// A signature based branching bisimulation algorithm that uses inductive signatures and preserves divergence.
let (lts, _, partition) = weak_bisim_sigref_inductive_naive(lts, state, preprocess, false, timing);
let (lts, _, partition) = weak_bisim_sigref_inductive_naive(lts, state, preprocess, true, timing);