JuliaSmoothOptimizers / JuliaSmoothOptimizers/NLPModelsJuMP.jl
Add lencheck
Open
enhancement
good first issue
- Dominant language
- Julia
- Stars
- 40
- Forks
- 11
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 2
Description
This will help detect bugs in the NLPModel API
```
function NLPModels.cons_nln!(nlp::MathOptNLPModel, x::AbstractVector, c::AbstractVector)
@lencheck nlp.meta.nvar x
@lencheck nlp.meta.nnln c
...
```
Contributor guide
Assessment
This issue has not been assessed yet.