#18643: Implement reverse row bumping for Tableaux
-------------------------------------+-------------------------------------
       Reporter:  j.levinson         |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  minor              |    Milestone:  sage-6.8
      Component:  combinatorics      |   Resolution:
       Keywords:  days65             |    Merged in:
        Authors:  Jake Levinson      |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:  u/j.levinson       |       Commit:
  /reverse-bumping                   |  2c0e0581ddb095146f5b712cae37756e66fdd2aa
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by alauve):

 3. I don't see the problem with keeping a few other method names around.
 (e.g., using tab completion, would you have guessed that
 `.is_row_increasing` would have the option to check for weak and strict?)
 As part of this ticket, we could certainly re-code `self.is_row_strict()`
 to be the single line,
 `return self.is_row_increasing(weak=False)`. Likewise for
 `.is_column_strict()`. In the interest of discoverability, might even want
 to add an `.is_row_weakly_increasing()` method. Let's see what others have
 to say.

 4. Okay. I'm with you. Moving the code only to `SemistandardTableaux` is
 probably not the answer. For a given ''T'', we just do
 `T.is_semistandard()` (Note to inheritance experts: for efficiency, should
 we duplicate the code in `SemistandardTableaux` class, minus this check?)

 As far as adding the `.is_semistandard()` check to `.bump()` (and
 potentially breaking a few users' sloppy code), let's see what others have
 to say.

--
Ticket URL: <http://trac.sagemath.org/ticket/18643#comment:12>
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