We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04409d4 commit 7c2b095Copy full SHA for 7c2b095
docs/src/index.md
@@ -109,7 +109,7 @@ Attribute | Type | Notes
109
`nnzj` | `Int ` | number of nonzeros in the sparse Jacobian
110
`lin_nnzj` | `Int ` | number of nonzeros in the sparse linear constraints Jacobian
111
`nln_nnzj` | `Int ` | number of nonzeros in the sparse nonlinear constraints Jacobian
112
-`nnzh` | `Int ` | number of nonzeros in the sparse Hessian
+`nnzh` | `Int ` | number of nonzeros in the lower triangular part of the sparse Hessian of the Lagrangian
113
`minimize` | `Bool ` | true if `optimize == minimize`
114
`islp` | `Bool ` | true if the problem is a linear program
115
`name` | `String` | problem name
0 commit comments