NLPModelsJuMP.jl icon indicating copy to clipboard operation
NLPModelsJuMP.jl copied to clipboard

Add lencheck

Open tmigot opened this issue 1 year ago • 0 comments
trafficstars

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
  ...

tmigot avatar Jun 21 '24 12:06 tmigot