LongestCommonRepeatA(GeneralizedSuffixArray, Int32) Constructor |
Initializes a new instance of the problem solver for the repeated longest common substring problem.
Namespace: Altaxo.Collections.TextAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public LongestCommonRepeatA(
GeneralizedSuffixArray gsa,
int x_repeats
)
Parameters
- gsa GeneralizedSuffixArray
- Generalized suffix array. It is neccessary that this was constructed with individual words.
- x_repeats Int32
- Number of repeats to find in the words.
See Also