Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading