for (transition, relation_vars) in lts.transition_groups().iter().zip(relation_vars_bdd.iter()) {
// Keep todo states that have not been discovered yet, and add them to the set of discovered states.
states.sat_count::<u64, FxBuildHasher>(lts.state_variables().len() as u32, &mut SatCountCache::default())