#13079: Use a ranked poset's rank function to determine heights for plotting
--------------------------------------------------------+-------------------
       Reporter:  saliola                               |         Owner:  
sage-combinat
           Type:  defect                                |        Status:  new   
       
       Priority:  major                                 |     Milestone:  
sage-5.7     
      Component:  combinatorics                         |    Resolution:        
       
       Keywords:  posets, combinat, plotting, graphics  |   Work issues:        
       
Report Upstream:  N/A                                   |     Reviewers:        
       
        Authors:                                        |     Merged in:        
       
   Dependencies:                                        |      Stopgaps:        
       
--------------------------------------------------------+-------------------

Comment (by chapoton):

 This has been reduced to the following problem :
 {{{
 sage: P = Poset(DiGraph())
 sage: dumps(P)
 }}}
 the dumps work. Then
 {{{
 sage: P.rank_function()
 }}}
 {{{
 sage: dumps(P)
 }}}
 the dumps does no longer work

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13079#comment:4>
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].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to