Hello,
I have two different VI models in one GAMS code which should be solved sequentially. Does anyone know how to include two different emp files?
Thanks,
Hossein
–
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.
Hossein,
You can generate the EMP info file in the default location at execution time, using the put facility. That way each solve will get its own EMPinfo file. See the hark-oligop model in emplib for an example of this.
You can also use different EMP info files. To do that, you’ll need to specify the EMP infofile to use, by using a JAMS option file. An example of this is equil_bilevel in emplib.
-Steve
On Tue, Dec 1, 2015 at 2:38 PM, hossein noruzoliaee wrote:
Hello,
I have two different VI models in one GAMS code which should be solved sequentially. Does anyone know how to include two different emp files?
Thanks,
Hossein
Steven Dirkse, Ph.D.
GAMS Development Corp., Washington DC
Voice: (202)342-0180 Fax: (202)342-0181
sdirkse@gams.com
http://www.gams.com
Thank you Steven
On Wed, Dec 2, 2015 at 11:45 AM, Steven Dirkse wrote:
Hossein,
You can generate the EMP info file in the default location at execution time, using the put facility. That way each solve will get its own EMPinfo file. See the hark-oligop model in emplib for an example of this.
You can also use different EMP info files. To do that, you’ll need to specify the EMP infofile to use, by using a JAMS option file. An example of this is equil_bilevel in emplib.
-Steve
On Tue, Dec 1, 2015 at 2:38 PM, hossein noruzoliaee wrote:
Hello,
I have two different VI models in one GAMS code which should be solved sequentially. Does anyone know how to include two different emp files?
Thanks,
Hossein
Steven Dirkse, Ph.D.
GAMS Development Corp., Washington DC
Voice: (202)342-0180 Fax: (202)342-0181
sdirkse@gams.com
http://www.gams.com
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.