We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported by Bruce Fontaine: The method mutation_class() was giving the wrong answer for ClusterSeed(['E',8]]).
The length was supposed to be 25080, but our code gives 25067 instead.
The issue was that we refer to index of an element of a list, but we then turn that list into a set.
CC: bfontain@math.cornell.edu @stumpc5
Component: combinatorics
Keywords: cluster mutation class
Author: Gregg Musiker
Reviewer: Christian Stump
Merged: sage-5.10.rc1
Issue created by migration from https://trac.sagemath.org/ticket/14638
The text was updated successfully, but these errors were encountered:
Attachment: trac_14638-mutation_class_fix.patch.gz
Sorry, something went wrong.
Changed keywords from none to cluster mutation class
sagetrac-sage-combinat
No branches or pull requests
Reported by Bruce Fontaine: The method mutation_class() was giving the wrong answer for ClusterSeed(['E',8]]).
The length was supposed to be 25080, but our code gives 25067 instead.
The issue was that we refer to index of an element of a list, but we then turn that list into a set.
CC: bfontain@math.cornell.edu @stumpc5
Component: combinatorics
Keywords: cluster mutation class
Author: Gregg Musiker
Reviewer: Christian Stump
Merged: sage-5.10.rc1
Issue created by migration from https://trac.sagemath.org/ticket/14638
The text was updated successfully, but these errors were encountered: