Skip to content

Commit e90b9f3

Browse files
author
Christopher Hojny
committed
Merge branch '3719-unallocated-memory-reallocated' into 'v91-bugfix'
Resolve "Unallocated memory reallocated" See merge request integer/scip!3445
2 parents c8b0f80 + be83bac commit e90b9f3

File tree

5 files changed

+1592
-10
lines changed

5 files changed

+1592
-10
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Fixed bugs
77
----------
88

99
- fix bug in separator aggregation that caused incorrect terminations when for an integral objective the objective limit was set to a fractional value
10+
- fix bug in memory management of doublelex matrices where indices were set beyond array bounds
1011

1112
Performance improvements
1213
------------------------

check/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ set(pairs_Issue
489489
"instances/Issue/3681.cip\;0\;default"
490490
"instances/Issue/3688.cip\;131882\;reduced_presolving"
491491
"instances/Issue/3693.cip\;7812672.2316\;default"
492+
"instances/Issue/3719.cip\;0\;presolving_off"
492493
)
493494

494495
#

0 commit comments

Comments
 (0)