#6502: [with patch, needs review] Linear Program Solver and Mixed Integer 
Program
Solver in Sage
-------------------------+--------------------------------------------------
 Reporter:  ncohen       |       Owner:  jkantor
     Type:  enhancement  |      Status:  new    
 Priority:  major        |   Milestone:         
Component:  numerical    |    Keywords:         
 Reviewer:               |      Author:         
   Merged:               |  
-------------------------+--------------------------------------------------

Comment(by wdj):

 These patches applies to an amd64 ubuntu 9.04 machine passes sage -testall
 (except for the already reported errors for sage 4.1.1.a1).

 Things are improving but there are some remaining issues:

 1. There is a possible typo in the docstring for MIP:

 {{{
         For example linear function 3 * x - 2 * y + 3 * z
         where x,y, and z are objects is represented as { x : 3, y : -2, z
 : -3 }
 }}}

 might have a sign error and should I think be

 {{{
         For example linear function 3 * x - 2 * y + 3 * z
         where x,y, and z are objects is represented as { x : 3, y : -2, z
 : 3 }
 }}}

 2. There is no example in the docstring for MIP.solve. There should be at
 least one
 (fairly simple and well-commented) and preferably more. Please check other
 docstrings for missing examples. They are *required* as part of the code
 inclusion process. Please read:
 http://www.sagemath.org/doc/developer/conventions.html#documentation-
 strings

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