1 parent 5da439d commit 3567f61Copy full SHA for 3567f61
1 file changed
highs/presolve/HPresolve.cpp
@@ -4886,9 +4886,9 @@ HPresolve::Result HPresolve::enumerateSolutions(
4886
4887
// minimum percentage of 'maxNumRowsChecked' that need to be examined before
4888
// checking if enumeration should be stopped
4889
- const HighsInt minPercentageRowsChecked = 20;
+ const HighsInt minPercentageRowsChecked = 25;
4890
// maximum percentage of iterations with no reductions
4891
- const HighsInt maxPercentageNoReductions = 10;
+ const HighsInt maxPercentageNoReductions = 50;
4892
4893
// check rows
4894
struct candidaterow {
0 commit comments