Dear friends,
How can I initialize the parameters value to avoid “division by zero” error?
–
Regards
Dileep Damayyawar
\
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.
for example (initializing everyone to 1):
set aa / head, arm/;
set bb /5*6/;
parameter gg(aa,bb) /
head.5=1
head.6=1
arm.5=1
arm.6=1
/;
regards
2012/9/6 Dileep Damayyawar
Dear friends,
How can I initialize the parameters value to avoid “division by zero” error?
–
Regards
Dileep Damayyawar
\
Edson Valle
edsoncv@gmail.com
–
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.
Thanks Edson
On 6 September 2012 16:54, Edson Cordeiro do Valle wrote:
for example (initializing everyone to 1):
set aa / head, arm/;
set bb /5*6/;
parameter gg(aa,bb) /
head.5=1
head.6=1
arm.5=1
arm.6=1
/;
regards
2012/9/6 Dileep Damayyawar
Dear friends,
How can I initialize the parameters value to avoid “division by zero” error?
–
Regards
Dileep Damayyawar
\
Edson Valle
edsoncv@gmail.com
Regards
Dileep Damayyawar
\
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.