Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <RestrictedApproximateCoversComputation.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::set< ext::pair< string::LinearString< SymbolType >, unsigned int > > | compute (const string::LinearString< SymbolType > &pattern, unsigned int k) |
|
static |
Computes all restricted approximate covers of a string Source: Shushkova Irina: Implementace automatových algoritmů na hledání pravidelností (2019), chapter 2.3
pattern | string for which the covers are computed |