Skip to content

Commit 929c0bb

Browse files
tmigotabelsiqueira
authored andcommitted
rmv meta in readme
1 parent 6ab199c commit 929c0bb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)