Hi,
Are the following functions equivalent (from a computational point of view) in a NLP problem in GAMS ?
f(x)= Power(x,2)
g(x)= x*x
h(x)= x**2
where x is positive.
Thanks,
Omar J. Guerra
–
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.
Omar:
For diff between 1 and 3, read http://support.gams.com/doku.php?id=gams:difference_between_the_-operator_and_the_power_function
Between 1 and 2 I don’t really know (my guess is its the same).
Regards
Claudio
On Tue, Jun 23, 2015 at 4:54 PM, OmarJGF wrote:
Hi,
Are the following functions equivalent (from a computational point of view) in a NLP problem in GAMS ?
f(x)= Power(x,2)
g(x)= x*x
h(x)= x**2
where x is positive.
Thanks,
Omar J. Guerra
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.
Thanks Claudio!
On Wednesday, June 24, 2015 at 11:50:59 AM UTC-4, Claudio Delpino wrote:
Omar:
For diff between 1 and 3, read http://support.gams.com/doku.php?id=gams:difference_between_the_-operator_and_the_power_function
Between 1 and 2 I don’t really know (my guess is its the same).
Regards
Claudio
On Tue, Jun 23, 2015 at 4:54 PM, OmarJGF wrote:
Hi,
Are the following functions equivalent (from a computational point of view) in a NLP problem in GAMS ?
f(x)= Power(x,2)
g(x)= x*x
h(x)= x**2
where x is positive.
Thanks,
Omar J. Guerra
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.