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