At the moment, GAMSPy supports 29 solvers:
- CONOPT
- CONVERT
- CPLEX
- IPOPT
- IPOPTH
- KESTREL
- NLPEC
- PATH
- SHOT
- BARON
- CBC
- CONOPT3
- COPT
- DICOPT
- EXAMINER
- EXAMINER2
- GUROBI
- HIGHS
- KNITRO
- MILES
- MINOS
- MOSEK
- MPSGE
- PATHNLP
- SBB
- SCIP
- SNOPT
- SOPLEX
- XPRESS
The list can also be accessed from commandline by executing:
gamspy list solvers -a
Or it can be accesed by using the utility function getAvailableSolvers:
import gamspy.utils as utils
print(utils.getAvailableSolvers())