File tree 4 files changed +1359
-141
lines changed
4 files changed +1359
-141
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ Fixed bugs
94
94
- skip aggregations on fixed variables in milp presolver to avoid errors for earlier versions of PaPILO
95
95
- reformulate soft pseudoboolean constraints with linear constraints if the indicator decomposition is disabled
96
96
- 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
97
98
98
99
Unit tests
99
100
----------
Original file line number Diff line number Diff line change @@ -500,6 +500,7 @@ set(pairs_Issue
500
500
"instances/Issue/3727.cip\; 1922\; vanillafullstrong_reduced_presolving_separating_heuristics"
501
501
"instances/Issue/3728.cip\; 0\; reduced_presolving_heuristics"
502
502
"instances/Issue/3746.cip\; 0\; seed_1"
503
+ "instances/Issue/3752.cip\; 28066\; default"
503
504
)
504
505
505
506
#
You can’t perform that action at this time.
0 commit comments