let partition = scc_decomposition(lts, &|_, label_index, _| lts.is_hidden_label(label_index));
// If w is not on stack, then (v, w) is an edge pointing to an SCC already found and must be ignored
let reachable = reachable_states(<s, state_index, &|_, label, _| lts.is_hidden_label(label));