linopy icon indicating copy to clipboard operation
linopy copied to clipboard

Question about support for Non-Linear Programs

Open glatterf42 opened this issue 11 months ago • 0 comments

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?

glatterf42 avatar Nov 25 '24 15:11 glatterf42