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 @@ -13,6 +13,7 @@ Fixed bugs
13
13
- skip aggregations on fixed variables in milp presolver to avoid errors for earlier versions of PaPILO
14
14
- reformulate soft pseudoboolean constraints with linear constraints if the indicator decomposition is disabled
15
15
- in lpi_highs set the presolve option in lpiSolve() to not reset the model status directly after solving the LP
16
+ - update constraints and hashmap after each multi-aggregation to avoid key error in removeDoubleAndSingletonsAndPerformDualpresolve() of cons_setppc.c
16
17
17
18
Unit tests
18
19
----------
Original file line number Diff line number Diff line change @@ -499,6 +499,7 @@ set(pairs_Issue
499
499
"instances/Issue/3727.cip\; 1922\; vanillafullstrong_reduced_presolving_separating_heuristics"
500
500
"instances/Issue/3728.cip\; 0\; reduced_presolving_heuristics"
501
501
"instances/Issue/3746.cip\; 0\; seed_1"
502
+ "instances/Issue/3752.cip\; 28066\; default"
502
503
)
503
504
504
505
#
You can’t perform that action at this time.
0 commit comments