#12587: simplicial complexes lack hash function
------------------------------------+---------------------------------------
       Reporter:  vpilaud           |         Owner:  sage-combinat  
           Type:  defect            |        Status:  needs_review   
       Priority:  major             |     Milestone:  sage-5.5       
      Component:  combinatorics     |    Resolution:                 
       Keywords:                    |   Work issues:                 
Report Upstream:  N/A               |     Reviewers:  Christian Stump
        Authors:  Travis Scrimshaw  |     Merged in:                 
   Dependencies:  #13244 #13590     |      Stopgaps:                 
------------------------------------+---------------------------------------

Comment (by stumpc5):

 What about
 {{{
 sage: S = SimplicialComplex(vertex_set=[1,2,3,4],maximal_faces=[[1,4],
 [2,4]])
 /home/stumpc5/progs/sage-5.5.beta1/local/bin/sage-ipython:1:
 DeprecationWarning: vertex_set is deprecated.
 See http://trac.sagemath.org/12587 for details.
   #!/usr/bin/env python
 sage: S
 Simplicial complex with vertex set (1, 2, 3, 4) and facets {(2, 4), (1,
 4)}
 }}}

 sorry to be picky here: I thought we agreed that the input
 {{{vertex_set}}} is ignored, didn't we ? Mathematically, the above is
 simply wrong (see comment:22), so I would prefer if we could get rid of

 {{{
 Simplicial complex with vertex set (1, 2, 3, 4) and facets {(2, 4), (1,
 4)}
 }}}

 Or do you think that deprecation enough?

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

Reply via email to