#18898: Fix sorting of riggings when doing complement_rigging
-----------------------------+-----------------------------------------
   Reporter:  tscrim         |            Owner:  sage-combinat
       Type:  defect         |           Status:  new
   Priority:  major          |        Milestone:  sage-6.8
  Component:  combinatorics  |         Keywords:  rigged configurations
  Merged in:                 |          Authors:  Travis Scrimshaw
  Reviewers:                 |  Report Upstream:  N/A
Work issues:                 |           Branch:
     Commit:                 |     Dependencies:
   Stopgaps:                 |
-----------------------------+-----------------------------------------
 The following does not sort the riggings, breaking an internal assumption
 of rigged configurations:
 {{{
 sage: RC = RiggedConfigurations(['D',4,1], [[2,1], [2,1], [2,3]])
 sage: x = RC(partition_list=[[1], [1,1], [1], [1]], rigging_list=[[0],
 [2,1], [0], [0]])
 sage: x.complement_rigging(True)

 0[ ]0

 2[ ]0
 2[ ]1

 0[ ]0

 0[ ]0
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/18898>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to