LongestCommonGeneralizedRepeatL(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 LongestCommonGeneralizedRepeatL(
GeneralizedSuffixArray gsa,
int[] x_repeats
)
Parameters
- gsa GeneralizedSuffixArray
- Generalized suffix array. It is neccessary that this was constructed with individual words.
- x_repeats Int32
- Array (length: number of words) with the number of repeats that should occur in each of the words.
See Also