Skip to content
This repository was archived by the owner on Jun 14, 2020. It is now read-only.

Commit f5a69c5

Browse files
authored
Fix deleting vectoraffine constraints (#20)
1 parent a916eea commit f5a69c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/LinQuadOptInterface.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ function shift_references_after_delete_affine!(m, row)
128128
end
129129

130130
for vector_affine in [
131+
cmap(m).nonnegatives,
132+
cmap(m).nonpositives,
133+
cmap(m).zeros,
131134
cmap(m).vv_nonnegatives,
132135
cmap(m).vv_nonpositives,
133136
cmap(m).vv_zeros

0 commit comments

Comments
 (0)