containsOnlyLongestSubSequences property

bool containsOnlyLongestSubSequences
getter/setter pair

When true (the default), only sub-sequences of the maximum found length are included in the result. When false, all found sub-sequences are returned regardless of length.

Implementation

bool containsOnlyLongestSubSequences = true;