#12736: More solver options for GLPK
--------------------------------------+-------------------------------------
       Reporter:  john_perry          |         Owner:  ncohen      
           Type:  enhancement         |        Status:  needs_review
       Priority:  major               |     Milestone:  sage-5.0    
      Component:  linear programming  |    Resolution:              
       Keywords:  solver parameters   |   Work issues:              
Report Upstream:  N/A                 |     Reviewers:              
        Authors:                      |     Merged in:              
   Dependencies:                      |      Stopgaps:              
--------------------------------------+-------------------------------------

Comment (by ncohen):

 Oh, you mean that timelimit_intopt limits the time it takes for the whole
 ILP to be solved while timelimit_simplex just bounds the time it takes to
 run the simplex algorithm for a *relaxed* instance.. Okok, I just didn't
 get that part `:-)`

 The list of parameters is so long that I begin to look for a way to do it
 with dichotomy instead of trying all the different parameters, but that
 would really be messy `:-D`

 By the way, about the string and integer values for the parameters.. Does
 it really make a meaningful difference in runtimes ? Just being curious
 `^^;`

 Nathann

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