Home | Trees | Indices | Help |
|
---|
|
Automata Module
Classes | |
FiniteStateAutomaton Set of sequences described with a graph and a condition. |
|
FiniteWordAutomaton Finite-word finite-state automaton. |
|
OmegaAutomaton | |
BuchiAutomaton | |
BA Alias to BuchiAutomaton. |
|
RabinPairs Acceptance pairs for Rabin automaton. |
|
RabinAutomaton Rabin automaton. |
|
DRA Deterministic Rabin Automaton. |
|
ParityGame GameGraph equipped with coloring. |
Functions | |||
|
|||
BuchiAutomaton |
|
Variables | |
logger = logging.getLogger(__name__)
|
|
__package__ = None hash(x) |
Function Details |
Create a Buchi Automaton from a tuple of fields. defines Buchi Automaton by a tuple (S, S0, Sa, \Sigma, trans) (maybe replacing \Sigma by AP since it is an AP-based BA ?) See Also
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Nov 19 00:11:17 2016 | http://epydoc.sourceforge.net |