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 4db6d66 commit 36ba453Copy full SHA for 36ba453
src/lpmodel.jl
@@ -114,7 +114,7 @@ function LinearModel(
114
nln_nnzj = 0,
115
nnzh = nnzh,
116
lin = 1:ncon,
117
- islp = (ncon == 0);
+ islp = true;
118
kwargs...,
119
),
120
Counters(),
src/qpmodel.jl
@@ -192,7 +192,7 @@ function QuadraticModel(
192
193
194
195
+ islp = (nnzh == 0);
196
197
198
0 commit comments