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

CombinatorialSpeciesStructures with different labels are equal #5512

Closed
saliola opened this issue Mar 13, 2009 · 15 comments
Closed

CombinatorialSpeciesStructures with different labels are equal #5512

saliola opened this issue Mar 13, 2009 · 15 comments

Comments

@saliola
Copy link

saliola commented Mar 13, 2009

sage: T = species.BinaryTreeSpecies()
sage: t = T.structures([1,2,3])[0]; t
1*(2*3)
sage: t[0], t[1][0]
1, 2
sage: t[0] == t[1][0]
True

CC: @sagetrac-sage-combinat

Component: combinatorics

Keywords: species

Author: Mike Hansen

Reviewer: Laurent Pierron, Guy Achard

Merged: sage-5.3.beta1

Issue created by migration from https://trac.sagemath.org/ticket/5512

@mwhansen
Copy link
Contributor

Author: Mike Hansen

@mwhansen

This comment has been minimized.

@sagetrac-elnorreip
Copy link
Mannequin

sagetrac-elnorreip mannequin commented Feb 8, 2011

comment:4

Added reviewers.

@sagetrac-elnorreip
Copy link
Mannequin

sagetrac-elnorreip mannequin commented Feb 8, 2011

Reviewer: Laurent Pierron, Guy Achard

@jdemeyer jdemeyer modified the milestones: sage-4.6.2, sage-4.7 Feb 8, 2011
@jdemeyer
Copy link

comment:6

Moving to sage-feature as long as #10227 does not have a positive_review.

@jdemeyer jdemeyer removed this from the sage-4.7 milestone Mar 11, 2011
@jdemeyer
Copy link

jdemeyer commented Jun 1, 2011

Dependencies: #10227

@jdemeyer

This comment has been minimized.

@hivert
Copy link

hivert commented Jun 10, 2011

comment:9

Hi Jeroen,

Thanks for pointing that #10227 is still awaiting for review.

One question concerning sage-wait: if someone (eg: me this week end if I find the time) review #10227, am I supposed to change the milestone of this one ?

Florent

@jdemeyer
Copy link

comment:10

Replying to @hivert:

Hi Jeroen,

Thanks for pointing that #10227 is still awaiting for review.

One question concerning sage-wait: if someone (eg: me this week end if I find the time) review #10227, am I supposed to change the milestone of this one ?

I would say: yes, you can do that, at least if you are sufficient familiar with this ticket to be sure that there is no further obstruction.

@mwhansen
Copy link
Contributor

comment:11

Checking the patch, there is no hard dependency on #10227.

@mwhansen
Copy link
Contributor

Changed dependencies from #10227 to none

@mwhansen mwhansen added this to the sage-5.3 milestone Jul 31, 2012
@mwhansen mwhansen removed the pending label Jul 31, 2012
@mwhansen
Copy link
Contributor

comment:12

Apply trac_5512-species_equality.patch

@jdemeyer
Copy link

jdemeyer commented Aug 3, 2012

Attachment: trac_5512-species_equality.patch.gz

@jdemeyer
Copy link

jdemeyer commented Aug 3, 2012

comment:13

Rebased to sage-5.3.beta0.

@jdemeyer
Copy link

Merged: sage-5.3.beta1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants