|
One can change solver limits or the information GAMS passes to the solvers using various option commands.
| Bratio | Controls basis formation. |
| Domlim | Maximum number of domain errors. |
| Iterlim | Maximum number of solver iterations. |
| Optca | Absolute optimality tolerance in a MIP. |
| Optcr | Relative optimality tolerance in a MIP. |
| Reslim | Maximum seconds job can execute. |
| Savepoint | Controls construction of saved solution GDX file. |
| Solprint | Suppresses solution printout in LST file. |
| Solslack | Includes slacks in solution output. |
| Solveopt | Controls handling of solution when merged into stored solution. |
| Sysout | Adds solver status file to LST file. |
| Threads | Controls number of cores used by solver |
|