#5512: CombinatorialSpeciesStructures with different labels are equal
-------------------------------------------+--------------------------------
Reporter: saliola | Owner: mhansen
Type: defect | Status: positive_review
Priority: major | Milestone: sage-feature
Component: combinatorics | Keywords: species
Work_issues: | Upstream: N/A
Reviewer: Laurent Pierron, Guy Achard | Author: Mike Hansen
Merged: | Dependencies: #10227
-------------------------------------------+--------------------------------
Changes (by jdemeyer):
* dependencies: => #10227
Old description:
> {{{
> 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
> }}}
>
> Depends on #10227
New description:
{{{
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
}}}
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5512#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.