Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <RHPDAToPDA.h>
Static Public Member Functions | |
static automaton::DPDA< > | convert (const automaton::RealTimeHeightDeterministicDPDA< > &pda) |
static automaton::DPDA< > | convert (const automaton::DPDA< > &pda) |
static automaton::NPDA< > | convert (const automaton::RealTimeHeightDeterministicNPDA< > &pda) |
static automaton::NPDA< > | convert (const automaton::NPDA< > &pda) |
Transforms real-time height-deterministic pushdown automaton (RHPDA) to a pushdown automaton (PDA).
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
Transformation of a RHPDA to a PDA.
pda | automaton to transform |
automaton
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.