Pyomo has two solver managers to execute external solvers.
The two managers are neos (remote execution) and serial (local execution).
pyomo help --solversyields a certain set of solvers available for remote execution via the neos manager. It states:
The following solver interfaces are available with YOUR CURRENT SYSTEM configuration: ...That list does NOT contain Gurobi, which I would want to use for my task.
Does it depend on my
or is it a feature not implemented ? What configuration would be necessary ?
current system: Pyomo 6.4.2 (CPython 3.9.13 on Windows 10) Python 3.9.13