bdd spot::scc_map::scc::acc |
The union of all acceptance conditions of transitions which connect the states of the connected component.
cond_set spot::scc_map::scc::conds |
Set of conditions used in the SCC.
int spot::scc_map::scc::index |
std::list<const state*> spot::scc_map::scc::states |
succ_type spot::scc_map::scc::succ |
bdd spot::scc_map::scc::supp |
Conjunction of atomic propositions used in the SCC.
bdd spot::scc_map::scc::supp_rec |
Conjunction of atomic propositions used in the SCC.
bool spot::scc_map::scc::trivial |
Trivial SCC have one state and no self-loops.
bdd spot::scc_map::scc::useful_acc |
Set of acceptance combinations used in the SCC.
Note that the encoding used here differs from the encoding used in automata. If some transitions of the automaton are labeled by Acc[a]&!Acc[b]&!Acc[c] | !Acc[a]&Acc[b]&!Acc[c] an other transitions are labeled by !Acc[a]&Acc[b]&!Acc[c] | !Acc[a]&!Acc[b]&Acc[c] then useful_acc will contain Acc[a]&Acc[b]&!Acc[c] | !Acc[a]&Acc[b]&Acc[c]
The documentation for this struct was generated from the following file: