Class SymbolicSccDecomposition


  • public abstract class SymbolicSccDecomposition
    extends Object
    • Constructor Detail

      • SymbolicSccDecomposition

        public SymbolicSccDecomposition()
    • Method Detail

      • sccs

        public List<BddSet> sccs​(BddSet restrictedTo)
        Computes the scc decomposition of the automaton using the algorithm described in https://doi.org/10.1007/s10703-006-4341-z, where the acceptance condition is included in the states. The returned BDDs therefore only contain state and colour variables
        Parameters:
        restrictedTo - a BddSet representing the state-space for which the SCC decomposition is computed. Only states in restrictedTo are included in the result.
        Returns:
        A list of BddSets representing the SCCs of the automaton.
      • isTrivialScc

        public boolean isTrivialScc​(BddSet scc)