Click or drag to resize

LongestCommonRepeatL(GeneralizedSuffixArray, Int32) Constructor

Initializes a new instance of the problem solver for the repeated longest common substring problem.

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LongestCommonRepeatL(
	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 in each of the words.
See Also