#11849: ppl.pyx test takes a very long time contrary to what is claimed
--------------------------+-------------------------------------------------
   Reporter:  jdemeyer    |          Owner:  was                    
       Type:  defect      |         Status:  new                    
   Priority:  blocker     |      Milestone:  sage-4.7.2             
  Component:  interfaces  |       Keywords:  Parma Polyhedra Library
Work_issues:              |       Upstream:  N/A                    
   Reviewer:              |         Author:                         
     Merged:              |   Dependencies:                         
--------------------------+-------------------------------------------------

Comment(by vbraun):

 You are looking at the wrong code. The
 {{{
 sage: Polyhedron(vertices=gs)   # long time
 }}}
 call takes a very long time, as stated. The PPL computation is a few lines
 above, and completes within miliseconds:
 {{{
 sage: C_Polyhedron(gs)
 }}}
 We could turn the `Polyhedron()` call into a shorter `# long time`
 example.

 Also, I have some patches on trac to switch `Polyhedron` to PPL, as well.

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