#12533: arbitrary precision LP solver backend
-------------------------------------------+--------------------------------
       Reporter:  dimpase                  |         Owner:  ncohen             
         
           Type:  enhancement              |        Status:  needs_review       
         
       Priority:  major                    |     Milestone:  sage-5.1           
         
      Component:  linear programming       |    Resolution:                     
         
       Keywords:  arbitrary precision, LP  |   Work issues:  see the latest 
comments     
Report Upstream:  N/A                      |     Reviewers:  David Coudert, 
Nathann Cohen
        Authors:                           |     Merged in:                     
         
   Dependencies:  12553                    |      Stopgaps:                     
         
-------------------------------------------+--------------------------------

Comment (by vbraun):

 Everything in Sage should derive from `SageObject`. See
 http://www.sagemath.org/doc/developer/coding_in_python.html#print-
 representation for more about the use of `_repr_`. The `SageObject`
 defines the double underscore methods (`__repr__`, a Python special
 method) and will try to dispatch them to the single-underscore
 version (`_repr_`, a Sage convention).


 Replying to [comment:55 dimpase]:
 > I think Volker's #12553 depends on a slew of tickets that won't make it
 into 5.1.

 This ticket probably won't make it into 5.2. If progress is too slow for
 you then feel free to review my patches ;-)

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