#12833: Crashes and doctests problems with Gurobi
----------------------------------+-----------------------------------------
   Reporter:  ncohen              |             Owner:  ncohen       
       Type:  defect              |            Status:  new          
   Priority:  major               |         Milestone:  sage-5.0     
  Component:  linear programming  |          Keywords:               
Work issues:                      |   Report Upstream:  N/A          
  Reviewers:                      |           Authors:  Nathann Cohen
  Merged in:                      |      Dependencies:               
   Stopgaps:                      |  
----------------------------------+-----------------------------------------
 HEllooooooooo !!!

 Gurobi actually crashed Sage when
 MixedIntegerLinearProgram(solver="Gurobi") is run with no license
 installed (or an invalid one). This if fixed by a if var == NULL before
 free(var).

 I also noticed that the doctests were actually *all wrong* because of a
 solver="GUROBI" instead of solver="Gurobi".

 There was also a broken doctest in digraph.py.

 After this patch everything is uniform, and all tests pass in the graph/
 files with gubori as the default solver.

 Nathann

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12833>
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