-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
I noticed QuadraticModels assigns islp
based on ncon
, which seems strange.
QuadraticModels.jl/src/qpmodel.jl
Line 140 in 90fdaaa
islp = (ncon == 0); |
In presolve, it seems to (correctly?) use nnzh
QuadraticModels.jl/src/presolve/presolve.jl
Line 377 in 90fdaaa
islp = (nnzh == 0); |
tmigot
Metadata
Metadata
Assignees
Labels
No labels