02-26-2016, 02:44 AM
(This post was last modified: 02-26-2016, 02:45 AM by newntk.
Edit Reason: add trace
)
Sorry I have to post here, I can not raise a new post yet
I use mp32 version 0.73 and get strange results
The --help explains it very clearly:
-q, --seq-max=NUM Maximum number of multiple sequential characters
-r, --occurrence-max=NUM Maximum number of occurrence of a character
and here is my command
mp32 -q 2 -r 2 ?l?l?l?l ; max 2x sequential allowed, max reoccurence of a character is 2x BUT very surprising "aazj" (sequential of 'a'=2),"abza" (occurence of 'a')=2 PW are not there.
Only when I use
mp32 -q 3 -r 3 ?l?l?l?l then I can get "aazj" in the combinations
for q and r these are the min I have to set to see the 2x sequential 3 x occurent
c:\HC>mp32 -q 3 -r 3 ?l?l?l?l | grep -i aabz
aabz
c:\HC>mp32 -q 3 -r 4 ?l?l?l?l | grep -i aaba
aaba
I use mp32 version 0.73 and get strange results
The --help explains it very clearly:
-q, --seq-max=NUM Maximum number of multiple sequential characters
-r, --occurrence-max=NUM Maximum number of occurrence of a character
and here is my command
mp32 -q 2 -r 2 ?l?l?l?l ; max 2x sequential allowed, max reoccurence of a character is 2x BUT very surprising "aazj" (sequential of 'a'=2),"abza" (occurence of 'a')=2 PW are not there.
Only when I use
mp32 -q 3 -r 3 ?l?l?l?l then I can get "aazj" in the combinations
for q and r these are the min I have to set to see the 2x sequential 3 x occurent
c:\HC>mp32 -q 3 -r 3 ?l?l?l?l | grep -i aabz
aabz
c:\HC>mp32 -q 3 -r 4 ?l?l?l?l | grep -i aaba
aaba