Skip to content

Commit 697ea27

Browse files
author
Christopher Hojny
committed
increase default value of param
1 parent dc6f56d commit 697ea27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scip/prop_symmetry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
#define MAXGENNUMERATOR 64000000 /**< determine maximal number of generators by dividing this number by the number of variables */
201201
#define COMPRESSNVARSLB 25000 /**< lower bound on the number of variables above which compression could be performed */
202202
#define DEFAULT_NAUTYMAXNCELLS 100000 /**< terminate symmetry detection using Nauty when number of cells in color refinment is at least this number */
203-
#define DEFAULT_NAUTYMAXNNODES 1000000 /**< terminate symmetry detection using Nauty when its search tree has at least this number of nodes */
203+
#define DEFAULT_NAUTYMAXNNODES 10000000 /**< terminate symmetry detection using Nauty when its search tree has at least this number of nodes */
204204

205205
/* macros for getting activeness of symmetry handling methods */
206206
#define ISSYMRETOPESACTIVE(x) (((unsigned) x & SYM_HANDLETYPE_SYMBREAK) != 0)

0 commit comments

Comments
 (0)