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