Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <HammingMatchingAutomaton.h>
Static Public Member Functions | |
template<class SymbolType > | |
static automaton::NFA< SymbolType, ext::pair< unsigned int, unsigned int > > | construct (const string::LinearString< SymbolType > &pattern, unsigned int allowed_errors) |
template<class SymbolType > | |
static automaton::NFA< SymbolType, ext::pair< unsigned int, unsigned int > > | construct (const string::WildcardLinearString< SymbolType > &pattern, unsigned int allowed_errors) |
|
static |
Creates Hamming matching automata.
|
static |
Creates Hamming matching automata.