| Home | Trees | Indices | Help |
|
|---|
|
|
Automata Module
| Classes | |
|
FiniteStateAutomaton Generic automaton. |
|
|
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. |
|
|
StreettAutomaton Omega-automaton with Streett acceptance condition. |
|
|
MullerAutomaton Omega-automaton with Muller acceptance condition. |
|
|
ParityAutomaton Omega-automaton with Parity acceptance condition. |
|
|
ParityGame GameGraph equipped with coloring. |
|
| Functions | |||
|
|||
|
|||
|
|||
|
|||
| BuchiAutomaton |
|
||
| Variables | |
logger = logging.getLogger(__name__)
|
|
__package__ = Nonehash(x) |
|
| Function Details |
Determinize NFA using Rabin-Scott subset construction. UNDER DEVELOPMENT; function signature may change without notice. Calling will result in NotImplementedError. |
Buchi to Deterministic Rabin Automaton converter. UNDER DEVELOPMENT; function signature may change without notice. Calling will result in NotImplementedError. |
Buchi Automaton to Linear Temporal Logic formula converter. UNDER DEVELOPMENT; function signature may change without notice. Calling will result in NotImplementedError. |
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 Tue May 12 18:21:42 2015 | http://epydoc.sourceforge.net |