(class from pyomo.solvers.plugins.solvers.GAMS)
pyomo.solvers.plugins.solvers.GAMS
Bases: _GAMSSolver
_GAMSSolver
A generic interface to GAMS solvers.
Requires installation, visit Python API page on gams.com for help.
Requires the gams executable be on your system PATH.
Methods
__init__(**kwds)
__init__
default_variable_value()
default_variable_value
set_options(istr)
set_options
version()
version
Returns a 4-tuple describing the solver executable version.
warm_start_capable()
warm_start_capable
True is the solver can accept a warm-start solution.
Member Documentation