p_subsequence (261B)
1 # P subsequence 2 3 A [word] u is a p-subsequence of a [word] v for an integer p if the factor of v containing u as an embedding has total length at most p 4 5 Discussed in [kosche2022combinatorial] 6 7 Up: [subsequence] 8 9 See also: [subsequence_testing_gap_constraints]