#12533: arbitrary precision LP solver backend
-------------------------------------------+--------------------------------
       Reporter:  dimpase                  |         Owner:  ncohen             
                            
           Type:  enhancement              |        Status:  positive_review    
                            
       Priority:  major                    |     Milestone:  sage-pending       
                            
      Component:  linear programming       |    Resolution:                     
                            
       Keywords:  arbitrary precision, LP  |   Work issues:                     
                            
Report Upstream:  N/A                      |     Reviewers:  David Coudert, 
Nathann Cohen, Dmitrii Pasechnik
        Authors:  Risan                    |     Merged in:                     
                            
   Dependencies:  #13646                   |      Stopgaps:                     
                            
-------------------------------------------+--------------------------------
Changes (by vbraun):

  * dependencies:  #12553, #13646 => #13646


Comment:

 You can always use the dictionary notation to avoid any coercions:
 {{{
 sage: p = MixedIntegerLinearProgram(solver='ppl')
 sage: p({1:2})
 2 x_1
 }}}
 Of course that is highly inconvenient. The backends just need a method
 `base_ring()`, say, that returns the base ring that the backend wants. But
 all backends need to be changed for that, obviously. Let's do this on
 another ticket, I've opened #13650 for this. How about you review #13646
 and I'll write a patch in #13650 on top of this ticket.

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