Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit permutations to 1000 #383

Merged
merged 1 commit into from
Jan 18, 2025
Merged

Conversation

jjanzenn
Copy link
Contributor

Description

Certain choices of flag result in combinatorial explosion when generating permutations. This leads to certain flags taking an impractical amount of time to generate. This change limits the number of permutations to 1000 which is small enough to be practical to compute and also large enough that users are unlikely to exhaust all the options.

Relevant Links

See #382.

@hykilpikonna
Copy link
Owner

Oops, thanks for the fix!!

@hykilpikonna hykilpikonna merged commit 211beb7 into hykilpikonna:master Jan 18, 2025
1 check passed
hykilpikonna added a commit that referenced this pull request Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants