Hi
How I represent 0=0 in GAMS.
Tanks
Julio L
\
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.
Hi Julio,
Its called the perp symbol. It is used as part of complementarity equations. Please look into the PATH chapter in the GAMS Solver Manual.
In general it can be used like this.
Equation name1
name2
name1 x =g= 0;
name2 y =g= 0;
Solve /name1.name2/
Its been long since I used GAMS but i think the above will definitely work. Be sure to use a solver that can take complementarity equations.
–
Sapeksha
On Sun, Mar 11, 2012 at 2:54 PM, Julio López wrote:
Hi
How I represent 0=0 in GAMS.
Tanks
Julio L
\
Sapeksha Vemulapati
Graduate Research Assistant
Transportation Engineering
University of Maryland
\
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.
Tanks.
Julio L
El 11 de marzo de 2012 19:16, Sapeksha Vemulapati escribió:
Hi Julio,
Its called the perp symbol. It is used as part of complementarity equations. Please look into the PATH chapter in the GAMS Solver Manual.
In general it can be used like this.
Equation name1
name2
name1 x =g= 0;
name2 y =g= 0;
Solve /name1.name2/
Its been long since I used GAMS but i think the above will definitely work. Be sure to use a solver that can take complementarity equations.
–
Sapeksha
On Sun, Mar 11, 2012 at 2:54 PM, Julio López wrote:
Hi
How I represent 0=0 in GAMS.
Tanks
Julio L
\
Sapeksha Vemulapati
Graduate Research Assistant
Transportation Engineering
University of Maryland
\
–
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.