-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #20317: bug in Permutations_msetk cardinality
{{{ sage: P = Permutations([1,1,1,2,2,2,3,3,3], 3) sage: P.cardinality() 1680 sage: _ = P.list() sage: P.cardinality() 27 }}} See the original report on [https://groups.google.com/forum/#!topic /sage-support/rowWX-_gzFo this sage-support thread] URL: https://trac.sagemath.org/20317 Reported by: vdelecroix Ticket author(s): Frédéric Chapoton Reviewer(s): Travis Scrimshaw
- Loading branch information
Showing
1 changed file
with
28 additions
and
10 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