File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,13 +97,11 @@ Attribute | Type | Notes
9797` ncon ` | ` Int ` | total number of general constraints
9898` nlin ` | ` Int ` | number of linear constraints
9999` nnln ` | ` Int ` | number of nonlinear general constraints
100- ` nnet ` | ` Int ` | number of nonlinear network constraints
101100` y0 ` | ` Array{Float64,1} ` | initial Lagrange multipliers
102101` lcon ` | ` Array{Float64,1} ` | vector of constraint lower bounds
103102` ucon ` | ` Array{Float64,1} ` | vector of constraint upper bounds
104103` lin ` | ` Range1{Int64} ` | indices of linear constraints
105- ` nln ` | ` Range1{Int64} ` | indices of nonlinear constraints (not network)
106- ` nnet ` | ` Range1{Int64} ` | indices of nonlinear network constraints
104+ ` nln ` | ` Range1{Int64} ` | indices of nonlinear constraints
107105` jfix ` | ` Array{Int64,1} ` | indices of equality constraints
108106` jlow ` | ` Array{Int64,1} ` | indices of constraints of the form c(x) ≥ cl
109107` jupp ` | ` Array{Int64,1} ` | indices of constraints of the form c(x) ≤ cu
You can’t perform that action at this time.
0 commit comments