GAMSShell(**kwds)
GAMSShell
A generic shell interface to GAMS solvers.
GAMSShell.available([exception_flag])
GAMSShell.available
True if the solver is available.
GAMSShell.executable()
GAMSShell.executable
Returns the executable used by this solver.
GAMSShell.solve(*args, **kwds)
GAMSShell.solve
Solve a model via the GAMS executable.
GAMSShell.version()
GAMSShell.version
Returns a 4-tuple describing the solver executable version.
GAMSShell.warm_start_capable()
GAMSShell.warm_start_capable
True is the solver can accept a warm-start solution.
GAMSDirect(**kwds)
GAMSDirect
A generic python interface to GAMS solvers.
GAMSDirect.available([exception_flag])
GAMSDirect.available
GAMSDirect.solve(*args, **kwds)
GAMSDirect.solve
Solve a model via the GAMS Python API.
GAMSDirect.version()
GAMSDirect.version
GAMSDirect.warm_start_capable()
GAMSDirect.warm_start_capable
This class is most commonly accessed and called upon via model.write(“filename.gms”, …), but is also utilized by the GAMS solver interfaces.
ProblemWriter_gams()
ProblemWriter_gams