Solver specific limits

Top  Previous  Next

Many solvers contain internal limits that may be exceeded and cause a LST file report of an execution errors.  These are fixed by using the option commands above or a solver specific option file.  Generally the LST file will tell one what options to employ.  The solver manuals distributed with GAMS give the types of options that can be specified for each solver.  For example to relax the MINOS major iteration limit the user should employ the file minos.opt containing the line

 

Major iterations 1000

 

or some other appropriate value.