Search found 3 matches

by simcikr
8 months ago
Forum: API
Topic: Python API ignores default Solver?
Replies: 4
Views: 6866

Re: Python API ignores default Solver?

Thank you, that's good to know.
by simcikr
8 months ago
Forum: API
Topic: Python API ignores default Solver?
Replies: 4
Views: 6866

Re: Python API ignores default Solver?

OK thanks for the answer. The GAMS installation notes actually explain how to view and modify the default solvers: https://www.gams.com/44/docs/UG_WIN_INSTALL.html This leaves me with the following question: what is the use of the optgams.def file? I remember that we used to use this file in the pas...
by simcikr
9 months ago
Forum: API
Topic: Python API ignores default Solver?
Replies: 4
Views: 6866

Python API ignores default Solver?

Hello, I'm trying to run a GAMS model with default options via the Python API. The file optgams.def defines the default solver for LP models as Gurobi: * * optgams.def * LP string 0 "gurobi" 1 3 Linear Programming - default solver etc. However, the solve output starts with: --- Job ModeleG...