Hello,
I know that delete
can be used to delete constraints and variables from a JuMP problem. However, based on my testing, it does not work for nonlinear constraint added through @NLconstraint
. I was wondering whether it is possible to delete the nonlinear constraint.
Best
Pan