Search found 3 matches

by msoyturk
2 months ago
Forum: Modeling
Topic: Correctness of a piecewise NL constraint
Replies: 1
Views: 2878

Re: Correctness of a piecewise NL constraint

Hi,

You can provide solver options as a dictionary. For example:

Code: Select all

m.solve(solver="CPLEX", solver_options={"dettilim": 10})
by msoyturk
4 months ago
Forum: Modeling
Topic: GAMSPy model building
Replies: 6
Views: 24441

Re: GAMSPy model building

Looks like an encoding issue. Is there a chance that you can share your code with us so that we can reproduce the issue? It would also be good if you can tell us the operating system you use so that we understand the default encoding type of your system or you can just get the encoding type by runni...
by msoyturk
5 months ago
Forum: API
Topic: GAMSPy issues
Replies: 2
Views: 7371

Re: GAMSPy issues

Hi Abbas, 1-) lida and limx requirements should be fixed by Google Colab (or you can simply install the packages listed yourself but I doubt you need them). For Tensorflow Probability, they already solved the problem in the new version (they were pinning the typing-extensions module version to typin...