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