-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A recent change made SmallGeneratingSet give up very quickly in many cases. This broke the test suites of a bunch of packages, and in general provided output which users may regard as suboptimal, e.g. including trivial permutations and duplicate generators. This patch tries to go for a compromise: we still abort earlier than we used to, but not *quite* as early, and we try to at least remove "obvious" redundancies.
- Loading branch information
Showing
1 changed file
with
26 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters