#12091: bug in add_constraint to MixedIntegerLinearProgram
----------------------------------+-----------------------------------------
   Reporter:  dimpase             |          Owner:  ncohen  
       Type:  defect              |         Status:  new     
   Priority:  critical            |      Milestone:  sage-5.0
  Component:  linear programming  |       Keywords:          
Work_issues:                      |       Upstream:  N/A     
   Reviewer:                      |         Author:          
     Merged:                      |   Dependencies:          
----------------------------------+-----------------------------------------

Comment(by kini):

 dimpase: if you mean the syntax

 {{{
 f(x) = x^2
 }}}

 then no, we definitely did not use it in .py files :) But you certainly
 don't NEED the preparser for any Sage functionality. Well, unless you
 count the preparser itself as "Sage functionality". For example the above
 is equivalent to

 {{{
 #!python
 f = (x^2).function(x)
 }}}

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