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 54e04e9 commit 6afc6f9Copy full SHA for 6afc6f9
src/presolve/presolve.jl
@@ -208,6 +208,8 @@ function presolve(
208
lvar, uvar = psqm.meta.lvar, psqm.meta.uvar
209
lcon, ucon = psqm.meta.lcon, psqm.meta.ucon
210
nvar, ncon = psqm.meta.nvar, psqm.meta.ncon
211
+ resize!(psdata.v, nvar)
212
+
213
# copy if same vector
214
lcon === ucon && (lcon = copy(lcon))
215
lvar === uvar && (lvar = copy(lvar))
0 commit comments