On 24 nov, 15:16, Harald Schilly <harald.schi...@gmail.com> wrote:
> you can minimize the negative of the objective.

The problems with minimize_constrained() are:
1) it finds a numerical result (a real number with limited precision)
2) its constraints are inequalities, like x^2+y^2-3 >= 0 (although an
equality can be expressed as two inequalities, x>=0 and x<=0, or use a
trick such as -x^2>=0)
[and 3) I didn't understand how exactly that function was used,
specially the constraints]

> your example is more educational, very nice ;)
Thanks!

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to