#include <ApproximateCoversComputation.h>
◆ compute() [1/2]
template<class SymbolType >
◆ compute() [2/2]
template<class SymbolType >
Computes all k-approximate covers of a string Source: Shushkova Irina: Implementace automatových algoritmů na hledání pravidelností (2019), Chapter 2.2
- Parameters
-
pattern | string for which the covers are computed |
k | allowed error |
restricted | whether to compute the restricted variant |
- Returns
- set of all smallest distance k-approximate covers of the input string with the smallest distances with maximum Hamming distance k.
The documentation for this class was generated from the following file: