Replies: 2 comments
-
Ah, now I see https://metab0t.github.io/PyOptInterface/constraint.html#modify-constraint and https://metab0t.github.io/PyOptInterface/objective.html#modify-objective-function which suffices for the LP solvers, though not Ipopt. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you want to modify linear constraints in ipopt, it can be implemented easily. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, thanks for the great package! One of my favorite features of MOI is the package https://github.com/jump-dev/ParametricOptInterface.jl which makes using the solvers' modification APIs very natural. It can have huge performance benefit when solving many similar problems.
Does PyOptInterface have a similar feature/is one planned/would a PR be welcome? Of the solvers currently supported I believe only Ipopt has built-in support for parameters, something POI would be needed for the other solvers.
Beta Was this translation helpful? Give feedback.
All reactions