Skip to content

Commit 3567f61

Browse files
committed
Change parameters
1 parent 5da439d commit 3567f61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

highs/presolve/HPresolve.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4886,9 +4886,9 @@ HPresolve::Result HPresolve::enumerateSolutions(
48864886

48874887
// minimum percentage of 'maxNumRowsChecked' that need to be examined before
48884888
// checking if enumeration should be stopped
4889-
const HighsInt minPercentageRowsChecked = 20;
4889+
const HighsInt minPercentageRowsChecked = 25;
48904890
// maximum percentage of iterations with no reductions
4891-
const HighsInt maxPercentageNoReductions = 10;
4891+
const HighsInt maxPercentageNoReductions = 50;
48924892

48934893
// check rows
48944894
struct candidaterow {

0 commit comments

Comments
 (0)