Skip to content

Commit

Permalink
Improve the documentation of nnzh (#490)
Browse files Browse the repository at this point in the history
* Update index.md

* Update docs/src/index.md
  • Loading branch information
amontoison authored Jan 28, 2025
1 parent 04409d4 commit 7c2b095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Attribute | Type | Notes
`nnzj` | `Int ` | number of nonzeros in the sparse Jacobian
`lin_nnzj` | `Int ` | number of nonzeros in the sparse linear constraints Jacobian
`nln_nnzj` | `Int ` | number of nonzeros in the sparse nonlinear constraints Jacobian
`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
`minimize` | `Bool ` | true if `optimize == minimize`
`islp` | `Bool ` | true if the problem is a linear program
`name` | `String` | problem name
Expand Down

0 comments on commit 7c2b095

Please sign in to comment.