-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
Description
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?