#13566: Simplicial complex examples as singletons
---------------------------------------------------+------------------------
       Reporter:  tscrim                           |         Owner:  tscrim     
     
           Type:  enhancement                      |        Status:  needs_work 
     
       Priority:  minor                            |     Milestone:  sage-5.7   
     
      Component:  algebraic topology               |    Resolution:             
     
       Keywords:  simplicial                       |   Work issues:             
     
Report Upstream:  N/A                              |     Reviewers:  Travis 
Scrimshaw
        Authors:  Christian Nassau, John Palmieri  |     Merged in:             
     
   Dependencies:  #13244, #12587                   |      Stopgaps:             
     
---------------------------------------------------+------------------------

Comment (by tscrim):

 Sorry for falling behind on this ticket. What we should do strongly
 depends on the answer the question "Should these examples be immutable to
 begin with (right now one would need to make a mutable copy to manipulate
 it)?" My belief is still yes and so I'd support going to a
 `UniqueFactory`, however this is at odds with what the graph code does:
 {{{
 sage: g = graphs.StarGraph(5)
 sage: g
 Star graph: Graph on 6 vertices
 sage: g.add_vertex(10)
 sage: g
 Star graph: Graph on 7 vertices
 }}}
 Since the graph is given a special name, I'd rather that be immutable. (If
 we do keep them immutable, we probably should give each of our simplicial
 complex examples special names too...)

 Anyways, what are everyone else's thoughts?

 Thanks,[[BR]]
 Travis

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13566#comment:24>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to