You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From NLPModels.jl 0.18 we have access to the linear constraints. So, we could make a LinearlyConstrainedFeasibilityResidual which creates a nonlinear least squares model with linear constraints from an equality constrained problem in which the residual function is the nonlinear-constraints function.
Probably the name is too long though...
The text was updated successfully, but these errors were encountered:
From
NLPModels.jl 0.18
we have access to the linear constraints. So, we could make aLinearlyConstrainedFeasibilityResidual
which creates a nonlinear least squares model with linear constraints from an equality constrained problem in which the residual function is the nonlinear-constraints function.Probably the name is too long though...
The text was updated successfully, but these errors were encountered: