Skip to content

Commit 3f34a7f

Browse files
geoffroylecontedpo
authored andcommitted
fix bug presolve qp
1 parent 042c1d4 commit 3f34a7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/presolve/remove_ifix.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ function remove_ifix!(
8484
end
8585
k += 1
8686
end
87-
87+
Hrows[Hwritepos: end] .= 0
88+
Hcols[Hwritepos: end] .= 0
89+
8890
# remove ifix in A cols
8991
Awritepos = 1
9092
currentAn = nvar - idxfix + 1 # remove rows if uplo == :U

0 commit comments

Comments
 (0)