Skip to content

Commit 7a4e364

Browse files
committed
Merge remote-tracking branch 'origin/v9-minor'
2 parents ec8ae32 + 9579481 commit 7a4e364

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
@@ -329,6 +329,8 @@ Miscellaneous
329329
Fixed bugs
330330
----------
331331

332+
- avoid hashmap key error in removal of doubletons and singletons in dual presolve of setppc constraints by skipping tripleton locks
333+
332334
Build system
333335
------------
334336

check/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,8 @@ set(pairs_Issue
549549
"instances/Issue/3727.cip\;1922\;vanillafullstrong_reduced_presolving_separating_heuristics"
550550
"instances/Issue/3728.cip\;0\;reduced_presolving_heuristics"
551551
"instances/Issue/3746.cip\;0\;seed_1"
552-
"instances/Issue/3752.cip\;28066\;default"
552+
"instances/Issue/3752_1.cip\;28066\;default"
553+
"instances/Issue/3752_2.cip\;0\;default"
553554
"instances/Issue/3787.lp\;1\;default"
554555
"instances/Issue/3832.cip\;0\;default"
555556
# 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)