Update coefficients in an exsiting model easily #10
Answered
by
metab0t
Zhanwei-Liu
asked this question in
Q&A
|
Hi, Does Best Regards, |
Answered by
metab0t
Jun 14, 2024
Replies: 1 comment
|
No, full support for parameter is a complex issue. Even JuMP.jl does not have a complete solution for this problem. However, for linear constraints, we provide methods to modify its coefficients and right-hand side directly as documented in https://metab0t.github.io/PyOptInterface/constraint.html#modify-constraint |
0 replies
Answer selected by
Zhanwei-Liu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, full support for parameter is a complex issue. Even JuMP.jl does not have a complete solution for this problem.
However, for linear constraints, we provide methods to modify its coefficients and right-hand side directly as documented in https://metab0t.github.io/PyOptInterface/constraint.html#modify-constraint