tee=False (bool) – Output GAMS log to stdout.
logfile=None (str) – Filename to output GAMS log to a file.
load_solutions=True (bool) – Load solution into model. If False, the results
object will contain the solution data.
keepfiles=False (bool) – Keep temporary files.
tmpdir=None (str) – Specify directory path for storing temporary files.
A directory will be created if one of this name doesn’t exist.
By default uses the system default temporary path.
report_timing=False (bool) – Print timing reports for presolve, solver, postsolve, etc.
io_options (dict) – Options that get passed to the writer.
See writer in pyomo.repn.plugins.gams_writer for details.
Updated with any other keywords passed to solve method.
Note: put_results is not available for modification on
GAMSShell solver.