Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <IndexesNormalize.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::trie< DefaultSymbolType, unsigned > | normalizeTrie (ext::trie< SymbolType, unsigned > &&trie) |
template<class SymbolType > | |
static ext::trie< DefaultSymbolType, std::optional< unsigned > > | normalizeTrie (ext::trie< SymbolType, std::optional< unsigned > > &&trie) |
template<class SymbolType > | |
static ext::trie< common::ranked_symbol< DefaultSymbolType >, unsigned > | normalizeRankedTrie (ext::trie< common::ranked_symbol< SymbolType >, unsigned > &&trie) |
template<class SymbolType > | |
static ext::trie< common::ranked_symbol< DefaultSymbolType >, std::optional< unsigned > > | normalizeRankedTrie (ext::trie< common::ranked_symbol< SymbolType >, std::optional< unsigned > > &&trie) |
This class contains methods to print XML representation of automata to the output stream.
|
static |
|
static |
|
static |
|
static |