#17030: Knot Theory as a part of GSoC 2014.
-------------------------------------+-------------------------------------
       Reporter:  amitjamadagni      |        Owner:  amitjamadagni
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  algebraic          |   Resolution:
  topology                           |    Merged in:
       Keywords:                     |    Reviewers:  Miguel Marco, Karl-
        Authors:  Amit Jamadagni,    |  Dieter Crisman
  Miguel Marco                       |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  884d1416e0486c114e16b8606c525b51972c9281
  u/mmarco/ticket/17030              |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by mmarco):

 There is a bug with the .regions method that shows up when there are edges
 with both ends in the same crossing:

 {{{
 sage: L=Link([[1,2,2,1]])
 sage: L.regions()
 []
 sage: L=Link([[1,1,2,2]])
 sage: L.regions()
 [[-2], [1], [2, -1]]
 }}}

 I don't have much time right now, but can try to solve it when i find some
 time. In the meantime, can Amit or someone else take a look?

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