Skip to content

Commit 3d1eee2

Browse files
committed
Merge remote-tracking branch 'origin/v91-bugfix' into v9-minor
2 parents 6ebb8e5 + f563652 commit 3d1eee2

File tree

4 files changed

+1359
-141
lines changed

4 files changed

+1359
-141
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Fixed bugs
9494
- skip aggregations on fixed variables in milp presolver to avoid errors for earlier versions of PaPILO
9595
- reformulate soft pseudoboolean constraints with linear constraints if the indicator decomposition is disabled
9696
- in lpi_highs set the presolve option in lpiSolve() to not reset the model status directly after solving the LP
97+
- update constraints and hashmap after each multi-aggregation to avoid key error in removeDoubleAndSingletonsAndPerformDualpresolve() of cons_setppc.c
9798

9899
Unit tests
99100
----------

check/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ set(pairs_Issue
500500
"instances/Issue/3727.cip\;1922\;vanillafullstrong_reduced_presolving_separating_heuristics"
501501
"instances/Issue/3728.cip\;0\;reduced_presolving_heuristics"
502502
"instances/Issue/3746.cip\;0\;seed_1"
503+
"instances/Issue/3752.cip\;28066\;default"
503504
)
504505

505506
#

0 commit comments

Comments
 (0)