| [ Performance World Home | Board | Tools | PerformanceLib | Links | GamsWorld group | Search | Contact ] |
|---|
>> gams (modelname) lp=(solvername)
The model
is determined by the data that is inputted through the use of
.GDX files. The user need not worry about including this - it
is done automatically by the particular GAMS model. A sample
LINLib LP model is
blend.gms.
>> gams blend lp=XA
The command for running MIP models is similar as for LPs:
>> gams (modelname) mip=(solvername)
Again, the user specifies the solver using the GAMS option mip=(solvername).
A sample LINLib MIP model is
10teams.gms.
--gdxfile=(modelname) lp/mip=(solvername)
in the GAMS parameter list box.