You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your efforts with linopy, they are much appreciated :)
I know this project has linear in its name, but it does support some non-linearity in programs. I would really like to use linopy to replace the gams dependency of message_ix over the medium term, but I was recently made aware that parts of our code supply the NLP option to the gams solver (for which we mostly use cplex at the moment, I think):
SOLVE MESSAGE_MACRO MAXIMIZING UTILITY USING NLP ;
So I'm now wondering: is this already supported in linopy using either cplex or highs as the solver? If not, do you have any plans to add support?
The text was updated successfully, but these errors were encountered:
Thanks for your efforts with linopy, they are much appreciated :)
I know this project has
linear
in its name, but it does support some non-linearity in programs. I would really like to use linopy to replace the gams dependency of message_ix over the medium term, but I was recently made aware that parts of our code supply theNLP
option to the gams solver (for which we mostly use cplex at the moment, I think):So I'm now wondering: is this already supported in linopy using either cplex or highs as the solver? If not, do you have any plans to add support?
The text was updated successfully, but these errors were encountered: