@ccoffrin was running a few examples and getting incorrect results because quadratic constraints are not supported (#50).
Shouldn't this be an error instead of a warning?
|
for (F, S) in contypes |
|
F == VI && continue |
|
F <: AF || @warn("Function $F is not supported.") |
|
S <: LS || @warn("Set $S is not supported.") |
@ccoffrin was running a few examples and getting incorrect results because quadratic constraints are not supported (#50).
Shouldn't this be an error instead of a warning?
NLPModelsJuMP.jl/src/utils.jl
Lines 216 to 219 in 12d8f23