#18861: Three apparently useless polyhedron methods
------------------------+----------------------------
   Reporter:  ncohen    |            Owner:
       Type:  defect    |           Status:  new
   Priority:  major     |        Milestone:  sage-6.8
  Component:  geometry  |         Keywords:
  Merged in:            |          Authors:
  Reviewers:            |  Report Upstream:  N/A
Work issues:            |           Branch:
     Commit:            |     Dependencies:
   Stopgaps:            |
------------------------+----------------------------
 It seems that the three following functions are not used anywhere

 {{{
 (polgraph|✚2…)~/sage/geometry$ grep _make_polyh . -R
 ./polyhedron/base.py:#    _make_polyhedron_face.
 ./polyhedron/base.py:    def _make_polyhedron_face(self, Vindices,
 Hindices):
 ./polyhedron/base.py:            sage: square._make_polyhedron_face((0,2),
 (1,))
 ./polyhedron/base.py:            return
 self._make_polyhedron_face(Vindices, Hindices)
 (polgraph|✚2…)~/sage/geometry$ grep _init_fac . -R
 ./polyhedron/base.py:#    _init_facet_adjacency_matrix,
 _init_vertex_adjacency_matrix, and
 ./polyhedron/backend_cdd.py:    def _init_facet_adjacency_matrix(self,
 verbose=False):
 ./polyhedron/backend_cdd.py:            sage:
 p._init_facet_adjacency_matrix()
 (polgraph|✚2…)~/sage/geometry$ grep _init_vertex . -R
 ./polyhedron/base.py:#    _init_facet_adjacency_matrix,
 _init_vertex_adjacency_matrix, and
 ./polyhedron/backend_cdd.py:    def _init_vertex_adjacency_matrix(self,
 verbose=False):
 ./polyhedron/backend_cdd.py:            sage:
 p._init_vertex_adjacency_matrix()
 }}}

 Should they be removed, or used somewhere?

 Nathann

--
Ticket URL: <http://trac.sagemath.org/ticket/18861>
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