21 template <
class SymbolType >
26template <
class SymbolType >
31 res.addInputSymbol ( symbol );
39 res.addTransition (
i - 1, symbol,
i );
40 res.addTransition ( 0, std::move ( symbol ),
i );
Definition: ExactSubtreeAutomaton.h:15
static automaton::InputDrivenNPDA< common::ranked_symbol< SymbolType >, char, unsigned > construct(const tree::PrefixRankedTree< SymbolType > &tree)
Definition: ExactSubtreeAutomaton.h:27
Definition: ranked_symbol.hpp:20
Class extending the vector class from the standard library. Original reason is to allow printing of t...
Definition: vector.hpp:45
Tree structure represented as linear sequece as result of preorder traversal. The representation is s...
Definition: PrefixRankedTree.h:71
Definition: BoyerMooreHorspool.h:22
int i
Definition: AllEpsilonClosure.h:118
return res
Definition: MinimizeByPartitioning.h:145
Definition: BackwardOccurrenceTest.h:17