Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
stringology::cover::ExactCoversComputation Class Reference

#include <ExactCoversComputation.h>

Static Public Member Functions

template<class SymbolType >
static ext::set< string::LinearString< SymbolType > > compute (const string::LinearString< SymbolType > &pattern)
 

Member Function Documentation

◆ compute()

template<class SymbolType >
ext::set< string::LinearString< SymbolType > > stringology::cover::ExactCoversComputation::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

Parameters
patternstring for which the covers are computed
Returns
set of all exact covers of input pattern.
Here is the call graph for this function:

The documentation for this class was generated from the following file: