-
-
Notifications
You must be signed in to change notification settings - Fork 411
Closed
Labels
Status: Help WantedHelp is welcome on this issueHelp is welcome on this issuegood first issueThis issue is recommended for new users, it does not require a thorough understanding of the packageThis issue is recommended for new users, it does not require a thorough understanding of the package
Description
Hey folks, I'm struggling a bit since there are certain basic methods on JuMP constraints that are not defined with NLconstraints, eg.:
delete(::JuMP.Model, ::NonlinearConstraintIndex)
is_valid(::JuMP.Model, ::ConstraintRef{Model, NonlinearConstraintIndex, ScalarShape})simply do not work. I was wondering what the design behind this is, and whether there are any workarounds. The lack of these functions makes dealing with nonlinear models cumbersome, even as I try to convert the problems into more tractable forms. Thanks in advance!
Metadata
Metadata
Assignees
Labels
Status: Help WantedHelp is welcome on this issueHelp is welcome on this issuegood first issueThis issue is recommended for new users, it does not require a thorough understanding of the packageThis issue is recommended for new users, it does not require a thorough understanding of the package