#14288: Add interactive simplex method module
--------------------------------------+-------------------------------------
       Reporter:  novoselt            |         Owner:  ncohen      
           Type:  enhancement         |        Status:  needs_review
       Priority:  major               |     Milestone:  sage-5.9    
      Component:  linear programming  |    Resolution:              
       Keywords:                      |   Work issues:              
Report Upstream:  N/A                 |     Reviewers:              
        Authors:  Andrey Novoseltsev  |     Merged in:              
   Dependencies:                      |      Stopgaps:              
--------------------------------------+-------------------------------------

Comment (by dimpase):

 Replying to [comment:3 novoselt]:
 > I've fixed The Example (thanks for catching it, I would always read it
 with the numbers I have in mind after so many hours of discussing it!) and
 rephrased the quoted bits.
 >
 > Regarding "final" - I also used "final dictionary" to refer to the
 dictionary where the simplex method stops. It does not have to be optimal
 and can be for the auxiliary problem, so final seemed like a suitable
 choice to me, but perhaps there are better alternatives.

 yes, certainly "final dictionary" (without quotes) is an established
 terminology in simplex method,
 but you **really** do not want to use
 [http://en.wikipedia.org/wiki/Final_Solution "Final Solution"], and "final
 answer" is too close to the latter, and is not established terminology
 anyway.

 >
 > As for a module or an optional package, a module definitely has more
 visibility (and testing!) and there are efforts to make Sage better for
 undergraduate teaching, so it didn't seem to me that this one will be
 inappropriate. Of course, I am biased, so I'll be happy to repackage if
 necessary.

 As a module, it would not belong to {{{sage/numerical/}}} (redesigning it
 as a backend to Sage LP functionality seems to be like way too much work
 for little gain, although I'm not 100% sure). Perhaps one can create
 {{{sage/teaching/}}} or something like this, for this kind of material,
 but this should be discussed and voted upon in sage-devel, I think.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14288#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to