Skip to content

Commit 9579481

Browse files
committed
Merge remote-tracking branch 'origin/v92-bugfix' into v9-minor
2 parents 8b97154 + 312c9e3 commit 9579481

File tree

5 files changed

+645
-3
lines changed

5 files changed

+645
-3
lines changed

CHANGELOG

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Miscellaneous
4848
Fixed bugs
4949
----------
5050

51+
- avoid hashmap key error in removal of doubletons and singletons in dual presolve of setppc constraints by skipping tripleton locks
52+
5153
Build system
5254
------------
5355

check/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,8 @@ set(pairs_Issue
503503
"instances/Issue/3727.cip\;1922\;vanillafullstrong_reduced_presolving_separating_heuristics"
504504
"instances/Issue/3728.cip\;0\;reduced_presolving_heuristics"
505505
"instances/Issue/3746.cip\;0\;seed_1"
506-
"instances/Issue/3752.cip\;28066\;default"
506+
"instances/Issue/3752_1.cip\;28066\;default"
507+
"instances/Issue/3752_2.cip\;0\;default"
507508
"instances/Issue/3787.lp\;1\;default"
508509
"instances/Issue/3832.cip\;0\;default"
509510
# Test currently not working since problems with the relative check for presolved problems appear: https://git.zib.de/integer/scip/-/issues/3819
File renamed without changes.

0 commit comments

Comments
 (0)