#6391: libGAP!  -- create a Cython library interface to gap
----------------------------------------------------------------------------+
       Reporter:  was                                                       |   
      Owner:  was                                                     
           Type:  enhancement                                               |   
     Status:  needs_review                                            
       Priority:  major                                                     |   
  Milestone:  sage-5.3                                                
      Component:  group theory                                              |   
 Resolution:                                                          
       Keywords:                                                            |   
Work issues:                                                          
Report Upstream:  N/A                                                       |   
  Reviewers:  Dima Pasechnik, Ivan Andrus, Volker Braun, William Stein
        Authors:  Dima Pasechnik, Ivan Andrus, Volker Braun, William Stein  |   
  Merged in:                                                          
   Dependencies:  #13211                                                    |   
   Stopgaps:                                                          
----------------------------------------------------------------------------+

Comment (by mmarco):

 I guess i am missing something, but that's what i get with the new patch:

 {{{
 sage: g=libgap('FreeGroup(2)')
 gap: halfing pool size.
 sage: (a,b)=g.GeneratorsOfGroup()
 sage: h=g/libgap([a^2,b^2,a*b])
 sage: h
 <fp group on the generators [ f1, f2 ]>
 sage: x=h.GeneratorsOfGroup()[0]
 sage: x
 f1
 sage: x^2
 f1^2
 sage: x^3
 f1^3
 sage: x.Order()
 ---------------------------------------------------------------------------
 ValueError                                Traceback (most recent call
 last)

 /home/mmarco/sage-5.2/<ipython console> in <module>()

 /home/mmarco/sage-5.2/local/lib/python2.7/site-
 packages/sage/libs/gap/element.so in
 sage.libs.gap.element.GapElement_MethodProxy.__call__
 (sage/libs/gap/element.c:8003)()

 /home/mmarco/sage-5.2/local/lib/python2.7/site-
 packages/sage/libs/gap/element.so in
 sage.libs.gap.element.GapElement_Function.__call__
 (sage/libs/gap/element.c:7576)()

 ValueError: libGAP: Segmentation fault

 }}}

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