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 584bdcb commit b8454fbCopy full SHA for b8454fb
src/nlp/meta.jl
@@ -143,6 +143,7 @@ function NLPModelMeta{T, S}(
143
@lencheck nvar x0 lvar uvar
144
@lencheck ncon y0 lcon ucon
145
@rangecheck 1 ncon lin
146
+ @assert nnzj == lin_nnzj + nln_nnzj
147
148
ifix = findall(lvar .== uvar)
149
ilow = findall((lvar .> T(-Inf)) .& (uvar .== T(Inf)))
0 commit comments